From: Timo Sirainen Date: Wed, 25 Sep 2013 07:06:08 +0000 (+0300) Subject: Released v2.2.6. X-Git-Tag: 2.2.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca287f3b01b6e3087f600343bc9cdf8b8f849f78;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.6. --- diff --git a/NEWS b/NEWS index b8f38b11fd..303d31e490 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +v2.2.6 2013-09-25 Timo Sirainen + + * acl: If public/shared namespace has a shared subscriptions file for + all users, don't list subscription entries that are not visible to + the user accessing it. + + + doveadm: Added "auth lookup" command for doing passdb lookup. + + login_log_format_elements: Added %{orig_user}, %{orig_username} + and %{orig_domain} expanding to the username exactly as sent by + the client (before any changes auth process made). + + Added ssl_prefer_server_ciphers setting. + + auth_verbose_passwords: Log the password also for unknown users. + + Linux: Added optional support for SO_REUSEPORT with + inet_listener { reuse_port=yes } + - director: v2.2.5 changes caused "SYNC lost" errors + - dsync: Many fixes and error handling improvements + - doveadm -A: Don't waste CPU by doing a separate config lookup + for each user + - Long-running ssl-params process no longer prevents Dovecot restart + - mbox: Fixed mailbox_list_index=yes to work correctly + v2.2.5 2013-08-05 Timo Sirainen + SSL: Added support for ECDH/ECDHE cipher suites (by David Hicks) diff --git a/TODO b/TODO index 2474066255..948fddd3ab 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ - dsync: delete foo, rename bar foo -> foo, foo-temp-1 - dsync+imapc: - - half-sync [-1], which is the same as normal sync except the other side - doesn't do anything (so when migrating from imapc, don't push changes - back to it) - mailbox list could be synced pretty optimally by ignoring (name, uidvalidity) matches. for the left if uidvalidities are unique and can be matched -> rename mailbox. diff --git a/configure.ac b/configure.ac index 1bb04d7065..b90f401158 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.5],[dovecot@dovecot.org]) -AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv5($PACKAGE_VERSION)", [Dovecot ABI version]) +AC_INIT([Dovecot],[2.2.6],[dovecot@dovecot.org]) +AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv6($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])