From b4dc8d930f3a65eb2346cdcf8348e1e124d92d25 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 24 Aug 2010 18:10:27 +0100 Subject: [PATCH] Released v2.0.1. --- NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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]) -- 2.47.3