From e9afa7f188b55ed4c7d9c097dd61084aff56af7f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 11 Oct 2017 19:43:04 +0300 Subject: [PATCH] Released v2.2.33.1. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a7a214e3f5..6772c5aaa7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.2.33.1 2017-10-10 Timo Sirainen + + - dovecot-lda was logging to stderr instead of to the log file. + v2.2.33 2017-10-10 Timo Sirainen * doveadm director commands wait for the changes to be visible in the diff --git a/configure.ac b/configure.ac index 3ff3995533..684b4eccbc 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],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.33.1],[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])