]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.5. 2.2.5
authorTimo Sirainen <tss@iki.fi>
Mon, 5 Aug 2013 19:22:47 +0000 (22:22 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 5 Aug 2013 19:22:47 +0000 (22:22 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4c98df5268bffc5ed166979c0bb8c46007e0a4da..b8f38b11fd2bf5932a785a8b1922ea5e8536d233 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+v2.2.5 2013-08-05  Timo Sirainen <tss@iki.fi>
+
+       + 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 <tss@iki.fi>
 
        + doveadm: Added "flags" command to modify message flags.
index 5dea0643eecbabe8a8def1c6841609495b71bd1b..1bb04d706542e9a7c22c55b0e3217ad132c5b98a 100644 (file)
@@ -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])