From 476cd46418e629113127574fd4517cc42d64bc3b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 30 Nov 2021 12:47:52 +0200 Subject: [PATCH] Release v2.3.17.1 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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]) -- 2.47.2