aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-04-28 08:43:15 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2006-04-28 08:43:15 +0000
commit960e66423dc3d5dfe818b3dd733398baedad17b1 (patch)
tree675a6288c2ea08319d1fa60b33a43f782d61801e
parent* src/cyrsasl.erl: Bugfix: anonymous authentication was always (diff)
* Release not for security fix release.
SVN Revision: 556
-rw-r--r--doc/release_notes_1.1.1.txt119
1 files changed, 119 insertions, 0 deletions
diff --git a/doc/release_notes_1.1.1.txt b/doc/release_notes_1.1.1.txt
new file mode 100644
index 000000000..b3afbdcc2
--- /dev/null
+++ b/doc/release_notes_1.1.1.txt
@@ -0,0 +1,119 @@
+ Release Notes
+ ejabberd 1.1.1
+ 28 April 2006
+
+ This document describes the main changes in ejabberd 1.1.x. This version
+ introduce new features including support for new Jabber Enhancement
+ Proposals and several performance improvements enabling deployments on an
+ even larger scale than already possible.
+
+ This release fix a security issue introduced in ejabberd 1.1.0. In SASL
+ mode, anonymous login was enabled as a default. Upgrading ejabberd 1.1.0 to
+ ejabberd 1.1.1 is highly recommanded.
+
+ ejabberd can be downloaded from the Process-one website:
+ http://www.process-one.net/en/projects/ejabberd/
+
+ Detailed information can be found in the ejabberd Feature Sheet and User
+ Guide which are available on the Process-one website:
+ http://www.process-one.net/en/projects/ejabberd/docs.html
+
+ A complete list of changes is available from:
+ http://support.process-one.net/secure/ReleaseNote.jspa?projectId=10011&styleName=Html&version=10025
+
+
+ Recent changes include:
+
+
+New Jabber Enhancement Proposal support:
+
+ - JEP-0050: Ad-Hoc Commands.
+ - JEP-0138: Stream Compression.
+ - JEP-0175: SASL anonymous.
+
+Anonymous login
+
+ - SASL anonymous.
+ - Anonymous login for clients that do not yet support SASL Anonymous.
+
+Relational database Support
+
+ - MySQL is now fully supported through ODBC and in native mode.
+ - Various improvements to the native database interfaces.
+ - The migration tool can use relational databases.
+
+Multi-User Chat improvements
+
+ - Logging of room discussion to text file is now supported.
+ - Better reconfiguration support.
+ - Security oriented fixes.
+ - Several improvements and updates to latest JEP-0045.
+
+Performance scalability improvements for large clusters
+
+ - Improved session synchronisation management between cluster nodes.
+ - Internal architecture has been reworked to use generalize Erlang/OTP
+ framework usage.
+ - Speed improvement on logger.
+ - TCP/IP packet reception change for better network throttling and
+ regulation.
+ As a result, these improvements will reduce load on large scale deployments.
+
+XMPP Protocol related improvements
+
+ - XML stanza size can be limited.
+ - Messages are send to all resources with the same highest priority.
+
+Documentation and Internationalization
+
+ - Documentation has been extended to cover more topics.
+ - Translations have been updated.
+
+Web interface
+
+ - XHTML 1.0 compliance.
+
+Bugfixes
+
+ - This release contains many bugfixes on various areas such as Publish-Subscribe, build
+ chain, installers, IRC gateway, ejabberdctl, amongst others.
+ - Please refer to the ChangeLog file supplied with this release regarding
+ all improvements in ejabberd.
+
+
+
+ Installation Notes
+
+Supported Erlang Version
+
+ - You need at least Erlang/OTP R9C-2 to run ejabberd 1.1.0.
+
+Installation
+
+ Installers are provided for Microsoft Windows, Linux/x86 and MacOSX/PPC.
+ Installers can be retrieved from:
+ http://www.process-one.net/en/projects/ejabberd/download.html
+
+Migration Notes
+
+ - Before any migration, ejabberd system and database must be properly
+ backed up.
+ - The database schema has not been changed comparing to version 1.0.0 and
+ consequently it does not require any migration.
+
+
+References
+
+ Contributed tutorials and documents of interest are:
+ - Migration from Jabberd1.4, Jabberd2 and WPJabber to ejabberd:
+ http://ejabberd.jabber.ru/migrate-to-ejabberd
+ - Transport configuration for connecting to other networks:
+ http://ejabberd.jabber.ru/tutorials-transports
+ - Using ejabberd with MySQL native driver:
+ http://support.process-one.net/doc/display/MESSENGER/Using+ejabberd+with+MySQL+native+driver
+ - Anonymous User Support:
+ http://support.process-one.net/doc/display/MESSENGER/Anonymous+users+support
+ - Frequently Asked Questions:
+ http://ejabberd.jabber.ru/faq
+
+END