]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.rc3. 2.2.rc3
authorTimo Sirainen <tss@iki.fi>
Wed, 20 Mar 2013 20:05:53 +0000 (22:05 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 20 Mar 2013 20:05:53 +0000 (22:05 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b6a86647f559fbf5e60a216d83fccc6f70261fbd..aeddb50489a9194c694efb47f1dd3f101009c2ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v2.2.rc3 2013-03-20  Timo Sirainen <tss@iki.fi>
+
+       + 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 <tss@iki.fi>
 
        - rc1 wasn't actually usable in most configurations.
index da6d5bed30e0d73e7d956ec910c917ff0d0cd031..c2819ec01a68dd262214a41ea4476b5e442e7ad1 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.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])