dovecot-2.2: Released v2.2.17.rc2.

dovecot at dovecot.org dovecot at dovecot.org
Tue May 12 21:28:15 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/2c1ce55de520
changeset: 18657:2c1ce55de520
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 12 23:06:30 2015 +0300
description:
Released v2.2.17.rc2.

diffstat:

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

diffs (24 lines):

diff -r 6f167f2e550d -r 2c1ce55de520 NEWS
--- 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
diff -r 6f167f2e550d -r 2c1ce55de520 configure.ac
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.2.17.rc2],[dovecot at dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv17($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])


More information about the dovecot-cvs mailing list