X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2a6e35db31406c1231e45e39c603455b55d2e0c9..418da6d952b43ef15adfd7f20eeb6bae8868cdcd:/NEWS diff --git a/NEWS b/NEWS index 98c48c06..b2cd5523 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,11 @@ Changes since 2.6.8: - Fixed an infinite loop bug when a filter rule was rejected due to being overly long. + - When the server receives a --partial-dir option from the client, it no + longer runs the client-side code that adds an assumed filter rule (since + the client will be sending us the rules in the usual manner, and they + may have chosen to override the auto-added rule). + ENHANCEMENTS: - Added the --log-file=FILE and --log-file-format=FORMAT options. These @@ -96,6 +101,9 @@ Changes since 2.6.8: (The deprecated --remove-sent-files is still understood for now, and still behaves in the same way as before.) + - Added the option --no-motd to suppress the message-of-the-day output + from a daemon when doing a copy. (See the manpage for a caveat.) + - Added a new environment variable to the pre-/post-xfer exec commands (in the daemon's config file): RSYNC_PID. This value will be the same in both the pre- and post-xfer commands, so it can be used if the pre-xfer @@ -120,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.