changeset 16211:9446df6da5a8

Released v2.2.rc5.
author Timo Sirainen <tss@iki.fi>
date Fri, 05 Apr 2013 21:03:16 +0300
parents fa860c46d794
children d63e1bf77774
files NEWS configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Apr 05 19:27:41 2013 +0300
+++ b/NEWS	Fri Apr 05 21:03:16 2013 +0300
@@ -1,3 +1,7 @@
+v2.2.rc5 2013-04-05  Timo Sirainen <tss@iki.fi>
+
+	- A few small random fixes
+
 v2.2.rc4 2013-04-05  Timo Sirainen <tss@iki.fi>
 
 	+ Added "doveadm replicator" commands
--- a/configure.ac	Fri Apr 05 19:27:41 2013 +0300
+++ b/configure.ac	Fri Apr 05 21:03:16 2013 +0300
@@ -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.rc4],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.rc5],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])