diff --git a/ChangeLog b/ChangeLog index 48514a863..786b2ead9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-01 Badlop + + * doc/release_notes_2.0.5.txt: Added file for new release + 2009-03-25 Badlop * 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