dovecot-2.0: Released v2.0.17.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 6 18:42:57 EET 2012


details:   http://hg.dovecot.org/dovecot-2.0/rev/53cccb1b4168
changeset: 13010:53cccb1b4168
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 06 16:04:15 2012 +0200
description:
Released v2.0.17.

diffstat:

 NEWS         |  8 ++++++++
 configure.in |  2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 684381041dc4 -r 53cccb1b4168 NEWS
--- a/NEWS	Fri Jan 06 14:29:38 2012 +0200
+++ b/NEWS	Fri Jan 06 16:04:15 2012 +0200
@@ -1,3 +1,11 @@
+v2.0.17 2012-01-06  Timo Sirainen <tss at iki.fi>
+
+	+ Proxying now supports sending SSL client certificate to server with
+	  ssl_client_cert/key settings.
+	+ doveadm dump: Added support for dumping dbox headers/metadata.
+	- Fixed memory leaks in login processes with SSL connections
+	- vpopmail support was broken in v2.0.16
+
 v2.0.16 2011-11-17  Timo Sirainen <tss at iki.fi>
 
 	* VSZ limits weren't being enforced for any processes. On server with
diff -r 684381041dc4 -r 53cccb1b4168 configure.in
--- a/configure.in	Fri Jan 06 14:29:38 2012 +0200
+++ b/configure.in	Fri Jan 06 16:04:15 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.16],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.17],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list