X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/50dfd5b4fece3925e04897196baa6f37881d3c8f..418da6d952b43ef15adfd7f20eeb6bae8868cdcd:/NEWS diff --git a/NEWS b/NEWS index 0a90a0f4..b2cd5523 100644 --- a/NEWS +++ b/NEWS @@ -128,10 +128,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.