]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.23 release-2.2.23 2.2.23
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 29 Mar 2016 12:29:21 +0000 (15:29 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 30 Mar 2016 11:13:23 +0000 (14:13 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 66cce2c7b1b372e365d860dee4c5b9597c55fc02..8ad0406aea961b5a6a7ce05ef13b3d2e0b53a1b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
-v2.2.22 2016-03-xx  Timo Sirainen <tss@iki.fi>
+v2.2.23 2016-03-30  Timo Sirainen <tss@iki.fi>
+
+       - Various fixes to doveadm. Especially running commands via
+         doveadm-server was broken.
+       - director: Fixed user weakness getting stuck in some situations
+       - director: Fixed a situation where directors keep re-sending
+         different states to each others and never becoming synced.
+       - director: Fixed assert-crash related to a slow "user killed" reply
+       - Fixed assert-crash related to istream-concat, which could have
+         been triggered at least by a Sieve script.
+
+v2.2.22 2016-03-16  Timo Sirainen <tss@iki.fi>
 
        + Added doveadm HTTP API: See
          http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
@@ -21,6 +32,9 @@ v2.2.22 2016-03-xx  Timo Sirainen <tss@iki.fi>
          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+.
+       - Single instance storage support wasn't really working in v2.2.16+
+       - dbox: POP3 message ordering wasn't working correctly.
+       - virtual plugin: Fixed crashes related to backend mailbox deletions.
 
 v2.2.21 2015-12-11  Timo Sirainen <tss@iki.fi>
 
index 769668ec2f200d7e218d98148039008104feded3..f9d3e0bab0004e0aab14b278ef3728bafcd39088 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.22.rc1],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv22($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.23],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv23($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])