aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-03-10 16:25:20 +0000
committerBadlop <badlop@process-one.net>2009-03-10 16:25:20 +0000
commit69b11b677d0587dca439abeb0da39f8ca320e1a7 (patch)
tree66644938707298a78645d0aa35dcab4e70424b31
parent* src/tls/tls_drv.c: Fix encryption problem for ejabberd_http (diff)
* doc/release_notes_2.0.4.txt: Added file for new release
SVN Revision: 1987
-rw-r--r--ChangeLog2
-rw-r--r--doc/release_notes_2.0.4.txt44
2 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0dd3f1c..7c06cd100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-03-10 Badlop <badlop@process-one.net>
+ * doc/release_notes_2.0.4.txt: Added file for new release
+
* src/tls/tls_drv.c: Fix encryption problem for ejabberd_http
after timeout (thanks to Alexey Shchepin)(EJAB-880)
diff --git a/doc/release_notes_2.0.4.txt b/doc/release_notes_2.0.4.txt
new file mode 100644
index 000000000..24f943779
--- /dev/null
+++ b/doc/release_notes_2.0.4.txt
@@ -0,0 +1,44 @@
+
+ Release Notes
+ ejabberd 2.0.4
+
+ ejabberd 2.0.4 is the fourth bugfix release for ejabberd 2.0.x branch.
+
+ ejabberd 2.0.4 includes several bugfixes.
+ A detailed list of changes can be retrieved from:
+ http://redir.process-one.net/ejabberd-2.0.4
+
+ The new code can be downloaded from ejabberd download page:
+ http://www.process-one.net/en/ejabberd/
+
+
+ The changes are:
+
+- Ensure ID attribute in roster push is unique
+- Authentication: Fix Anonymous auth when enabled with broken ODBC
+- Authentication: Unquote correctly backslash in DIGEST-MD5 SASL responses
+- Authentication: Cancel presence subscriptions on account deletion
+- LDAP: Close a connection on tcp_error
+- LDAP: Implemented queue for pending queries
+- LDAP: On failure of LDAP connection, waiting is done on pending queue
+- MUC: Owner of a password protected room must also provide the password
+- MUC: Prevent XSS in MUC logs by linkifying only a few known protocols
+- Privacy rules: Items are now processed in the specified order
+- Privacy rules: Fix to correctly block subscription requests
+- Proxy65: If ip option is not defined, take an IP address of a local hostname
+- PubSub: Add roster subscription handling; send PEP events to all resources
+- PubSub: Allow node creation without configure item
+- PubSub: Requesting items on a node which exists, but empty returns an error
+- PEP: Fix sending notifications to other domains and s2s
+- S2S: Fix problem with encrypted connection to Gtalk and recent Openfire
+- S2S: Workaround to get DNS SRV lookup to work on Windows machine
+- Shared Roster Groups: Fix to not resend authorization request
+- WebAdmin: Fix encryption problem for ejabberd_http after timeout
+
+
+ Bug reports
+
+ You can officially report bugs on ProcessOne support site:
+ http://support.process-one.net/
+
+END