# HG changeset patch # User Timo Sirainen # Date 1247194609 14400 # Node ID 557eb84a64aece12c6f3da9a51a2b41ca8c6f782 # Parent 0a999fedb6e05d104a47a56748bfcd4ef19599a4 Released v1.2.1. diff -r 0a999fedb6e0 -r 557eb84a64ae NEWS --- a/NEWS Thu Jul 09 22:56:36 2009 -0400 +++ b/NEWS Thu Jul 09 22:56:49 2009 -0400 @@ -1,3 +1,23 @@ +v1.2.1 2009-07-09 Timo Sirainen + + * GSSAPI: Changed logging levels and improved the messages. + Changed the way cross-realm authentication handling is done, + hopefully it's working now for everyone. + * imap/pop3 logins now fail if home directory path is relative. + v1.2.0 deliver was already failing with these and they could have + caused problems even with v1.1. + * IMAP: Custom authentication failure messages are now prefixed with + [ALERT] to get more clients to actually show them. + + + Improved some error messages. + - pop3: AUTH PLAIN was broken when SASL initial response wasn't given. + - mbox: New mailboxes were created with UIDVALIDITY 1. + - quota-fs was defaulting to group quota instead of user quota. + - Fixed ACLs to work with mbox. + - Fixed fchmod(-1, -1) errors with BSDs + - convert plugin / convert-tool: Fixed changing hierarchy separators + in mailbox names when alt_hierarchy_char isn't set. + v1.2.0 2009-07-01 Timo Sirainen * When creating files or directories to mailboxes, Dovecot now uses diff -r 0a999fedb6e0 -r 557eb84a64ae configure.in --- a/configure.in Thu Jul 09 22:56:36 2009 -0400 +++ b/configure.in Thu Jul 09 22:56:49 2009 -0400 @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[1.2.0],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[1.2.1],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])