From 16af02ab080ee8bf8a1f11dcaf0b13d414cc3271 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 20 Dec 2013 04:57:19 +0200 Subject: [PATCH] Released v2.2.10. --- NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e7a2b293b6..1088654be1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +v2.2.10 2013-11-25 Timo Sirainen + + + auth: passdb/userdb dict rewrite to support much more complex + setups. See doc/example-config/dovecot-dict-auth.conf.ext. + The old settings will continue to work. + + auth: Added userdb result_success/failure/tempfail and skip + settings, similar to passdb's. See + http://wiki2.dovecot.org/UserDatabase + + imap: Implemented SETQUOTA command for admin user when quota_set is + configured. See http://master.wiki2.dovecot.org/Quota/Configuration + + quota: Support "*" and "?" wildcards in mailbox names in quota_rules + + mysql: Added ssl_verify_server_cert=no|yes parameter. This currently + defaults to "no" to make sure nothing breaks, but likely will become + "yes" in Dovecot v2.3. + + ldap: Added blocking=yes setting to use auth worker processes for + ldap lookups. This is a workaround for now to be able to use multiple + simultaneous LDAP connections. + + pop3c+dsync performance improvements + - quota-status: quota_grace was ignored + - ldap: Fixed memory leak with auth_bind=yes and without + auth_bind_userdn. + - imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when + CONDSTORE/QRESYNC has never before been enabled for the mailbox. + - imap: Fixes to handling mailboxes without permanent modseqs. + (When [NOMODSEQ] is returned by SELECT, mainly with in-memory + indexes.) + - imap: Various fixes to METADATA support. + - stats plugin: Processes that only temporarily dropped privileges + (e.g. indexer-worker) may have been logging errors about not being + able to open /proc/self/io. + v2.2.9 2013-11-25 Timo Sirainen + Full text search indexing can now be done automatically after diff --git a/configure.ac b/configure.ac index 8cdb654a46..95984bb224 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ 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.9],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.2.10],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src]) -- 2.47.3