changeset 15965:e62fa121f4a2

Released v2.2.rc2.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Feb 2013 20:40:09 +0200
parents ef7eb84d9a3a
children 98dbd335085a
files NEWS configure.ac
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@iki.fi>
+
+	- rc1 wasn't actually usable in most configurations.
+
 v2.2.rc1 2013-02-15  Timo Sirainen <tss@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
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.2.rc2],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])