From c21978afb43ee463fc38a0399615d23b9e6c7f73 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 10 Apr 2013 22:31:41 +0300 Subject: [PATCH] Released v2.2.rc7. --- NEWS | 12 ++++++++++++ TODO | 2 ++ configure.ac | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d4df081154..071414d033 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +v2.2.rc7 2013-04-10 Timo Sirainen + + * checkpasword: AUTH_PASSWORD environment is no longer set. + * Running dsync no longer triggers quota warnings. + + + dsync: Commit large transactions every 100 new messages, so if a + large sync crashes it doesn't have to be restarted from the + beginning. + - replicator: doveadm commands and user list export may have skipped + some users. + - Various fixes to mailbox_list_index=yes + v2.2.rc6 2013-04-08 Timo Sirainen * replicator: Don't create replicator-doveadm socket by default. diff --git a/TODO b/TODO index 4cb0a7329e..c8a36ebc4e 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,8 @@ - quota recalc + dict-file [+acl?] assert-crashes in !indexing->syncing - imaptest: add condstore, qresync tests + - SASL client library, initially supporting only PLAIN and plugins. Use it + everywhere we currently use hardcoded PLAIN (proxy, doveadm, ..) - zlib plugin should do caching similar to binary fetches. otherwise partial fetches from large compressed mails are hopelessly slow. - Track highestmodseq always, just don't keep per-message modseqs unless diff --git a/configure.ac b/configure.ac index 5217d55ebb..8cca11a7fb 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.rc6],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.rc7],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) -- 2.47.3