# HG changeset patch # User Timo Sirainen # Date 1279918545 -3600 # Node ID b386f997c5c5e1647a9c31c68435f4098e0eb6ad # Parent aae3b2a12cd09b6c97a6d4f37037055de47e3cf9 Released v1.2.13. diff -r aae3b2a12cd0 -r b386f997c5c5 NEWS --- a/NEWS Fri Jul 23 21:04:17 2010 +0100 +++ b/NEWS Fri Jul 23 21:55:45 2010 +0100 @@ -1,3 +1,18 @@ +v1.2.13 2010-07-23 Timo Sirainen + + - acl: Don't use INBOX's ACLs as default ACLs if their paths are the + same. This was mainly a problem with Maildir where INBOX's ACLs + were copied to all newly created mailboxes. + - Fixed iconv() crash when it was processing several kilobytes of + broken continuous input. This mainly could have caused a problem + with IMAP SEARCH. Possibly also with some Sieve checks. + - If MIME encoded-words contained line feeds, Dovecot logged + cache corruption errors. + - mbox: Renaming mailbox under newly created dir didn't move index + directory. + - mbox: When generating envelope to From_-line, don't append a second + @owndomain if username already has one. + v1.2.12 2010-06-18 Timo Sirainen - deliver: Don't crash when a message with Auto-submitted: header gets diff -r aae3b2a12cd0 -r b386f997c5c5 configure.in --- a/configure.in Fri Jul 23 21:04:17 2010 +0100 +++ b/configure.in Fri Jul 23 21:55:45 2010 +0100 @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[1.2.12],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[1.2.13],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])