changeset 17031:2852a7c55fc7

Released v2.2.9.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Nov 2013 01:24:32 +0200
parents c86996b40168
children a09e0dced4c4
files NEWS configure.ac
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Nov 25 00:46:40 2013 +0200
+++ b/NEWS	Mon Nov 25 01:24:32 2013 +0200
@@ -1,3 +1,17 @@
+v2.2.9 2013-11-25  Timo Sirainen <tss@iki.fi>
+
+	+ Full text search indexing can now be done automatically after
+	  saving/copying mails by setting plugin { fts_autoindex=yes }
+	+ replicator: Added replication_dsync_parameters setting to pass
+	  "doveadm sync" parameters (for controlling what to replicate).
+	+ Added mail-filter plugin
+	+ Added liblzma/xz support (zlib_save=xz)
+	- v2.2.8's improved cache file handling exposed several old bugs
+	  related to fetching mail headers.
+	- v2.2.7's iostream handling changes were causing some connections
+	  to be disconnected before flushing their output (e.g. POP3 logout
+	  message wasn't being sent)
+
 v2.2.8 2013-11-19  Timo Sirainen <tss@iki.fi>
 
 	+ Mail cache lookups work for the mail being saved. This improves
--- a/configure.ac	Mon Nov 25 00:46:40 2013 +0200
+++ b/configure.ac	Mon Nov 25 01:24:32 2013 +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.8],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.9],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])