From: Timo Sirainen Date: Wed, 22 Oct 2008 18:11:41 +0000 (+0300) Subject: Released v1.2.alpha3. X-Git-Tag: 1.2.alpha3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=480a327decf958cba59f1439856bc1badb78c251;p=thirdparty%2Fdovecot%2Fcore.git Released v1.2.alpha3. --HG-- branch : HEAD --- diff --git a/NEWS b/NEWS index e7c85a21f3..90690597a8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ v1.2.UNSTABLE Timo Sirainen + * SQL dictionary (quota) configuration file is different than in v1.1. + See doc/dovecot-dict-sql-example.conf for the new format. + + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH. + SEARCH supports INTHREAD search key, but the rest of the INTHREAD @@ -9,7 +12,49 @@ v1.2.UNSTABLE Timo Sirainen base subject merging. + Thread indexes for optimizing IMAP THREAD command and INTHREAD search key. + + Added userdb checkpassword (by Sascha Wilde) + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual + + Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate + + Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape + +v1.1.5 2008-10-22 Timo Sirainen + + * Dovecot prints an informational message about authentication problems + at startup. The message goes away after the first successful + authentication. This hopefully reduces the number of "Why doesn't + my authentication work?" questions. + + + Maildir/dbox: Try harder to assign unique UIDVALIDITY values to + mailboxes to avoid potential problems when recreating or renaming + mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity* + files in the mail root directory. + + Many logging improvements + - In some conditions Dovecot could have stopped using existing cache + file and never used it again until it was deleted. + - pop3 + Maildir: Make sure virtual sizes are always written to + dovecot-uidlist. This way if the indexes are lost Dovecot will never + do a huge amount of work to recalculate them. + - mbox: Fixed listing mailboxes in namespaces with prefix beginning + with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work). + - dict quota: Don't crash when recalculating quota (when quota warnings + enabled). + - Fixes to handling "out of disk space/quota" failures. + - Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups + sometimes when auth_worker_max_request_count was non-zero. + - Fixed compiling with OpenBSD + +v1.1.4 2008-10-05 Timo Sirainen + + - SORT: Yet another assert-crashfix when renumbering index sort IDs. + - ACL plugin fixes: Negative rights were actually treated as positive + rights. 'k' right didn't prevent creating parent/child/child mailbox. + ACL groups weren't working. + - Maildir++ quota: Fixes to rebuilding when quota limit wasn't + specified in Dovecot (0 limit or limit read from maildirsize). + - mbox: Several bugfixes causing errors and crashes. + - Several fixes to expire plugin / expire-tool. + - lock_method=dotlock could have deadlocked with itself. + - Many error handling fixes and log message improvements. v1.1.3 2008-09-02 Timo Sirainen diff --git a/TODO b/TODO index 5b42983e58..5c0d16c02c 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ + - implement draft-gulbrandsen-imap-response-codes - new primes code: are hash tables now being resized too often? - auth_log_prefix setting similar to mail_log_prefix - LDAP attrs: uid=foo,uid=bar doesn't work