summaryrefslogtreecommitdiff
path: root/doc/release_notes_1.1.2.txt
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-04-22 12:21:48 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-04-22 12:21:48 +0200
commit43f2064daa1b2613610f338824d9636dd723f336 (patch)
tree7e921a1975d290a07e30dcaac5be01059cd6dcae /doc/release_notes_1.1.2.txt
parentAllow to modify host when registering account in web (#291) (diff)
Remove obsolete release notes
Diffstat (limited to '')
-rw-r--r--doc/release_notes_1.1.2.txt119
1 files changed, 0 insertions, 119 deletions
diff --git a/doc/release_notes_1.1.2.txt b/doc/release_notes_1.1.2.txt
deleted file mode 100644
index e7c8f355..00000000
--- a/doc/release_notes_1.1.2.txt
+++ /dev/null
@@ -1,119 +0,0 @@
- Release Notes
- ejabberd 1.1.2
- 27 September 2006
-
- This document describes the main changes in ejabberd 1.1.2.
-
- This version is a major improvement over ejabberd 1.1.1, improving the
- overall behaviour of the server in many areas. Users of ejabberd 1.1.1
- should upgrade to this new release for improved robustness and compliance.
-
- ejabberd can be downloaded from the Process-one website:
- http://www.process-one.net/en/projects/ejabberd/
-
- Detailed information can be found in the Feature Sheet and in the
- Installation and Operation Guide which are both available on the
- Process-one website:
- http://www.process-one.net/en/projects/ejabberd/docs.html
-
- ejabberd includes 44 improvements. A complete list of changes can be
- retrieved from:
- http://redir.process-one.net/ejabberd-1.1.2
-
-
- Recent changes include:
-
-LDAP Improvements
-
- - Major improvements have been made on the LDAP module. It is now more
- flexible and more robust.
-
-HTTP Polling Fixes
-
- - The HTTP polling modules have been fixed and improved: the connections are
- closed properly and polled messages cannot be lost anymore.
-
-Roster Management Improvement
-
- - Roster management improvements increase reliability, especially in cases
- where users are on different servers.
- - Shared rosters are more reliable.
-
-Improved Robustness
-
- - It is now possible to limit the number of opened connections for a single
- user.
-
-Relational databases
-
- - Database support: Microsoft SQL Server is now officially supported in ODBC
- mode.
-
-Publish-Subscribe Improvement
-
- - Restricting node creation with a dedicated ACL rule is now possible.
-
-Localization
-
- - A Czech translation has been added.
- - Translations have been updated.
-
-Binary Installer
-
- - New binary installer for Windows including all requirements.
- - Improved installers for Linux and MacOSX (PowerPC)
-
-XMPP Compliancy
-
- - Some protocol compliance fix have been added, after the Portland XMPP
- Interop Meeting in July.
-
-Miscelanous
-
- - MUC have been improved (logging rendering).
- - The command line tool ejabberdctl has been improved.
- - The build chain has been improved, including MacOSX support.
- - The documentation has been improved and updated to describe the new
- features.
-
-Bugfixes
-
- - Anonymous login bugfixes.
- - 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.2.
- - The recommanded version is Erlang/OTP R10B-10.
- - Erlang/OTP R11B has not yet been fully certified for ejabberd.
-
-Installation
-
- Installers are provided for Microsoft Windows, Linux/x86 and MacOSX/PPC.
- They 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 relational database schema has changed between version 1.1.1 and
- 1.1.2. An "askmessage" column needs to be added in the "rosterusers" table
- to perform the migration.
-
-
-References
-
- Contributed tutorials and documents of interest are:
- - Migration from other XMPP servers to ejabberd:
- http://ejabberd.jabber.ru/migrate-to-ejabberd
- - Transport configuration for connecting to other networks:
- http://ejabberd.jabber.ru/tutorials-transports
- - Frequently Asked Questions:
- http://ejabberd.jabber.ru/faq
-
-END