changeset 13099:e95790d301b4 2.0.21

Released v2.0.21.
author Timo Sirainen <tss@iki.fi>
date Tue, 12 Jun 2012 00:03:54 +0300
parents 797c6fe1b028
children 668e65e9ff5b
files NEWS configure.in
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	+ doveadm user: Added -m parameter to show some of the mail settings.
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.21],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])