# HG changeset patch # User Timo Sirainen # Date 1343842613 -10800 # Node ID bc86680293d256d5a8009690caeb73ab2e34e359 # Parent fd1cdeef4e2d63622a20d16001f96eda7466895e Released v2.1.9. 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 + + * 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 []" 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 + 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@dovecot.org]) +AC_INIT([Dovecot],[2.1.9],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])