dovecot-2.1: Released v2.1.9.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 1 20:59:48 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/bc86680293d2
changeset: 14650:bc86680293d2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 01 20:36:53 2012 +0300
description:
Released v2.1.9.

diffstat:

 NEWS         |  24 ++++++++++++++++++++++++
 configure.in |   2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r fd1cdeef4e2d -r bc86680293d2 NEWS
--- 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 at 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 at iki.fi>
 
 	+ pop3c: Added pop3c_master_user setting.
diff -r fd1cdeef4e2d -r bc86680293d2 configure.in
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.1.9],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list