comparison NEWS @ 9511:fa4b9d520687 HEAD 1.2.9

Released v1.2.9.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Dec 2009 15:35:29 -0500
parents ee1782019a60
children ece9da037b7e
comparison
equal deleted inserted replaced
9510:77b8ead30bb9 9511:fa4b9d520687
1 v1.2.9 2009-12-16 Timo Sirainen <tss@iki.fi>
2
3 * maildir: When saving, filenames now always contain ,S=<size>.
4 Previously this was done only when quota plugin was loaded. It's
5 required for zlib plugin and may be useful for other things too.
6
7 + lazy-expunge: Support a single-namespace configuration. If a mailbox
8 is deleted, its messages are merged with its old expunged messages
9 (if there were any).
10 + expire: Settings now support spaces in mailbox names by using
11 quoted strings.
12 - maildir: v1.2.7 and v1.2.8 caused assert-crashes in
13 maildir_uidlist_records_drop_expunges()
14 - maildir_copy_preserve_filename=yes could have caused crashes.
15 - Maildir++ quota: % limits weren't updated when limits were read
16 from maildirsize.
17 - virtual: v1.2.8 didn't fully fix the "lots of mailboxes" bug
18 - virtual: Fixed updating virtual mailbox based on flag changes.
19 - fts-squat: Fixed searching multi-byte characters.
20
1 v1.2.8 2009-11-19 Timo Sirainen <tss@iki.fi> 21 v1.2.8 2009-11-19 Timo Sirainen <tss@iki.fi>
2 22
3 * Dovecot v1.2.x had been creating base_dir (and its parents if 23 * Dovecot v1.2.x had been creating base_dir (and its parents if
4 necessary) with 0777 permissions. The base_dir's permissions get 24 necessary) with 0777 permissions. The base_dir's permissions get
5 changed to 0755 automatically at startup, but you may need to 25 changed to 0755 automatically at startup, but you may need to