# HG changeset patch # User Timo Sirainen # Date 1258677133 18000 # Node ID ee1782019a60ff720e45223e936494e34199240c # Parent e5d38150be58fadfd8fa1b039ed83e917ad2267c Released v1.2.8. diff -r e5d38150be58 -r ee1782019a60 NEWS --- a/NEWS Thu Nov 19 18:52:54 2009 -0500 +++ b/NEWS Thu Nov 19 19:32:13 2009 -0500 @@ -1,3 +1,20 @@ +v1.2.8 2009-11-19 Timo Sirainen + + * Dovecot v1.2.x had been creating base_dir (and its parents if + necessary) with 0777 permissions. The base_dir's permissions get + changed to 0755 automatically at startup, but you may need to + chmod the parent directories manually. + + - acl: If user has rights from more than one group, merge them instead + of choosing one group's rights and ignoring others. + - virtual: When using a lot of mailboxes, the virtual mailbox's header + could have grown over 32 kB and caused "out of memory" crashes. Also + over 64 kB headers couldn't even be updated with existing transaction + log records. Added a new record type that gets used with >=64 kB + headers. Older Dovecot versions don't understand this header and + will log errors if they see it. + - FETCH BODYSTRUCTURE didn't return RFC 2231 "key*" fields correctly + v1.2.7 2009-11-09 Timo Sirainen * IMAP: IDLE now sends "Still here" notifications to same user's diff -r e5d38150be58 -r ee1782019a60 configure.in --- a/configure.in Thu Nov 19 18:52:54 2009 -0500 +++ b/configure.in Thu Nov 19 19:32:13 2009 -0500 @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[1.2.7],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[1.2.8],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])