From 483b379a4359f96b0a8a6313e394618fcb8e1081 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 25 Jun 2013 02:22:58 +0300 Subject: [PATCH] Released v2.2.4. --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9d4ab52e0f..4c98df5268 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +v2.2.4 2013-06-25 Timo Sirainen + + + 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 * LDA/LMTP: If new mail delivery first fails with "temporary diff --git a/configure.ac b/configure.ac index 969d9d6948..5dea0643ee 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ 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.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]) -- 2.47.3