changeset 12044:8baa8ccb4021 2.0.1

Released v2.0.1.
author Timo Sirainen <tss@iki.fi>
date Tue, 24 Aug 2010 18:10:27 +0100
parents c562721dff2d
children 4d9ab55954ad
files NEWS configure.in
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* Dovecot uses two system users for internal purposes now by default:
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.1],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])