X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4c4a2962097e618480d37ffffbb2a2714a6ecbf5..2b2a47383124f9b62834778f61d2ccb1e55f6a0d:/NEWS diff --git a/NEWS b/NEWS index d707a401..4b38c7c1 100644 --- a/NEWS +++ b/NEWS @@ -33,16 +33,13 @@ Changes since 3.0.4: - Changed the way --progress overwrites its prior output in order to make it nearly impossible for the progress to get overwritten by an error. - - An absolute-path filter rule (i.e. with a '/' modifier) no longer loses - its modifier when sending the filter rules to the remote rsync. - - Fixed some rare bugs in --iconv processing that might cause a multibyte character to get translated incorrectly. - - Improved abnormal-exit error messages. This should help the client side - to receive errors from the server when it is exiting abnormally, and - should also avoid dying with an "connection unexpectedly closed" exit - when the closed connection is really expected. + - Improved the propagation of abnormal-exit error messages. This should + help the client side to receive errors from the server when it is exiting + abnormally, and should also avoid dying with an "connection unexpectedly + closed" exit when the closed connection is really expected. ENHANCEMENTS: @@ -96,6 +93,9 @@ Changes since 3.0.4: - Added a few more default suffixes for the "dont compress" settings. + - Added the checking of the RSYNC_PROTECT_ARGS environment variable to allow + the default for the --protect-args command-line option to be overridden. + - Added some Solaris xattr code. EXTRAS: