# HG changeset patch # User Timo Sirainen # Date 1392327363 -7200 # Node ID 8e4433702920216747e874d2914518de6748d05f # Parent d20059f7d3a15f8b01501e15fbcc71ec9f1f83d2 Released v2.2.12. diff -r d20059f7d3a1 -r 8e4433702920 NEWS --- 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 + + - pop3 server was crashing in v2.2.11 + v2.2.11 2014-02-12 Timo Sirainen + acl plugin: Added an alternative global ACL file that can contain diff -r d20059f7d3a1 -r 8e4433702920 configure.ac --- 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])