dovecot-2.0: Released v2.0.21.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Jun 12 00:53:10 EEST 2012
details: http://hg.dovecot.org/dovecot-2.0/rev/e95790d301b4
changeset: 13099:e95790d301b4
user: Timo Sirainen <tss at iki.fi>
date: Tue Jun 12 00:03:54 2012 +0300
description:
Released v2.0.21.
diffstat:
NEWS | 10 ++++++++++
configure.in | 2 +-
2 files changed, 11 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 797c6fe1b028 -r e95790d301b4 NEWS
--- a/NEWS Mon Jun 11 16:14:13 2012 +0300
+++ b/NEWS Tue Jun 12 00:03:54 2012 +0300
@@ -1,3 +1,13 @@
+v2.0.21 2012-06-12 Timo Sirainen <tss at iki.fi>
+
+ + dict: file backend supports now also fcntl/flock locking optionally
+ - imap-login: Memory leak fixed
+ - imap: Non-UTF8 input on SEARCH command parameters could have crashed
+ - auth: Fixed crash with DIGEST-MD5 when attempting to do master user
+ login without master passdbs.
+ - sdbox: Don't use more fds than necessary when copying mails.
+ - mdbox kept the user's storage locked a bit longer than it needed to
+
v2.0.20 2012-04-09 Timo Sirainen <tss at iki.fi>
+ doveadm user: Added -m parameter to show some of the mail settings.
diff -r 797c6fe1b028 -r e95790d301b4 configure.in
--- a/configure.in Mon Jun 11 16:14:13 2012 +0300
+++ b/configure.in Tue Jun 12 00:03:54 2012 +0300
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.20],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.21],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list