comparison NEWS @ 9481:ee1782019a60 HEAD 1.2.8

Released v1.2.8.
author Timo Sirainen <tss@iki.fi>
date Thu, 19 Nov 2009 19:32:13 -0500
parents 4e001a34078e
children fa4b9d520687
comparison
equal deleted inserted replaced
9480:e5d38150be58 9481:ee1782019a60
1 v1.2.8 2009-11-19 Timo Sirainen <tss@iki.fi>
2
3 * Dovecot v1.2.x had been creating base_dir (and its parents if
4 necessary) with 0777 permissions. The base_dir's permissions get
5 changed to 0755 automatically at startup, but you may need to
6 chmod the parent directories manually.
7
8 - acl: If user has rights from more than one group, merge them instead
9 of choosing one group's rights and ignoring others.
10 - virtual: When using a lot of mailboxes, the virtual mailbox's header
11 could have grown over 32 kB and caused "out of memory" crashes. Also
12 over 64 kB headers couldn't even be updated with existing transaction
13 log records. Added a new record type that gets used with >=64 kB
14 headers. Older Dovecot versions don't understand this header and
15 will log errors if they see it.
16 - FETCH BODYSTRUCTURE didn't return RFC 2231 "key*" fields correctly
17
1 v1.2.7 2009-11-09 Timo Sirainen <tss@iki.fi> 18 v1.2.7 2009-11-09 Timo Sirainen <tss@iki.fi>
2 19
3 * IMAP: IDLE now sends "Still here" notifications to same user's 20 * IMAP: IDLE now sends "Still here" notifications to same user's
4 connections at the same time. This hopefully reduces power usage 21 connections at the same time. This hopefully reduces power usage
5 of some mobile clients that use multiple IDLEing connections. 22 of some mobile clients that use multiple IDLEing connections.