From: Wayne Davison Date: Wed, 16 Mar 2005 02:50:00 +0000 (+0000) Subject: Mention one other recent change. X-Git-Tag: v2.6.4pre4~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95ad9ac554bffbf642647bf00465f659af8de1b;p=thirdparty%2Frsync.git Mention one other recent change. --- diff --git a/NEWS b/NEWS index c57c4ee0..9dedebca 100644 --- a/NEWS +++ b/NEWS @@ -245,6 +245,9 @@ Changes since 2.6.3: enclosed in '[' and ']' (e.g. "[::1]"). (We already allowed IPv6 literals in the rsync://HOST:PORT/PATH format.) + - When rsync recurses to build the file list, it no longer keeps open + the directory handles of all the parent dirs inside the transfer. + - When building under windows, the default for --daemon is now to avoid detaching, requiring the new --detach option to force rsync to detach.