]> granicus.if.org Git - ejabberd/commitdiff
* doc/release_notes_2.0.3.txt: Minor changes
authorBadlop <badlop@process-one.net>
Tue, 13 Jan 2009 18:05:06 +0000 (18:05 +0000)
committerBadlop <badlop@process-one.net>
Tue, 13 Jan 2009 18:05:06 +0000 (18:05 +0000)
SVN Revision: 1818

ChangeLog
doc/release_notes_2.0.3.txt [new file with mode: 0644]

index 71241155f05f473eae9e3ae354efab6b7f6c5b1a..9bf47ea5c11e73fd7400af0c59e92d8eaa114df0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-13  Badlop  <badlop@process-one.net>
+
+       * doc/release_notes_2.0.3.txt: Add release notes
+
 2009-01-13  Mickael Remond  <mremond@process-one.net>
 
        * src/tls/Makefile.win32: Windows compilation support.
diff --git a/doc/release_notes_2.0.3.txt b/doc/release_notes_2.0.3.txt
new file mode 100644 (file)
index 0000000..13fe9a1
--- /dev/null
@@ -0,0 +1,35 @@
+
+                              Release Notes
+                             ejabberd 2.0.3
+                             14 January 2009
+
+  ejabberd 2.0.3 is the third bugfix release for ejabberd 2.0.x branch.
+
+  ejabberd 2.0.3 includes several bugfixes and a few improvements.
+  A complete list of changes can be retrieved from:
+     http://redir.process-one.net/ejabberd-2.0.3
+
+  The new code can be downloaded from ejabberd download page:
+     http://www.process-one.net/en/ejabberd/
+
+
+  Recent changes include:
+
+- Do not ask certificate for client (c2s)
+- Check digest-uri in SASL digest authentication
+- Use send timeout to avoid locking on gen_tcp:send
+- Fix ejabberd reconnection to database
+- HTTP-Bind: handle wrong order of packets
+- MUC: Improve traffic regulation management
+- PubSub: Several bugfixes and improvements for best coverage of XEP-0060 v1.12
+- Shared Roster Groups: push immediately membership changes
+- Rotate also sasl.log on "reopen-log" command
+- Binary Windows installer: better detect "Error running Post Install Script"
+
+
+  Bug reports
+
+  You can officially report bugs on ProcessOne support site:
+  http://support.process-one.net/
+
+END