dovecot-2.2: Released v2.2.9.

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 25 02:29:08 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/2852a7c55fc7
changeset: 17031:2852a7c55fc7
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 25 01:24:32 2013 +0200
description:
Released v2.2.9.

diffstat:

 NEWS         |  14 ++++++++++++++
 configure.ac |   2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r c86996b40168 -r 2852a7c55fc7 NEWS
--- 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 at 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 at iki.fi>
 
 	+ Mail cache lookups work for the mail being saved. This improves
diff -r c86996b40168 -r 2852a7c55fc7 configure.ac
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.2.9],[dovecot at dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])


More information about the dovecot-cvs mailing list