From: Timo Sirainen Date: Tue, 12 May 2015 20:06:30 +0000 (+0300) Subject: Released v2.2.17.rc2. X-Git-Tag: 2.2.17.rc2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adaa511dff52374634db464da4002f502f92445c;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.17.rc2. --- diff --git a/NEWS b/NEWS index fe568953c5..08481b8c5a 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,8 @@ v2.2.17 2015-05-xx Timo Sirainen + doveadm: Added -F 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 --git a/configure.ac b/configure.ac index 52e23b6480..6de7eca73c 100644 --- a/configure.ac +++ b/configure.ac @@ -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])