changeset 14153:736f1b7af190 2.1.rc7

Released v2.1.rc7.
author Timo Sirainen <tss@iki.fi>
date Wed, 15 Feb 2012 05:49:17 +0200
parents 4462ceb09c0d
children 5de9a1f4ab04
files NEWS configure.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Feb 15 05:12:14 2012 +0200
+++ b/NEWS	Wed Feb 15 05:49:17 2012 +0200
@@ -1,3 +1,9 @@
+v2.1.rc7 2012-02-15  Timo Sirainen <tss@iki.fi>
+
+	+ Added ignore_on_failure setting for namespaces. If namespace
+	  initialization fails with this enabled (e.g. permission denied),
+	  the namespace is silently skipped for the user.
+
 v2.1.rc6 2012-02-12  Timo Sirainen <tss@iki.fi>
 
 	* Added automatic mountpoint tracking and doveadm mount commands to
--- a/configure.in	Wed Feb 15 05:12:14 2012 +0200
+++ b/configure.in	Wed Feb 15 05:49:17 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.rc6],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.rc7],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])