dovecot-2.2: Released v2.2.7.

dovecot at dovecot.org dovecot at dovecot.org
Sun Nov 3 22:08:44 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/b5b118701aa8
changeset: 16929:b5b118701aa8
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Nov 03 22:04:50 2013 +0200
description:
Released v2.2.7.

diffstat:

 NEWS         |  18 ++++++++++++++++++
 configure.ac |   4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r fb3c54258b5b -r b5b118701aa8 NEWS
--- a/NEWS	Sun Nov 03 21:48:24 2013 +0200
+++ b/NEWS	Sun Nov 03 22:04:50 2013 +0200
@@ -1,3 +1,21 @@
+v2.2.7 2013-11-03  Timo Sirainen <tss at iki.fi>
+
+	* Some usage of passdb checkpassword could have been exploitable by
+	  local users. You may need to modify your setup to keep it working.
+	  See http://wiki2.dovecot.org/AuthDatabase/CheckPassword#Security
+
+	+ auth: Added ability to truncate values logged by
+	  auth_verbose_passwords (see 10-logging.conf comment)
+	+ mdbox: Added "mdbox_deleted" storage, which can be used to access
+	  messages with refcount=0. For example: doveadm import
+	  mdbox_deleted:~/mdbox "" mailbox inbox subject oops
+	+ ssl-params: Added ssl_dh_parameters_length setting.
+	- master process was doing a hostname.domain lookup for each created
+	  process, which may have caused a lot of unnecessary DNS lookups.
+	- dsync: Syncing over 100 messages at once caused problems in some
+	  situations, causing messages to get new UIDs.
+	- fts-solr: Different Solr hosts for different users didn't work.
+
 v2.2.6 2013-09-25  Timo Sirainen <tss at iki.fi>
 
 	* acl: If public/shared namespace has a shared subscriptions file for
diff -r fb3c54258b5b -r b5b118701aa8 configure.ac
--- a/configure.ac	Sun Nov 03 21:48:24 2013 +0200
+++ b/configure.ac	Sun Nov 03 22:04:50 2013 +0200
@@ -2,8 +2,8 @@
 
 # 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.6],[dovecot at dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv6($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.7],[dovecot at dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 


More information about the dovecot-cvs mailing list