From: Timo Sirainen Date: Wed, 20 Mar 2013 20:05:53 +0000 (+0200) Subject: Released v2.2.rc3. X-Git-Tag: 2.2.rc3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33ff0746df70ea097708abbb1a2ecb6bab1bacf;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.rc3. --- diff --git a/NEWS b/NEWS index b6a86647f5..aeddb50489 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v2.2.rc3 2013-03-20 Timo Sirainen + + + dsync: Support syncing ACLs (and Sieve scripts with Pigeonhole) + + ldap: Support subqueries and value pointers, see + http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb + + postmaster_address setting: Expand %d to recipient's domain + - Fixed a crash when decoding quoted-printable content. + - dsync: Various bugfixes + v2.2.rc2 2013-02-15 Timo Sirainen - rc1 wasn't actually usable in most configurations. diff --git a/configure.ac b/configure.ac index da6d5bed30..c2819ec01a 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.rc2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.rc3],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])