changeset 14828:bc86680293d2

Released v2.1.9.
author Timo Sirainen <tss@iki.fi>
date Wed, 01 Aug 2012 20:36:53 +0300
parents fd1cdeef4e2d
children 687906b93914
files NEWS configure.in
diffstat 2 files changed, 25 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Aug 01 20:25:26 2012 +0300
+++ b/NEWS	Wed Aug 01 20:36:53 2012 +0300
@@ -1,3 +1,27 @@
+v2.1.9 2012-08-01  Timo Sirainen <tss@iki.fi>
+
+	* mail-log plugin: Log mailbox names with UTF-8 everywhere 
+	  (instead of mUTF-7 in some places and UTF-8 in other places)
+	* director: Changed director_username_hash setting's default from %u
+	  to %Lu (= lowercase usernames). This doesn't break any existing
+	  installations, but might fix some of them.
+
+	+ doveadm: Added "auth cache flush [<username>]" command.
+	+ Implemented dict passdb/userdb
+	+ Implemented Redis and memcached dict backends, which can be used as
+	  auth backends. Redis can also be used as dict-quota backend.
+	+ Added plugin { quota_ignore_save_errors=yes } setting to allow saving
+	  a mail when quota lookup fails with temporary failure.
+	- Full text search indexing might have failed for some messages,
+	  always causing indexer-worker process to run out of memory.
+	- fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
+	  the header wasn't lowercased.
+	- fts-squat: Fixed crash when searching a virtual mailbox.
+	- pop3: Fixed assert crash when doing UIDL on empty mailbox on some
+	  setups. 
+	- auth: GSSAPI RFC compliancy and error handling fixes.
+	- Various fixes related to handling shared namespaces
+
 v2.1.8 2012-07-03  Timo Sirainen <tss@iki.fi>
 
 	+ pop3c: Added pop3c_master_user setting.
--- a/configure.in	Wed Aug 01 20:25:26 2012 +0300
+++ b/configure.in	Wed Aug 01 20:36:53 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.8],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.9],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])