summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-23 10:36:49 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-23 11:23:47 -0700
commit592059c8fd88fbb08f69554bf3176626c7ee7554 (patch)
tree1555c38585e3b476522e08f9d52f4788bf063e1d /NEWS.md
parent37f4a23f609f8be7e60753bfcd1ab3b4cf94714e (diff)
downloadrsync-592059c8fd88fbb08f69554bf3176626c7ee7554.tar.gz
Improve error output for local & remote-shell xfers
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 36d79af9..a0ec31e0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -49,6 +49,14 @@
- Output file+line info on out-of-memory & overflow errors while also avoiding
the output of alternate build-dir path info that is not useful to the user.
+ - Improve the error handling for local and remote-shell transfers by sending
+ error messages directly to stderr, even on the remote side (instead of
+ having an error wind its way through the pipelined backlog). This also
+ allows rsync to exit quickly when a receiver failure occurs, since rsync
+ doesn't need to try to keep the connection alive long enough for the fatal
+ error to go from the receiver to the generator to the sender. To disable
+ this new default you can use the `--no-msgs2stderr` option.
+
- Improved the testsuite on FreeBSD & Cygwin.
- Added some compatibility code for HPE NonStop platforms.