]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.9. 2.2.9
authorTimo Sirainen <tss@iki.fi>
Sun, 24 Nov 2013 23:24:32 +0000 (01:24 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 24 Nov 2013 23:24:32 +0000 (01:24 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6faa1599473532054e4d0811205a4f7d53080c48..e7a2b293b6d919f60d9cad82305968ffd98ee680 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index d3c3947ecfd7f95b8c36affaccdf10534313a6b6..d602fc8fe7a810f3f00996e92d40e3db5ab793bc 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.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])