+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.
# 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])