From c552ee5266d855fc6e72b6424856b60638eb1166 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 25 Nov 2013 01:24:32 +0200 Subject: [PATCH] Released v2.2.9. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6faa159947..e7a2b293b6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +v2.2.9 2013-11-25 Timo Sirainen + + + 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 + Mail cache lookups work for the mail being saved. This improves diff --git a/configure.ac b/configure.ac index d3c3947ecf..d602fc8fe7 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.3