]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.1. 2.0.1
authorTimo Sirainen <tss@iki.fi>
Tue, 24 Aug 2010 17:10:27 +0000 (18:10 +0100)
committerTimo Sirainen <tss@iki.fi>
Tue, 24 Aug 2010 17:10:27 +0000 (18:10 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 783dc8c6b6e79ff2ecb9852e1d3bc5f91f3051fe..e14f24a0f907f75ee888e173aa1c97cece4aa7b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
index e3883dfd8ef36ec0bf124074b0205be179de39bf..051f62af535b1f4083d407b0839c24e61e37fadc 100644 (file)
@@ -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])