]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.22. release-2.2.22 2.2.22
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Mar 2016 07:48:21 +0000 (09:48 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 16 Mar 2016 07:48:21 +0000 (09:48 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 66cce2c7b1b372e365d860dee4c5b9597c55fc02..ffe131b8958db5726dfb6218854a3ac136f36f63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.22 2016-03-xx  Timo Sirainen <tss@iki.fi>
+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 +21,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..9b4d0e48f831a89dfb13095d5f26c44e98f7f8db 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.22.rc1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.22],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv22($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])