changeset 16272:d7f29af73468

Released v2.2.rc7.
author Timo Sirainen <tss@iki.fi>
date Wed, 10 Apr 2013 22:31:41 +0300
parents 1bdb2765499c
children b0c696c48051
files NEWS TODO configure.ac
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Apr 10 22:11:33 2013 +0300
+++ b/NEWS	Wed Apr 10 22:31:41 2013 +0300
@@ -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.
--- a/TODO	Wed Apr 10 22:11:33 2013 +0300
+++ b/TODO	Wed Apr 10 22:31:41 2013 +0300
@@ -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
--- a/configure.ac	Wed Apr 10 22:11:33 2013 +0300
+++ b/configure.ac	Wed Apr 10 22:31:41 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.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])