dovecot-1.2: Released v1.2.4.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 17 18:52:14 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/f32928e74606
changeset: 9332:f32928e74606
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 17 11:42:33 2009 -0400
description:
Released v1.2.4.

diffstat:

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

diffs (36 lines):

diff -r a40f5c34ace8 -r f32928e74606 NEWS
--- a/NEWS	Mon Aug 17 10:45:13 2009 -0400
+++ b/NEWS	Mon Aug 17 11:42:33 2009 -0400
@@ -1,3 +1,22 @@ v1.2.3 2009-08-07  Timo Sirainen <tss at ik
+v1.2.4 2009-08-17  Timo Sirainen <tss at iki.fi>
+
+	* acl: When looking up ACL defaults, use global/local default files
+	  if they exist. So it's now possible to set default ACLs by creating
+	  dovecot-acl file to the mail root directory.
+
+	+ imap/pop3 proxy: If proxy destination is known to be down,
+	  fail connections to it immediately.
+	+ imap/pop3 proxy: Added proxy_timeout passdb extra field to specify
+	  proxy's connect timeout.
+	- Fixed a crash in index file handling.
+	- Fixed a crash in saving messages where message contained a CR
+	  character that wasn't followed by LF (and the CR happened to be the
+	  last character in an internal buffer).
+	- v1.2.3 crashed when listing shared namespace prefix.
+	- listescape plugin: Several fixes.
+	- autocreate plugin: Fixed autosubscribing to mailboxes in
+	  subscriptions=no namespaces.
+
 v1.2.3 2009-08-07  Timo Sirainen <tss at iki.fi>
 
 	* Mailbox names with control characters can't be created anymore.
diff -r a40f5c34ace8 -r f32928e74606 configure.in
--- a/configure.in	Mon Aug 17 10:45:13 2009 -0400
+++ b/configure.in	Mon Aug 17 11:42:33 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.3],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list