changeset 16081:11bd79bf4866

Released v2.2.rc3.
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Mar 2013 22:05:53 +0200
parents f874733b4029
children fe8f92d44f56
files NEWS configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Mar 20 21:44:48 2013 +0200
+++ b/NEWS	Wed Mar 20 22:05:53 2013 +0200
@@ -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.
--- a/configure.ac	Wed Mar 20 21:44:48 2013 +0200
+++ b/configure.ac	Wed Mar 20 22:05:53 2013 +0200
@@ -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.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])