]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.9. 2.1.9
authorTimo Sirainen <tss@iki.fi>
Wed, 1 Aug 2012 17:36:53 +0000 (20:36 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 1 Aug 2012 17:36:53 +0000 (20:36 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 5f3591e527a3bf108c13033b999b3480db4b0355..a5b21e884869e796ba3093ecbe899021d7c1ca9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
index ba7ec04118625e1249bf7f6368d07f6922b72ed5..6a11399d52b03992ae3cf0e930d0ae7f1a30fdb3 100644 (file)
@@ -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])