X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/50dfd5b4fece3925e04897196baa6f37881d3c8f..0cbb958f34f7a0f3acb966118649c7601be53445:/NEWS diff --git a/NEWS b/NEWS index 0a90a0f4..f3730c26 100644 --- a/NEWS +++ b/NEWS @@ -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. @@ -128,10 +133,15 @@ Changes since 2.6.8: was being called recursively. The new code is segmented so that any recursive calls move on to the next step of the exit-processing. + - The macro WIFEXITED(stat) will now be defined if the OS didn't already + define it. + DEVELOPER RELATED: - The acls.diff and xattrs.diff patches have received a bunch of work to make them much closer to being acceptable in the main distribution. + The xattrs patch also has some preliminary Mac OS X compatibility code + that allows Macs and non-macs to exchange extended attributes. - The rsync.yo and rsyncd.conf.yo files have been updated to work better with the latest yodl 2.x releases.