changeset 9221:557eb84a64ae HEAD 1.2.1

Released v1.2.1.
author Timo Sirainen <tss@iki.fi>
date Thu, 09 Jul 2009 22:56:49 -0400
parents 0a999fedb6e0
children f850d37fae04
files NEWS configure.in
diffstat 2 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <tss@iki.fi>
+
+	* 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 <tss@iki.fi>
 
 	* When creating files or directories to mailboxes, Dovecot now uses
--- 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])