From: Timo Sirainen Date: Mon, 1 Oct 2018 10:36:56 +0000 (+0300) Subject: Released v2.3.3. X-Git-Tag: 2.3.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.3.3;p=thirdparty%2Fdovecot%2Fcore.git Released v2.3.3. --- diff --git a/NEWS b/NEWS index 9fc6458f13..1aa6180eb1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.3.3 2018-09-xx Timo Sirainen +v2.3.3 2018-10-01 Timo Sirainen * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and @@ -16,6 +16,9 @@ v2.3.3 2018-09-xx Timo Sirainen - director: Conflicting host up/down state changes may in some rare situations ended up in a loop of two directors constantly overwriting each others' changes. + - director: Fix hang/crash when multiple doveadm commands are being + handled concurrently. + - director: Fix assert-crash if doveadm disconnects too early - virtual plugin: Some searches used 100% CPU for many seconds - dsync assert-crashed with acl plugin in some situations. - mail_attachment_detection_options=add-flags-on-save assert-crashed diff --git a/configure.ac b/configure.ac index ddf24b4b76..98074f75b2 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.3.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.3.3],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv3($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])