]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.26.0. release-2.2.26 2.2.26.0
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 28 Oct 2016 16:42:29 +0000 (19:42 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 28 Oct 2016 16:42:29 +0000 (19:42 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ea743e42dcc5a011c8a91a11162eb06f3534340f..7d5387d5c9a038e123f587d9657c759ca1e30b2b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v2.2.26.0 2016-10-28  Timo Sirainen <tss@iki.fi>
+
+       - 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 <tss@iki.fi>
 
        * master: Removed hardcoded 511 backlog limit for listen(). The kernel
index f6c4fca3ba807fd54cb4bae7fe9a0241789e6215..9a2cebc700b9099ec6c2620ba821db33317613b1 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.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([.])