From: Timo Sirainen Date: Mon, 5 Aug 2013 19:22:47 +0000 (+0300) Subject: Released v2.2.5. X-Git-Tag: 2.2.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29b63e9d9b5803de086dc15403809ef13aa1cce8;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.5. --- diff --git a/NEWS b/NEWS index 4c98df5268..b8f38b11fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +v2.2.5 2013-08-05 Timo Sirainen + + + SSL: Added support for ECDH/ECDHE cipher suites (by David Hicks) + + Added some missing man pages (by Pascal Volk) + + quota-status: Added quota_status_toolarge setting (by Ulrich Zehl) + - director: Users near expiration could have been redirected to + different servers at the same time. + - pop3: Avoid assert-crash if client disconnects during LIST. + - mdbox: Corrupted index header still wasn't automatically fixed. + - dsync: Various fixes to work better with imapc and pop3c storages. + - ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl + symbols conflicted with Cyrus SASL library. + - imap: Various error handling fixes to CATENATE. (Found using + Apple's stress test script.) + v2.2.4 2013-06-25 Timo Sirainen + doveadm: Added "flags" command to modify message flags. diff --git a/configure.ac b/configure.ac index 5dea0643ee..1bb04d7065 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ 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.4],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv3($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.2.5],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv5($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])