]> granicus.if.org Git - ejabberd/commitdiff
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.
authorMickaël Rémond <mickael.remond@process-one.net>
Mon, 24 Dec 2007 10:26:55 +0000 (10:26 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Mon, 24 Dec 2007 10:26:55 +0000 (10:26 +0000)
SVN Revision: 1107

ChangeLog
doc/release_notes_2.0.0.txt

index d927ba9e438233b864b5fcd99748ba0215f192d1..a937478745446cf97073bc5ec173b987ad2b3cd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-24  Mickael Remond  <mremond@process-one.net>
+
+       * doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release
+       notes.
+
 2007-12-23  Badlop  <badlop@process-one.net>
 
        * src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
index a9d3cbd7b0e11f8e24dba010c346ff7404a87c3a..0edb26a4e5bd1a62be7641fd53db51c7978f6d2e 100644 (file)
@@ -1,6 +1,6 @@
                              Release Notes
                           ejabberd 2.0.0 beta 1
-                            xx december 2007
+                            24 december 2007
 
   ejabberd 2.0.0 is a major new version for ejabberd adding plenty of
   new features, performance and scalability improvements and
 - More robust code with connection timeout implementation.
 - Support for multiple s2s connections per domain.
 - s2s whitelist and blacklist support.
+- s2s retrial interval.
+
+
+* LDAP
+
+- Many enterprise-class enhancements such as better behaviour under
+  heavy load.
+- Support for LDAP servers pool.
+- Simplified use of virtual hosting with LDAP with domain substitution
+  in config.
+- Ability to match on several userid attibutes.
 
 
 * Multi-user chat
 
-- Clustering support
+- Clustering and load balancing support.
+- Ability to define default room configuration in ejabberd config file.
+- Many anti abuse features have been added:
+  . New ACL to limit the creation of persistent room to autorized users.
+  . Ability to define the maximum number of users per room.
+  . Limitation of the rate of message and presence packets.
+  . Limitation of the maximum number of room a user can join at the same time.
 
 
 * File transfer
 
 * System administration
 
+- XEP-0133 - Service administration support. System administrators can
+  now performs lot of ejabberd related admin tasks from their XMPP
+  client, through adhoc commands.
 - Dynamic log levels: Improved logging with more log levels. You can
   now change the loglevel at run time. No performance penality is
   involved when
 - Better command-line tool, with more options available.
 
 
-* Development API
+* Localization
 
-- Several hooks have been added for module developers (most notably
-  presence related hooks).
+- ejabberd is now available in 21 languages: Catalan, Chinese, Czech,
+  Dutch, French, Galicia, German, Italian, Japanese, Polish,
+  Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish, Swedish,
+  Thai, Turkish, Ukrainian, Vietnamese, Wallon.
 
 
 * Build and Installer
 - Configure script is clever at finding libraries in unusual places.
                                   
                                   
+* Development API
+
+- Several hooks have been added for module developers (most notably
+  presence related hooks).
+- HTTP request handler to write HTTP based plugins.
+- Manage connections IP address.
+
+
+* Bugfixes
+
+- ejabberd 2.0 also fixes numerous small bugs :) Read the full
+  changelog for details.
+
+
 Bugs report
 
   You can officially report bugs on Process-one support site: