# HG changeset patch # User Timo Sirainen # Date 1250523753 14400 # Node ID f32928e7460697803fbd60b4ea691831a0a3f17c # Parent a40f5c34ace8b6933c8f68f2afda2485abe192ba Released v1.2.4. 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.4 2009-08-17 Timo Sirainen + + * 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 * 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_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])