From: Wayne Davison Date: Sat, 1 Mar 2008 17:47:13 +0000 (-0800) Subject: Mention a couple more items of note. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d62fb8894fd31338fa45443677bd7bb194884698 Mention a couple more items of note. --- diff --git a/NEWS b/NEWS index aab2b31b..0edd1590 100644 --- a/NEWS +++ b/NEWS @@ -129,6 +129,9 @@ Changes since 2.6.9: - Fixed the combination of --only-write-batch and --dry-run. + - Fixed rsync's ability to remove files that are not writable by the file's + owner when rsync is running as the same user. + ENHANCEMENTS: - A new incremental-recursion algorithm is now used when rsync is talking @@ -313,6 +316,8 @@ Changes since 2.6.9: - The "patches" directory of diff files is now built from branches in the rsync git repository (branch patch/FOO creates file patches/FOO.diff). + This directory is now distributed in a separate separate tar file named + rsync-patches-VERSION.tar.gz instead of the main rsync-VERSION.tar.gz. - The proto.h file is now built using a simple perl script rather than a complex awk script, which proved to be more widely compatible.