comparison NEWS @ 6232:8d4fa6f0b7e6 HEAD 1.1.alpha2

Released v1.1.alpha2.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 15:17:14 +0300
parents d0af61880c04
children 67668832dd6c
comparison
equal deleted inserted replaced
6231:30c77009ba73 6232:8d4fa6f0b7e6
4 they can't be opened anymore with Dovecot versions earlier than 4 they can't be opened anymore with Dovecot versions earlier than
5 v1.0.2. 5 v1.0.2.
6 * Empty passwords in passdb doesn't allow user to log in with any 6 * Empty passwords in passdb doesn't allow user to log in with any
7 password anymore. To do that you'll also need to set nopassword 7 password anymore. To do that you'll also need to set nopassword
8 extra field. 8 extra field.
9 * PAM always works in blocking=yes mode now. If you have problems
10 with memory leaks, change auth_worker_max_request_count setting.
9 11
10 + IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions. 12 + IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions.
11 + IMAP SORT: Sort keys are indexed, which makes SORT commands faster. 13 + IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
12 + IMAP THREAD: Threads are indexed into a dovecot.index.thread file.
13 It can usually be updated incrementally, so this makes THREAD fast.
14 + Added Dovecot-specific X-REFERENCES2 threading algorithm.
15 It's similar to REFERENCES, but it doesn't do base subject merging
16 and it sorts the threads by their newest message.
17 + When saving messages, update cache file immediately with the data 14 + When saving messages, update cache file immediately with the data
18 that we expect client to fetch later. 15 that we expect client to fetch later.
19 + NFS attribute and data caches are are flushed whenever needed. 16 + NFS attribute and data caches are are flushed whenever needed.
20 See mail_nfs_storage and mail_nfs_index settings. 17 See mail_nfs_storage and mail_nfs_index settings.
21 + Mailbox list indexes. Mailbox metadata is stored there, so STATUS 18 + Mailbox list indexes. Mailbox metadata is stored there, so STATUS
37 + LDAP: Support templates in pass_attrs and user_attrs 34 + LDAP: Support templates in pass_attrs and user_attrs
38 + Support for listening in multiple IPs/ports. 35 + Support for listening in multiple IPs/ports.
39 + Quota plugin rewrite: Support for multiple quota roots, warnings, 36 + Quota plugin rewrite: Support for multiple quota roots, warnings,
40 allow giving storage size in bytes or kilo/mega/giga/terabytes, 37 allow giving storage size in bytes or kilo/mega/giga/terabytes,
41 per-mailbox quota rules. 38 per-mailbox quota rules.
39 + Filesystem quota backend supports inode limits, group quota and
40 RPC quota for NFS.
41 + SEARCH and SORT finally compare all characters case-insensitively.
42 We use i;unicode-casemap algorithm.
43 + Config files support splitting values to multiple lines with \
42 44
43 v1.0.0 2007-04-13 Timo Sirainen <tss@iki.fi> 45 v1.0.0 2007-04-13 Timo Sirainen <tss@iki.fi>
44 46
45 + Documentation updated. 47 + Documentation updated.
46 48