changeset 9332:f32928e74606 HEAD 1.2.4

Released v1.2.4.
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Aug 2009 11:42:33 -0400
parents a40f5c34ace8
children 15b4b2c904fe
files NEWS configure.in
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.4 2009-08-17  Timo Sirainen <tss@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@iki.fi>
 
 	* Mailbox names with control characters can't be created anymore.
--- 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_INIT([Dovecot],[1.2.3],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])