]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.rc1. 2.1.rc1
authorTimo Sirainen <tss@iki.fi>
Thu, 24 Nov 2011 00:36:29 +0000 (02:36 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 24 Nov 2011 00:36:29 +0000 (02:36 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index cfd2489d3ad8ce6dd73df16635e3638df439a707..ccdae22c4056ca772ec995569da5452f76de5b34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.1.beta1 2011-11-08  Timo Sirainen <tss@iki.fi>
+v2.1.rc1 2011-11-24  Timo Sirainen <tss@iki.fi>
 
        * Plugins now use UTF-8 mailbox names rather than mUTF-7:
          acl, autocreate, expire, trash, virtual
index 114bfef1065c93807af54ba0027d45659d08272d..a8502ef1b578d493265279d29019542846e07b91 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.beta1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.rc1],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])
@@ -2820,6 +2820,3 @@ echo "Full text search :$fts"
 if test "$not_fts" != ""; then
   echo "                 :$not_fts"
 fi
-
-echo
-echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.1."