summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-08-01 10:31:39 +0000
committerBadlop <badlop@process-one.net>2008-08-01 10:31:39 +0000
commitbc8fd0607ba9f6d70db5064fd6d66e3abff6818d (patch)
tree9e8473f3732671fcb5ce634a55c7709dbfcbf20c
parent* src/web/ejabberd_http.erl: Temporary solution for check of (diff)
* doc/release_notes_2.0.2.txt: Added for ejabberd 2.0.2-beta1
SVN Revision: 1503
-rw-r--r--ChangeLog2
-rw-r--r--doc/release_notes_2.0.2.txt34
2 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 077bad0d..8fb76bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-08-01 Badlop <badlop@process-one.net>
+ * doc/release_notes_2.0.2.txt: Added for ejabberd 2.0.2-beta1
+
* src/web/ejabberd_http.erl: Temporary solution for check of
packet size when HTTPS (EJAB-611)(EJAB-507)(EJAB-574)
diff --git a/doc/release_notes_2.0.2.txt b/doc/release_notes_2.0.2.txt
new file mode 100644
index 00000000..876a0836
--- /dev/null
+++ b/doc/release_notes_2.0.2.txt
@@ -0,0 +1,34 @@
+
+ Release Notes
+ ejabberd 2.0.2-beta1
+ 1 August 2008
+
+ ejabberd 2.0.2 is the second bug fix release for ejabberd 2.0.x branch.
+
+ ejabberd 2.0.2 includes a new feature, 5 improvements and 30 bugfixes.
+ A complete list of changes can be retrieved from:
+ http://redir.process-one.net/ejabberd-2.0.2
+
+ The new code can be downloaded from ejabberd download page:
+ http://www.process-one.net/en/ejabberd/
+
+
+ Recent changes include:
+
+- Anti-abuse feature: client blacklist support by IP.
+- Guide: new section Securing ejabberd; improved usability.
+- LDAP filter optimisation: ability to filter user in ejabberd and not LDAP.
+- MUC improvements: room options to restrict visitors; broadcast reasons.
+- Privacy rules: fix MySQL storage.
+- Pub/Sub and PEP: many improvements in implementation and protocol compliance.
+- Proxy65: send valid SOCKS5 reply (removed support for Psi < 0.10).
+- Web server embedded: better support for HTTPS.
+- Binary installers: SMP on Windows; don't remove config when uninstalling.
+
+
+ Bugs report
+
+ You can officially report bugs on Process-one support site:
+ http://support.process-one.net/
+
+END