From: Timo Sirainen Date: Thu, 24 Nov 2011 00:36:29 +0000 (+0200) Subject: Released v2.1.rc1. X-Git-Tag: 2.1.rc1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=832f5c58c1a38b8f50826445ecdda9b4e3d81a9c;p=thirdparty%2Fdovecot%2Fcore.git Released v2.1.rc1. --- diff --git a/NEWS b/NEWS index cfd2489d3a..ccdae22c40 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.1.beta1 2011-11-08 Timo Sirainen +v2.1.rc1 2011-11-24 Timo Sirainen * Plugins now use UTF-8 mailbox names rather than mUTF-7: acl, autocreate, expire, trash, virtual diff --git a/configure.in b/configure.in index 114bfef106..a8502ef1b5 100644 --- a/configure.in +++ b/configure.in @@ -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."