X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1e2b96bbee9627b5d9c51757fe363382ce8beb30..59a56871053863b434ee2f835fde420783415dde:/NEWS diff --git a/NEWS b/NEWS index c73fe167..0589f7c8 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,9 @@ Changes since 2.6.6: - Got rid of the need for --force to be used in some circumstances with --delete-after (making it consistent with --delete-before/-during). + - Rsync now ignores the SIGXFSZ signal, just in case your OS sends this + when a file is too large (rsync handles the write error). + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files that @@ -209,7 +212,8 @@ Changes since 2.6.6: - The --dry-run option no longer forces the enabling of --verbose. - - Some minor documentation improvements. + - Various documentation improvements, including the documenting of what + the various items in the --stats output mean. - Updated some diffs in the patches dir.