]> granicus.if.org Git - ejabberd/commitdiff
Update version numbers of the related: exmpp, ejabberd 2, and Erlang v3.0.0-alpha-2
authorBadlop <badlop@process-one.net>
Fri, 11 Mar 2011 09:55:34 +0000 (10:55 +0100)
committerBadlop <badlop@process-one.net>
Fri, 11 Mar 2011 09:55:34 +0000 (10:55 +0100)
README
doc/guide.tex
doc/release_notes_3.0.0.txt

diff --git a/README b/README
index 0b8308cad9e8c1515077e0d29255f350948026de..6e4078b6d9030dbbec499e3cde2c3cdb646c2c4c 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Quickstart guide
 To compile ejabberd you need:
  - GNU Make
  - GCC
- - Erlang/OTP R12B-5 or higher. Recommended: R12B-5 and R13B04.
+ - Erlang/OTP R12B-5 or higher. Recommended: R12B-5, R13B04 and R14B01.
    Avoid R14A and R14B.
  - exmpp 0.9.6 or higher
  - OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
index 58f11f76a95ce3a7c209dbfaa1b5ed5e04eeb971..ef8cac13b7605fbf39d7f0238bdc8c271287b1d1 100644 (file)
@@ -312,7 +312,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
 \begin{itemize}
 \item GNU Make
 \item GCC
-\item Erlang/OTP R12B-5 or higher. The recommended versions are R12B-5 and R13B04.
+\item Erlang/OTP R12B-5 or higher. The recommended versions are R12B-5, R13B04 and R14B01.
   Don't use R14A or R14B because \footahref{http://www.erlang.org/cgi-bin/ezmlm-cgi/4/54598}{they have a bug}.
 \item exmpp 0.9.6 or higher
 \item OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
index e33cfcbe03863f878c7bf11aa6bf88aa4dbc9189..644efb1bc88b059362f7c8ec95b01d65a3173dfd 100644 (file)
@@ -9,7 +9,7 @@
 * The database schema may change before ejabberd 3.0.0 is released,
 *   and no migration code will be developed for this preliminary schema.
 * The only supported migrations are
-*   from any ejabberd 0.9.0 ... 2.1.5 to the final 3.0.0.
+*   from any ejabberd 0.9.0 ... 2.1.x to the final 3.0.0.
 * Don't use this preliminary ejabberd release for a production server.
 * You can test this release with a blank database or with a copy of your
 *   production database, but don't let your users connect to this copy
@@ -45,15 +45,15 @@ ejabberd 3.0.0 includes three major changes:
   but it is still incomplete, untested and undocumented.
 
 
-This is a more detailed list of changes since ejabberd 2.1.5:
+This is a more detailed list of changes since ejabberd 2.1.x releases:
 
 * Requirements
 - Erlang/OTP R12B-5 or higher is required
-- exmpp 0.9.5 or higher is required, not optional
+- exmpp 0.9.6 or higher is required, not optional
 - ESASL library is optional, for SASL GSSAPI authentication
 - Libexpat not required by ejabberd, it uses exmpp now (EJAB-1111)
 - GNU Iconv not required, because mod_irc isn't included anymore (EJAB-954)
-- Only database migration from ejabberd 0.9.0 up to 2.1.5 is supported
+- Only database migration from ejabberd 0.9.0 up to 2.1.x is supported
 - ejabberd modules developed for previous releases need to be upgraded to exmpp
 
 * Configuration