From d6601f4ec19ca263ab1e5fd54412e6c302aeffe3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 20 Oct 2017 16:34:22 +0300 Subject: [PATCH] Released v2.2.33.2. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6772c5aaa7..98a3fbd4df 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v2.2.33.2 2017-10-20 Timo Sirainen + + - 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 - dovecot-lda was logging to stderr instead of to the log file. diff --git a/configure.ac b/configure.ac index 684b4eccbc..c1d8487ccc 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.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]) -- 2.47.2