]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.33.2. release-2.2.33 2.2.33.2
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 20 Oct 2017 13:34:22 +0000 (16:34 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 20 Oct 2017 13:34:22 +0000 (16:34 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6772c5aaa74257262b2e978b697178fb11304bb9..98a3fbd4df30fe5ab75d7664fecb174163d8542e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v2.2.33.2 2017-10-20  Timo Sirainen <tss@iki.fi>
+
+       - doveadm: Fix crash in proxying (or dsync replication) if remote is
+         running older than v2.2.33
+       - auth: Fix memory leak in %{ldap_dn}
+       - dict-sql: Fix data types to work correctly with Cassandra
+
 v2.2.33.1 2017-10-10  Timo Sirainen <tss@iki.fi>
 
        - dovecot-lda was logging to stderr instead of to the log file.
index 684b4eccbc67e4dac053c92914c507d4dffea625..c1d8487ccc4a807ee8b5b3a423bd658954abc6e7 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.33.1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.33.2],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv33($PACKAGE_VERSION)", [Dovecot ABI version])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])