]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.17.rc2. 2.2.17.rc2
authorTimo Sirainen <tss@iki.fi>
Tue, 12 May 2015 20:06:30 +0000 (23:06 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 12 May 2015 20:06:30 +0000 (23:06 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fe568953c5d77a6c79cf047adad5cad9db948ff6..08481b8c5a4d791ac676861656f40fdb9206eeec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ v2.2.17 2015-05-xx  Timo Sirainen <tss@iki.fi>
        + 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
index 52e23b6480c744fe4372e8ae3db0db1496313c24..6de7eca73ccb0c3e32081e08fe115442fce0639e 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.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])