From: Timo Sirainen Date: Thu, 13 Feb 2014 21:36:03 +0000 (+0200) Subject: Released v2.2.12. X-Git-Tag: 2.2.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c98761ca2f56ebcd4405b57c3d0bd77222f245d9;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.12. --- diff --git a/NEWS b/NEWS index 3784965bda..50b3c9d933 100644 --- a/NEWS +++ b/NEWS @@ -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 --git a/configure.ac b/configure.ac index 251e259768..d3791603d2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) # 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])