]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.20. 2.2.20
authorTimo Sirainen <tss@iki.fi>
Mon, 7 Dec 2015 19:09:35 +0000 (21:09 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 7 Dec 2015 19:09:35 +0000 (21:09 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index aa5f8f4003d796e2248eba5d03ce9a1f433156f4..32e1561c771af45063fff14b0fc2216872541427 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.20 2015-12-xx  Timo Sirainen <tss@iki.fi>
+v2.2.20 2015-12-07  Timo Sirainen <tss@iki.fi>
 
        + Added mailbox { autoexpunge=<time> } setting. See
          http://wiki2.dovecot.org/MailboxSettings for details.
@@ -36,6 +36,8 @@ v2.2.20 2015-12-xx  Timo Sirainen <tss@iki.fi>
        - zlib plugin: Fixed copying causing cache corruption when zlib_save
          wasn't set, but the source message was compressed.
        - fts-solr: Fixed escaping Solr query parameters.
+       - lmtp: quota_full_tempfail=yes was ignored with
+         lmtp_rcpt_check_quota=yes
 
 v2.2.19 2015-10-02  Timo Sirainen <tss@iki.fi>
 
index 676c5efa42fa0294f8f0cc1ed9c19e695c2ae92a..141b043939d71dcb830bc0c3964b28d5ba0b35db 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.2.20.rc1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.20],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])