dovecot-1.2: Released v1.2.8.

dovecot at dovecot.org dovecot at dovecot.org
Fri Nov 20 02:49:20 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ee1782019a60
changeset: 9481:ee1782019a60
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 19 19:32:13 2009 -0500
description:
Released v1.2.8.

diffstat:

2 files changed, 18 insertions(+), 1 deletion(-)
NEWS         |   17 +++++++++++++++++
configure.in |    2 +-

diffs (34 lines):

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.7 2009-11-09  Timo Sirainen <tss at ik
+v1.2.8 2009-11-19  Timo Sirainen <tss at 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 at iki.fi>
 
 	* 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_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.7],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.8],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list