From e253a86e683f0c9d9960984efc308fb7d97a48d6 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 29 Mar 2016 15:29:21 +0300 Subject: [PATCH] Released v2.2.23 --- NEWS | 16 +++++++++++++++- configure.ac | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 66cce2c7b1..8ad0406aea 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ -v2.2.22 2016-03-xx Timo Sirainen +v2.2.23 2016-03-30 Timo Sirainen + + - 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 + Added doveadm HTTP API: See http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP @@ -21,6 +32,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..f9d3e0bab0 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.2