]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
v2.2.22.rc1 released 2.2.22.rc1
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 4 Mar 2016 11:02:37 +0000 (13:02 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 4 Mar 2016 11:02:37 +0000 (13:02 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 52315d15681866256ec35da6701f609b90d14c59..66cce2c7b1b372e365d860dee4c5b9597c55fc02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+v2.2.22 2016-03-xx  Timo Sirainen <tss@iki.fi>
+
+       + Added doveadm HTTP API: See
+         http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
+       + virtual plugin: Mailbox filtering can now be done based on the
+         mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual
+       + stats: Added doveadm stats reset to reset global stats.
+       + stats: Added authentication statistics if auth_stats=yes.
+       + dsync, imapc, pop3c & pop3-migration: Many optimizations,
+         improvements and error handling fixes.
+       + doveadm: Most commands now stop soon after SIGINT/SIGTERM.
+       - auth: Auth caching was done too aggressively when %variables were
+         used in default_fields, override_fields or LDAP pass/user_attrs.
+         userdb result_* were also ignored when user was found from cache.
+       - imap: Fixed various assert-crashes caused v2.2.20+. Some of them
+         caught actual hangs or otherwise unwanted behavior towards IMAP
+         clients.
+       - Expunges were forgotten in some situations, for example when
+         pipelining multiple IMAP MOVE commands.
+       - quota: Per-namespaces quota were broken for dict and count backends
+         in v2.2.20+
+       - fts-solr: Search queries were using OR instead of AND as the
+         separator for multi-token search queries in v2.2.20+.
+
 v2.2.21 2015-12-11  Timo Sirainen <tss@iki.fi>
 
        - doveadm mailbox list (and some others) were broken in v2.2.20
index 3f8cda325aa0c51450b1ec3a3a36732def946eaa..769668ec2f200d7e218d98148039008104feded3 100644 (file)
@@ -2,8 +2,8 @@ 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.devel],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.22.rc1],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv22($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])