]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.3. release-2.3.3 2.3.3
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 1 Oct 2018 10:36:56 +0000 (13:36 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 1 Oct 2018 10:36:56 +0000 (13:36 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9fc6458f134f62fc9c39de227b0781072d5e3f2c..1aa6180eb108ea4c02d175641b40f63239e3dcf7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.3.3 2018-09-xx  Timo Sirainen <tss@iki.fi>
+v2.3.3 2018-10-01  Timo Sirainen <tss@iki.fi>
 
        * 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 <tss@iki.fi>
        - 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
index ddf24b4b76d36cd0eb5153f840b2b83f27b309b2..98074f75b265b0a1bd11be398d84b8403f8c4105 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.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])