aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-09-26 17:55:38 +0200
committerBadlop <badlop@process-one.net>2011-09-26 18:03:30 +0200
commit96c99b64275c54ee4c809e1af832e2b74ea9da05 (patch)
tree705d7dbb933dca9fef14d33c85914a606c51356a
parentDecrease CPU usage caused by tls:send with large data. (diff)
Added relevant changes of 'master' branch.
-rw-r--r--doc/release_notes_3.0.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release_notes_3.0.0.txt b/doc/release_notes_3.0.0.txt
index 644efb1bc..b720ee9e4 100644
--- a/doc/release_notes_3.0.0.txt
+++ b/doc/release_notes_3.0.0.txt
@@ -43,6 +43,7 @@ ejabberd 3.0.0 includes three major changes:
* Massive Hosting (abbreviated MH) is preliminary implemented in ejabberd,
but it is still incomplete, untested and undocumented.
+ New option static_modules.
This is a more detailed list of changes since ejabberd 2.1.x releases:
@@ -71,6 +72,7 @@ This is a more detailed list of changes since ejabberd 2.1.x releases:
* XEP support
- Removed support for the deprecated XEP-0018 Invisible Presence (EJAB-810)
+- Update http_bind to XEP-0124 1.10 and XEP-0206 1.3
- mod_multicast: service for XEP-0033: Extended Stanza Addressing (EJAB-265)
- New ejabberd router for multicast packets (XEP-0033) (EJAB-329)
- ejabberd_c2s uses XEP-0033 if mod_multicast is enabled (EJAB-267)
@@ -93,7 +95,9 @@ This is a more detailed list of changes since ejabberd 2.1.x releases:
- Bugfix: external contacts were offline after unavailable presence (EJAB-943)
- Don't offer SASL auth before doing TLS if TLS is required
- Experimental support for GSSAPI auth, requires esasl library (EJAB-831)
+- Replaced the full ejabberd_zlib into a simple exmpp_compress interface (EJAB-991)
- Use binaries instead of lists where possible (EJAB-17)
+- Webadmin: provide list of registered pids/ports
- Windows ejabberdctl.cmd only handles up to 4 arguments (EJAB-1216)
- ejabberdctl: when starting, check it isn't already running