From c98761ca2f56ebcd4405b57c3d0bd77222f245d9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 13 Feb 2014 23:36:03 +0200 Subject: [PATCH] Released v2.2.12. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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]) -- 2.47.3