dovecot-2.2: Released v2.2.rc6.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 8 02:13:30 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/ae4341d0e83b
changeset: 16241:ae4341d0e83b
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 08 02:06:25 2013 +0300
description:
Released v2.2.rc6.
diffstat:
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r f55fbfc909d1 -r ae4341d0e83b NEWS
--- 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 at 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 at iki.fi>
- A few small random fixes
diff -r f55fbfc909d1 -r ae4341d0e83b configure.ac
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.2.rc6],[dovecot at dovecot.org])
AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
AC_CONFIG_SRCDIR([src])
More information about the dovecot-cvs
mailing list