changeset 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 e5d38150be58
children 73d328a15bde
files NEWS configure.in
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <tss@iki.fi>
+
+	* 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 <tss@iki.fi>
 
 	* IMAP: IDLE now sends "Still here" notifications to same user's
--- 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])