From: Timo Sirainen Date: Tue, 24 Aug 2010 17:10:27 +0000 (+0100) Subject: Released v2.0.1. X-Git-Tag: 2.0.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4dc8d930f3a65eb2346cdcf8348e1e124d92d25;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.1. --- diff --git a/NEWS b/NEWS index 783dc8c6b6..e14f24a0f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +v2.0.1 2010-08-24 Timo Sirainen + + * 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 * Dovecot uses two system users for internal purposes now by default: diff --git a/configure.in b/configure.in index e3883dfd8e..051f62af53 100644 --- a/configure.in +++ b/configure.in @@ -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])