changeset 16548:4b3c9c3e4fb8

Released v2.2.4.
author Timo Sirainen <tss@iki.fi>
date Tue, 25 Jun 2013 02:22:58 +0300
parents b5e8aed1bf61
children e7f3acd34e7b
files NEWS configure.ac
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Jun 25 01:24:51 2013 +0300
+++ b/NEWS	Tue Jun 25 02:22:58 2013 +0300
@@ -1,3 +1,13 @@
+v2.2.4 2013-06-25  Timo Sirainen <tss@iki.fi>
+
+	+ doveadm: Added "flags" command to modify message flags.
+	+ doveadm: Added "deduplicate" command to expunge message duplicates.
+	+ dsync: Show the state in process title with verbose_proctitle=yes.
+	- imap/pop3 proxy: Master user logins were broken in v2.2.3
+	- sdbox/mdbox: A corrupted index header with wrong size was never
+	  automatically fixed in v2.2.3.
+	- mbox: Fixed assert-crashes related to locking.
+
 v2.2.3 2013-06-17  Timo Sirainen <tss@iki.fi>
 
 	* LDA/LMTP: If new mail delivery first fails with "temporary
--- a/configure.ac	Tue Jun 25 01:24:51 2013 +0300
+++ b/configure.ac	Tue Jun 25 02:22:58 2013 +0300
@@ -2,7 +2,7 @@
 
 # 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.3],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.4],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv3($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])