From 0719df5920a9f583c1cfb69d5ccfdec6cd8ed275 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 9 Jul 2018 10:47:03 +0300 Subject: [PATCH] Released v2.3.2.1. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6b8b92b142..7f55f075e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v2.3.2.1 2018-07-09 Timo Sirainen + + - SSL/TLS servers may have crashed during client disconnection + - lmtp: With lmtp_rcpt_check_quota=yes mail deliveries may have + sometimes assert-crashed. + - v2.3.2: "make check" may have crashed with 32bit systems + v2.3.2 2018-06-29 Timo Sirainen * old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while diff --git a/configure.ac b/configure.ac index b5b5026b43..0bcb80c574 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.3.2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.3.2.1],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv2($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) -- 2.47.2