From: Timo Sirainen Date: Mon, 9 Jul 2018 07:47:03 +0000 (+0300) Subject: Released v2.3.2.1. X-Git-Tag: 2.3.2.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.3.2;p=thirdparty%2Fdovecot%2Fcore.git Released v2.3.2.1. --- 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])