diff options
author | Badlop <badlop@process-one.net> | 2009-04-01 10:37:18 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-04-01 10:37:18 +0000 |
commit | 3991450318148892856e6e0aaf75304ac5280ab2 (patch) | |
tree | 955d99adf33bfddb5853fc2734b41297dfc8978d | |
parent | * src/expat_erl.c: Fix implicit declaration of function (diff) |
* doc/release_notes_2.0.5.txt: Added file for new release
SVN Revision: 2002
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/release_notes_2.0.5.txt | 33 |
2 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-04-01 Badlop <badlop@process-one.net> + + * doc/release_notes_2.0.5.txt: Added file for new release + 2009-03-25 Badlop <badlop@process-one.net> * src/expat_erl.c: Fix implicit declaration of function diff --git a/doc/release_notes_2.0.5.txt b/doc/release_notes_2.0.5.txt new file mode 100644 index 000000000..cf652ccfe --- /dev/null +++ b/doc/release_notes_2.0.5.txt @@ -0,0 +1,33 @@ + + Release Notes + ejabberd 2.0.5 + + ejabberd 2.0.5 is the fifth bugfix release in ejabberd 2.0.x branch. + + ejabberd 2.0.5 includes three bugfixes. + More details of those fixes can be retrieved from: + http://redir.process-one.net/ejabberd-2.0.5 + + The new code can be downloaded from ejabberd download page: + http://www.process-one.net/en/ejabberd/ + + + The changes are: + +- Fix two problems introduced in ejabberd 2.0.4: subscription request + produced many authorization requests with some clients and + transports; and subscription requests were not stored for later + delivery when receiver was offline. + +- Fix warning in expat_erl.c about implicit declaration of x_fix_buff + +- HTTP-Bind (BOSH): Fix a missing stream:error in the returned + remote-stream-error stanza + + + Bug reports + + You can officially report bugs on ProcessOne support site: + http://support.process-one.net/ + +END |