changeset 19482:f833b8160e39

Released v2.2.20.
author Timo Sirainen <tss@iki.fi>
date Mon, 07 Dec 2015 21:09:35 +0200
parents 62aa3c6ca7ed
children 99b85e521f6a
files NEWS configure.ac
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Dec 07 16:06:15 2015 +0200
+++ b/NEWS	Mon Dec 07 21:09:35 2015 +0200
@@ -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 @@
 	- 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>
 
--- a/configure.ac	Mon Dec 07 16:06:15 2015 +0200
+++ b/configure.ac	Mon Dec 07 21:09:35 2015 +0200
@@ -2,7 +2,7 @@
 
 # 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])