]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Release v2.3.17.1 release-2.3.17 2.3.17.1
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 30 Nov 2021 10:47:52 +0000 (12:47 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 3 Dec 2021 07:50:41 +0000 (09:50 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 44b9f97212bb8e604f012e7cd9fd807ade5ba0db..70efcf99b84e3fa7926fa563a94b948c227e73c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v2.3.17.1 2021-12-07  Aki Tuomi <aki.tuomi@open-xchange.com>
+
+       - 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 <aki.tuomi@open-xchange.com>
 
        * Dovecot now logs a warning if time seems to jump forward at least
index 8df814dbe8a3c6660aac83cf2fcba2f3a24be9ed..8b0d8f36374bacc8549346ed5e3f502bde94fb34 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.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])