dovecot-2.0: Released v2.0.1.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 24 21:24:16 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/8baa8ccb4021
changeset: 12044:8baa8ccb4021
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 24 18:10:27 2010 +0100
description:
Released v2.0.1.

diffstat:

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

diffs (27 lines):

diff -r c562721dff2d -r 8baa8ccb4021 NEWS
--- a/NEWS	Tue Aug 24 18:07:48 2010 +0100
+++ b/NEWS	Tue Aug 24 18:10:27 2010 +0100
@@ -1,3 +1,13 @@
+v2.0.1 2010-08-24  Timo Sirainen <tss at iki.fi>
+
+	* When dsync is started as root, remote dsync command is now also
+	  executed as root instead of with dropped privileges.
+
+	- IMAP: QRESYNC parameters for SELECT weren't handled correctly.
+	- UTF-8 string validity checking wasn't done correctly (e.g.
+	  mailbox names in Sieve fileinto)
+	- dsync: Fixed a random assert-crash with remote dsyncing
+
 v2.0.0 2010-08-16  Timo Sirainen <tss at iki.fi>
 
 	* Dovecot uses two system users for internal purposes now by default:
diff -r c562721dff2d -r 8baa8ccb4021 configure.in
--- a/configure.in	Tue Aug 24 18:07:48 2010 +0100
+++ b/configure.in	Tue Aug 24 18:10:27 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.0],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.1],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list