dovecot-2.2: Released v2.2.4.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 25 02:57:23 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/4b3c9c3e4fb8
changeset: 16548:4b3c9c3e4fb8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 25 02:22:58 2013 +0300
description:
Released v2.2.4.

diffstat:

 NEWS         |  10 ++++++++++
 configure.ac |   2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r b5e8aed1bf61 -r 4b3c9c3e4fb8 NEWS
--- 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 at 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 at iki.fi>
 
 	* LDA/LMTP: If new mail delivery first fails with "temporary
diff -r b5e8aed1bf61 -r 4b3c9c3e4fb8 configure.ac
--- 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 at dovecot.org])
+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_CONFIG_SRCDIR([src])


More information about the dovecot-cvs mailing list