changeset 15957:508d46f85815

Released v2.2.rc1.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Feb 2013 17:33:02 +0200
parents d3815278ed19
children 37126d25c614
files NEWS configure.ac
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Feb 25 17:29:28 2013 +0200
+++ b/NEWS	Mon Feb 25 17:33:02 2013 +0200
@@ -1,4 +1,4 @@
-v2.2.UNSTABLE 2013-xx-xx  Timo Sirainen <tss@iki.fi>
+v2.2.rc1 2013-02-15  Timo Sirainen <tss@iki.fi>
 
 	* When creating home directories, the permissions are copied from the
 	  parent directory if it has setgid-bit set. For full details, see
--- a/configure.ac	Mon Feb 25 17:29:28 2013 +0200
+++ b/configure.ac	Mon Feb 25 17:33:02 2013 +0200
@@ -2,7 +2,7 @@
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.beta2],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.rc1],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
@@ -2921,6 +2921,3 @@
 if test "$not_fts" != ""; then
   echo "                 :$not_fts"
 fi
-
-echo
-echo "NOTE: This is the UNSTABLE development branch of Dovecot v2.2."