From 0968566274921edbb6e8a88886e04a50000b7d71 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 16 Mar 2016 09:48:21 +0200 Subject: [PATCH] Released v2.2.22. --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 66cce2c7b1..ffe131b895 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.22 2016-03-xx Timo Sirainen +v2.2.22 2016-03-16 Timo Sirainen + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP @@ -21,6 +21,9 @@ v2.2.22 2016-03-xx Timo Sirainen 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 diff --git a/configure.ac b/configure.ac index 769668ec2f..9b4d0e48f8 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.2