changeset 17145:8e4433702920

Released v2.2.12.
author Timo Sirainen <tss@iki.fi>
date Thu, 13 Feb 2014 23:36:03 +0200
parents d20059f7d3a1
children 95a22164e66e
files NEWS configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Feb 13 05:33:13 2014 +0200
+++ b/NEWS	Thu Feb 13 23:36:03 2014 +0200
@@ -1,3 +1,7 @@
+v2.2.12 2014-02-14  Timo Sirainen <tss@iki.fi>
+
+	- pop3 server was crashing in v2.2.11
+
 v2.2.11 2014-02-12  Timo Sirainen <tss@iki.fi>
 
 	+ acl plugin: Added an alternative global ACL file that can contain
--- a/configure.ac	Thu Feb 13 05:33:13 2014 +0200
+++ b/configure.ac	Thu Feb 13 23:36:03 2014 +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.11],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.12],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv11($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])