dovecot-1.2: Released v1.2.1.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 10 06:00:14 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/557eb84a64ae
changeset: 9221:557eb84a64ae
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 09 22:56:49 2009 -0400
description:
Released v1.2.1.

diffstat:

2 files changed, 21 insertions(+), 1 deletion(-)
NEWS         |   20 ++++++++++++++++++++
configure.in |    2 +-

diffs (37 lines):

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.0 2009-07-01 Timo Sirainen <tss at iki
+v1.2.1 2009-07-09 Timo Sirainen <tss at 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 at iki.fi>
 
 	* 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_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.0],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.1],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list