X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/89a8180c5ec7ca9aafdf39393fc87210dd617606..e32a48d256e7667f67e6a02fe6d0f03e35ad56ef:/NEWS diff --git a/NEWS b/NEWS index 1f89dc0b..b210dfa5 100644 --- a/NEWS +++ b/NEWS @@ -96,7 +96,7 @@ Changes since 2.6.6: longer complains about being unable to open the missing dir. - Fixed a bug where the --copy-links option would not affect implied - directories (see --relative) without --copy-unsafe-links. + directories without --copy-unsafe-links (see --relative). - Got rid of the need for --force to be used in some circumstances with --delete-after (making it consistent with --delete-before/-during). @@ -107,6 +107,9 @@ Changes since 2.6.6: - Fixed a bug in the debug output (-vvvvv) that could mention the wrong checksum for the current file offset. + - Rsync no longer allows a single directory to be copied over a non- + directory destination arg. + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files that @@ -232,9 +235,8 @@ Changes since 2.6.6: clump up all the removals at the end). - A daemon now supersedes its minimal SIGCHLD handler with the standard - PID-remembering version after forking to handle the request. This - ensures that the generator can get the child-exit status from the - receiver. + PID-remembering version after forking. This ensures that the generator + can get the child-exit status from the receiver. - Use of the --bwlimit option no longer interferes with the remote rsync sending error messages about invalid/refused options.