dovecot-1.2: Released v1.2.rc3.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 17 22:28:45 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/82ba352b51ae
changeset: 8963:82ba352b51ae
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 16 22:38:14 2009 -0400
description:
Released v1.2.rc3.

diffstat:

2 files changed, 22 insertions(+), 3 deletions(-)
NEWS         |   23 +++++++++++++++++++++--
configure.in |    2 +-

diffs (44 lines):

diff -r a2a28c52e951 -r 82ba352b51ae NEWS
--- a/NEWS	Thu Apr 16 22:21:36 2009 -0400
+++ b/NEWS	Thu Apr 16 22:38:14 2009 -0400
@@ -1,9 +1,28 @@ v1.2.rc2  Timo Sirainen <tss at iki.fi>
-v1.2.rc2  Timo Sirainen <tss at iki.fi>
+v1.2.rc3 2009-04-16 Timo Sirainen <tss at iki.fi>
+
+	* IMAP proxy no longer simply forwards tagged reply from
+	  remote authentication command. It's now done only if the remote
+	  server sent a [resp-code], otherwise all failure strings are
+	  converted to Dovecot's "Authentication failed." to make sure that
+	  if remote isn't using Dovecot it won't reveal user's existence.
+
+	+ Quota roots can now specify which namespace's quota they're
+	  tracking. This is probably the most useful for giving public
+	  namespaces a quota.
+	+ Added imap_idle_notify_interval setting.
+	- Fixes to shared mailbox handling
+	- Fixes to virtual mailboxes
+	- Fixed compiling with some FreeBSD and NetBSD versions
+	- THREAD REFS still might have returned one (0) at the beginning.
+	- deliver wasn't using mail_access_groups setting.
+	- Fixed some error handling in maildir and index code.
+
+v1.2.rc2 2009-04-03  Timo Sirainen <tss at iki.fi>
 
 	- rquota.x file was missing from rc1 distribution, causing compiling
 	  to fail.
 
-v1.2.rc1  Timo Sirainen <tss at iki.fi>
+v1.2.rc1 2009-04-03  Timo Sirainen <tss at iki.fi>
 
 	* When creating files or directories to mailboxes, Dovecot now uses
 	  the mailbox directory's permissions and GID for them. Previous
diff -r a2a28c52e951 -r 82ba352b51ae configure.in
--- a/configure.in	Thu Apr 16 22:21:36 2009 -0400
+++ b/configure.in	Thu Apr 16 22:38:14 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc2],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.rc3],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list