changeset 18657:2c1ce55de520

Released v2.2.17.rc2.
author Timo Sirainen <tss@iki.fi>
date Tue, 12 May 2015 23:06:30 +0300
parents 6f167f2e550d
children b93731b6bc98
files NEWS configure.ac
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue May 12 21:58:03 2015 +0300
+++ b/NEWS	Tue May 12 23:06:30 2015 +0300
@@ -32,6 +32,8 @@
 	+ doveadm: Added -F <file> parameter to read a list of users from the
 	  given file and run the command for all the users. This is similar to
 	  -A parameter reading the list of users from userdb lookup.
+	+ Implemented initial Cassandra CQL support as lib-sql backend. It's
+	  only usable as dict backend currently.
 	- auth: If auth_master_user_separator was set, auth process could be
 	  crashed by trying to log in with empty master username.
 	- imap-login, pop3-login: Fixed crash on handshake failures with new
--- a/configure.ac	Tue May 12 21:58:03 2015 +0300
+++ b/configure.ac	Tue May 12 23:06:30 2015 +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.17.rc1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.17.rc2],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv17($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])