comparison NEWS @ 8315:3c8d43f85b1a HEAD 1.2.alpha3

Released v1.2.alpha3.
author Timo Sirainen <tss@iki.fi>
date Wed, 22 Oct 2008 21:11:41 +0300
parents d6d7a56f7160
children 072edbdb8102
comparison
equal deleted inserted replaced
8314:4497c58eaca8 8315:3c8d43f85b1a
1 v1.2.UNSTABLE Timo Sirainen <tss@iki.fi> 1 v1.2.UNSTABLE Timo Sirainen <tss@iki.fi>
2
3 * SQL dictionary (quota) configuration file is different than in v1.1.
4 See doc/dovecot-dict-sql-example.conf for the new format.
2 5
3 + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH, 6 + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
4 SEARCHRES, WITHIN, ID and CONTEXT=SEARCH. 7 SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
5 + SEARCH supports INTHREAD search key, but the rest of the INTHREAD 8 + SEARCH supports INTHREAD search key, but the rest of the INTHREAD
6 draft isn't implemented yet and isn't advertised. 9 draft isn't implemented yet and isn't advertised.
7 + THREAD X-REFERENCES2 algorithm where threads are sorted by their 10 + THREAD X-REFERENCES2 algorithm where threads are sorted by their
8 latest message instead of the thread root message. There is also no 11 latest message instead of the thread root message. There is also no
9 base subject merging. 12 base subject merging.
10 + Thread indexes for optimizing IMAP THREAD command and INTHREAD 13 + Thread indexes for optimizing IMAP THREAD command and INTHREAD
11 search key. 14 search key.
15 + Added userdb checkpassword (by Sascha Wilde)
12 + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual 16 + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
17 + Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
18 + Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
19
20 v1.1.5 2008-10-22 Timo Sirainen <tss@iki.fi>
21
22 * Dovecot prints an informational message about authentication problems
23 at startup. The message goes away after the first successful
24 authentication. This hopefully reduces the number of "Why doesn't
25 my authentication work?" questions.
26
27 + Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
28 mailboxes to avoid potential problems when recreating or renaming
29 mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
30 files in the mail root directory.
31 + Many logging improvements
32 - In some conditions Dovecot could have stopped using existing cache
33 file and never used it again until it was deleted.
34 - pop3 + Maildir: Make sure virtual sizes are always written to
35 dovecot-uidlist. This way if the indexes are lost Dovecot will never
36 do a huge amount of work to recalculate them.
37 - mbox: Fixed listing mailboxes in namespaces with prefix beginning
38 with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
39 - dict quota: Don't crash when recalculating quota (when quota warnings
40 enabled).
41 - Fixes to handling "out of disk space/quota" failures.
42 - Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
43 sometimes when auth_worker_max_request_count was non-zero.
44 - Fixed compiling with OpenBSD
45
46 v1.1.4 2008-10-05 Timo Sirainen <tss@iki.fi>
47
48 - SORT: Yet another assert-crashfix when renumbering index sort IDs.
49 - ACL plugin fixes: Negative rights were actually treated as positive
50 rights. 'k' right didn't prevent creating parent/child/child mailbox.
51 ACL groups weren't working.
52 - Maildir++ quota: Fixes to rebuilding when quota limit wasn't
53 specified in Dovecot (0 limit or limit read from maildirsize).
54 - mbox: Several bugfixes causing errors and crashes.
55 - Several fixes to expire plugin / expire-tool.
56 - lock_method=dotlock could have deadlocked with itself.
57 - Many error handling fixes and log message improvements.
13 58
14 v1.1.3 2008-09-02 Timo Sirainen <tss@iki.fi> 59 v1.1.3 2008-09-02 Timo Sirainen <tss@iki.fi>
15 60
16 * mail_max_userip_connections limit no longer applies to master user 61 * mail_max_userip_connections limit no longer applies to master user
17 logins. 62 logins.