From 23d1de6521efb2ceb619ee549619deb2fa9d1a1e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 28 Oct 2016 19:42:29 +0300 Subject: [PATCH] Released v2.2.26.0. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ea743e42dc..7d5387d5c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v2.2.26.0 2016-10-28 Timo Sirainen + + - Fixed some compiling issues. + - auth: Fixed assert-crash when using NTLM or SKEY mechanisms and + multiple passdbs. + - auth: Fixed crash when exporting to auth-worker passdb extra fields + that had empty values. + - dsync: Fixed assert-crash in dsync_brain_sync_mailbox_deinit + v2.2.26 2016-10-27 Timo Sirainen * master: Removed hardcoded 511 backlog limit for listen(). The kernel diff --git a/configure.ac b/configure.ac index f6c4fca3ba..9a2cebc700 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.26],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.26.0],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv26($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([.]) -- 2.47.2