]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.2.1. release-2.3.2 2.3.2.1
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 9 Jul 2018 07:47:03 +0000 (10:47 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 9 Jul 2018 07:47:03 +0000 (10:47 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6b8b92b142a8b65872ba4cfaed5ac68819a56baa..7f55f075e443e7a919c3e6f7e9cf0780f7bb9497 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v2.3.2.1 2018-07-09  Timo Sirainen <tss@iki.fi>
+
+       - 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 <tss@iki.fi>
 
        * old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while
index b5b5026b43a5ad44f9a96945b872f26670c45d15..0bcb80c5740d419671012289f233c139a39135f2 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.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])