+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.
- 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
# 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])