]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.rc7. 2.2.rc7
authorTimo Sirainen <tss@iki.fi>
Wed, 10 Apr 2013 19:31:41 +0000 (22:31 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 10 Apr 2013 19:31:41 +0000 (22:31 +0300)
NEWS
TODO
configure.ac

diff --git a/NEWS b/NEWS
index d4df081154e3b3a3bb8cb73ee5a0e7ddc18a64a8..071414d033521396f6c4d50c50c903a8c8adb0c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+v2.2.rc7 2013-04-10  Timo Sirainen <tss@iki.fi>
+
+       * 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 <tss@iki.fi>
 
        * replicator: Don't create replicator-doveadm socket by default.
diff --git a/TODO b/TODO
index 4cb0a7329e833cba8ff1404e9aa095a975182447..c8a36ebc4ee00668c43e1716a9b22a6bb8284d1b 100644 (file)
--- 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
index 5217d55ebb598a688f2dd65d8802fb986412d9dd..8cca11a7fb83d942c1b7e86894536d6e8c7346f6 100644 (file)
@@ -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])