From: Wayne Davison Date: Tue, 28 Feb 2006 21:48:45 +0000 (+0000) Subject: One more bugfix. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/89a8180c5ec7ca9aafdf39393fc87210dd617606 One more bugfix. --- diff --git a/NEWS b/NEWS index 8cb7681e..1f89dc0b 100644 --- a/NEWS +++ b/NEWS @@ -104,6 +104,9 @@ Changes since 2.6.6: - Rsync now ignores the SIGXFSZ signal, just in case your OS sends this when a file is too large (rsync handles the write error). + - Fixed a bug in the debug output (-vvvvv) that could mention the wrong + checksum for the current file offset. + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files that