# HG changeset patch # User Timo Sirainen # Date 1239935894 14400 # Node ID 82ba352b51aead82eaa2f1a0e6ad6430842a8a35 # Parent a2a28c52e951c2220a74b651574eb14fe7bfd686 Released v1.2.rc3. 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 +v1.2.rc3 2009-04-16 Timo Sirainen + + * 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 - rquota.x file was missing from rc1 distribution, causing compiling to fail. -v1.2.rc1 Timo Sirainen +v1.2.rc1 2009-04-03 Timo Sirainen * 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_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])