dovecot-2.2: Released v2.2.rc3.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Mar 20 22:09:45 EET 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/11bd79bf4866
changeset: 16081:11bd79bf4866
user: Timo Sirainen <tss at iki.fi>
date: Wed Mar 20 22:05:53 2013 +0200
description:
Released v2.2.rc3.
diffstat:
NEWS | 9 +++++++++
configure.ac | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r f874733b4029 -r 11bd79bf4866 NEWS
--- 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 at 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 at iki.fi>
- rc1 wasn't actually usable in most configurations.
diff -r f874733b4029 -r 11bd79bf4866 configure.ac
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.2.rc3],[dovecot at dovecot.org])
AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
AC_CONFIG_SRCDIR([src])
More information about the dovecot-cvs
mailing list