changeset 16241:ae4341d0e83b

Released v2.2.rc6.
author Timo Sirainen <tss@iki.fi>
date Mon, 08 Apr 2013 02:06:25 +0300
parents f55fbfc909d1
children bc279284fe91
files NEWS configure.ac
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Apr 08 01:56:25 2013 +0300
+++ b/NEWS	Mon Apr 08 02:06:25 2013 +0300
@@ -1,3 +1,17 @@
+v2.2.rc6 2013-04-08  Timo Sirainen <tss@iki.fi>
+
+	* replicator: Don't create replicator-doveadm socket by default.
+	  This way doveadm replicator commands don't accidentally start an
+	  unconfigured replicator server.
+	+ replicator: Have remote dsync notify the remote replicator that
+	  a user was just synced. This way the replicators are kept roughly
+	  in sync.
+	+ Added ssl_client_ca_file to specify the CA certs as a file. This is
+	  needed (instead of ssl_client_ca_dir) in RedHat-based systems.
+	+ Added "doveadm fs" commands, mainly to debug lib-fs backends.
+	- Mailbox list indexes weren't using proper file permissions based
+	  on the root directory.
+
 v2.2.rc5 2013-04-05  Timo Sirainen <tss@iki.fi>
 
 	- A few small random fixes
--- a/configure.ac	Mon Apr 08 01:56:25 2013 +0300
+++ b/configure.ac	Mon Apr 08 02:06:25 2013 +0300
@@ -2,7 +2,7 @@
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.rc5],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.rc6],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])