From: Timo Sirainen Date: Fri, 24 Feb 2017 13:28:42 +0000 (+0200) Subject: Released v2.2.28. X-Git-Tag: 2.2.28^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.2.28;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.28. --- diff --git a/NEWS b/NEWS index 533a1478f3..f8c2c86579 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.28 2016-02-xx Timo Sirainen +v2.2.28 2016-02-24 Timo Sirainen * director: "doveadm director move" to same host now refreshes user's timeout. This allows keeping user constantly in the same backend by diff --git a/configure.ac b/configure.ac index a038e1c1bb..22df65686b 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.28.rc2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.28],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv28($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])