X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/418da6d952b43ef15adfd7f20eeb6bae8868cdcd..0c6d79528ac651ef064173327d769ba7a2b338ab:/NEWS diff --git a/NEWS b/NEWS index b2cd5523..fe78a99c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS for rsync 2.6.9 (unreleased) +NEWS for rsync 2.6.9 (6 Nov 2006) Protocol: 29 (unchanged) Changes since 2.6.8: @@ -23,6 +23,11 @@ Changes since 2.6.8: process. (These problems could only affect an rsync daemon that was receiving files.) + - Fixed a bug when --inplace was combined with a --*-dest option and we + update a file's data using an alternate basis file. The code now + notices that it needs to copy the matching data from the basis file + instead of (wrongly) assuming that it was already present in the file. + - Fixed a bug where using --dry-run with a --*-dest option with a path relative to a directory that does not yet exist: the affected option gets its proper path value so that the output of the dry-run is right. @@ -138,6 +143,12 @@ Changes since 2.6.8: The xattrs patch also has some preliminary Mac OS X compatibility code that allows Macs and non-macs to exchange extended attributes. + - A new diff in the patches dir, fake-root.diff, allows rsync to + maintain a backup hierarchy with full owner, group, and device info + without actually running as root. It does this using a special + extended attribute, so it depends on xattrs.diff (which depends on + acls.diff). + - The rsync.yo and rsyncd.conf.yo files have been updated to work better with the latest yodl 2.x releases.