dovecot-2.2: Released v2.2.5.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 5 23:03:18 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/71f0696749ab
changeset: 16659:71f0696749ab
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 05 22:22:47 2013 +0300
description:
Released v2.2.5.

diffstat:

 NEWS         |  15 +++++++++++++++
 configure.ac |   4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r c3901ac774cb -r 71f0696749ab NEWS
--- a/NEWS	Mon Aug 05 22:21:29 2013 +0300
+++ b/NEWS	Mon Aug 05 22:22:47 2013 +0300
@@ -1,3 +1,18 @@
+v2.2.5 2013-08-05  Timo Sirainen <tss at 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 at iki.fi>
 
 	+ doveadm: Added "flags" command to modify message flags.
diff -r c3901ac774cb -r 71f0696749ab configure.ac
--- a/configure.ac	Mon Aug 05 22:21:29 2013 +0300
+++ b/configure.ac	Mon Aug 05 22:22:47 2013 +0300
@@ -2,8 +2,8 @@
 
 # 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 at dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv3($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.5],[dovecot at dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv5($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 


More information about the dovecot-cvs mailing list