From a95286d511c32db361cb3b120e426c1a8642e9c7 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Jan 2010 11:30:31 +0000 Subject: [PATCH] Recompile the configure script and the Guide. SVN Revision: 2919 --- doc/dev.html | 4 ++-- doc/features.html | 4 ++-- doc/guide.html | 4 ++-- doc/version.tex | 2 +- src/configure | 9 +++++++++ 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/dev.html b/doc/dev.html index 2df7e42f1..fae92fb5a 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/loose.dtd"> -Ejabberd 3.0.0-alpha Developers Guide +<TITLE>Ejabberd 3.0.0-prealpha Developers Guide @@ -49,7 +49,7 @@ TD P{margin:0px;}

-

Ejabberd 3.0.0-alpha Developers Guide

Alexey Shchepin
+

Ejabberd 3.0.0-prealpha Developers Guide

Alexey Shchepin
mailto:alexey@sevcom.net
xmpp:aleksey@jabber.ru

diff --git a/doc/features.html b/doc/features.html index e751b7c7b..62f98324d 100644 --- a/doc/features.html +++ b/doc/features.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/loose.dtd"> -Ejabberd 3.0.0-alpha Feature Sheet +<TITLE>Ejabberd 3.0.0-prealpha Feature Sheet @@ -50,7 +50,7 @@ SPAN{width:20%; float:right; text-align:left; margin-left:auto;}

-

Ejabberd 3.0.0-alpha Feature Sheet

Sander Devrieze
+

Ejabberd 3.0.0-prealpha Feature Sheet

Sander Devrieze
mailto:s.devrieze@pandora.be
xmpp:sander@devrieze.dyndns.org

diff --git a/doc/guide.html b/doc/guide.html index 30773f41c..cba697ff6 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - ejabberd 3.0.0-alpha + ejabberd 3.0.0-prealpha Installation and Operation Guide @@ -76,7 +76,7 @@ BLOCKQUOTE.figure DIV.center DIV.center HR{display:none;}


- +
ejabberd 3.0.0-alpha
ejabberd 3.0.0-prealpha
 
Installation and Operation Guide

diff --git a/doc/version.tex b/doc/version.tex index ad915bf3d..92088ccdd 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,2 +1,2 @@ % ejabberd version (automatically generated). -\newcommand{\version}{3.0.0-alpha} +\newcommand{\version}{3.0.0-prealpha} diff --git a/src/configure b/src/configure index 41e056451..8ee359507 100755 --- a/src/configure +++ b/src/configure @@ -5955,3 +5955,12 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi + +echo +echo "********************** WARNING ! ************************" +echo "* ejabberd trunk svn is NOT ready for real usage yet, *" +echo "* because it is still in heavy development. *" +echo "* Don't use ejabberd trunk yet, it is prealpha! *" +echo "* Please use ejabberd 2.1.x branch. *" +echo "*********************************************************" +echo