]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.6. 2.2.6
authorTimo Sirainen <tss@iki.fi>
Wed, 25 Sep 2013 07:06:08 +0000 (10:06 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 25 Sep 2013 07:06:08 +0000 (10:06 +0300)
NEWS
TODO
configure.ac

diff --git a/NEWS b/NEWS
index b8f38b11fd2bf5932a785a8b1922ea5e8536d233..303d31e490cf8882be8e3697a4d59e90538b14ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+v2.2.6 2013-09-25  Timo Sirainen <tss@iki.fi>
+
+       * 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 <tss@iki.fi>
 
        + SSL: Added support for ECDH/ECDHE cipher suites (by David Hicks)
diff --git a/TODO b/TODO
index 24740662556bed1a394b04aa5166b19fc0fdd98f..948fddd3abd7caedb80cdf1bb855b7d003eb5b51 100644 (file)
--- 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.
index 1bb04d706542e9a7c22c55b0e3217ad132c5b98a..b90f401158392a146441efd856ca3b200edea683 100644 (file)
@@ -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])