dovecot-2.2: Released v2.2.rc2.

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 25 20:44:05 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/e62fa121f4a2
changeset: 15965:e62fa121f4a2
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 25 20:40:09 2013 +0200
description:
Released v2.2.rc2.

diffstat:

 NEWS         |  6 ++++++
 configure.ac |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r ef7eb84d9a3a -r e62fa121f4a2 NEWS
--- a/NEWS	Mon Feb 25 20:20:18 2013 +0200
+++ b/NEWS	Mon Feb 25 20:40:09 2013 +0200
@@ -1,3 +1,7 @@
+v2.2.rc2 2013-02-15  Timo Sirainen <tss at iki.fi>
+
+	- rc1 wasn't actually usable in most configurations.
+
 v2.2.rc1 2013-02-15  Timo Sirainen <tss at iki.fi>
 
 	* When creating home directories, the permissions are copied from the
@@ -15,6 +19,8 @@
 	  file instead of actually locking the mailbox (and causing
 	  IMAP/LDA/LMTP to wait for the POP3 session to close).
 	* mail_shared_explicit_inbox setting's default switched to "no".
+	* ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and
+	  pop3c_ssl_ca_dir settings.
 
 	+ Implemented IMAP MOVE and BINARY extensions
 	+ Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions
diff -r ef7eb84d9a3a -r e62fa121f4a2 configure.ac
--- a/configure.ac	Mon Feb 25 20:20:18 2013 +0200
+++ b/configure.ac	Mon Feb 25 20:40:09 2013 +0200
@@ -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.rc1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.2.rc2],[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