]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.rc6. 2.2.rc6
authorTimo Sirainen <tss@iki.fi>
Sun, 7 Apr 2013 23:06:25 +0000 (02:06 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 7 Apr 2013 23:06:25 +0000 (02:06 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 807b2d59754e7b918ab81eb43453a22841e5e1de..d4df081154e3b3a3bb8cb73ee5a0e7ddc18a64a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 531d83d6c746d289ea9f12e6a870965cc009b1a9..5217d55ebb598a688f2dd65d8802fb986412d9dd 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.59])
 
 # 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])