changeset 8963:82ba352b51ae HEAD 1.2.rc3

Released v1.2.rc3.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 22:38:14 -0400
parents a2a28c52e951
children efbce8ddd067
files NEWS configure.in
diffstat 2 files changed, 22 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@iki.fi>
+v1.2.rc3 2009-04-16 Timo Sirainen <tss@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@iki.fi>
 
 	- rquota.x file was missing from rc1 distribution, causing compiling
 	  to fail.
 
-v1.2.rc1  Timo Sirainen <tss@iki.fi>
+v1.2.rc1 2009-04-03  Timo Sirainen <tss@iki.fi>
 
 	* When creating files or directories to mailboxes, Dovecot now uses
 	  the mailbox directory's permissions and GID for them. Previous
--- 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_INIT([Dovecot],[1.2.rc2],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.rc3],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])