From: Aki Tuomi Date: Tue, 30 Nov 2021 10:47:52 +0000 (+0200) Subject: Release v2.3.17.1 X-Git-Tag: 2.3.17.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.3.17;p=thirdparty%2Fdovecot%2Fcore.git Release v2.3.17.1 --- diff --git a/NEWS b/NEWS index 44b9f97212..70efcf99b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v2.3.17.1 2021-12-07 Aki Tuomi + + - dsync: Add back accidentically removed parameters. + - lib-ssl-iostream: Fix assert-crash when OpenSSL returned syscall error + without errno. + - master: Dovecot failed to start if ssl_ca was too large. + v2.3.17 2021-10-28 Aki Tuomi * Dovecot now logs a warning if time seems to jump forward at least diff --git a/configure.ac b/configure.ac index 8df814dbe8..8b0d8f3637 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.17],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.3.17.1],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv17($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])