X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/65535b54821052644c1274070bc42480df933aa3..1c598b1db816e215c6e1a23b218afb8820c21db0:/NEWS diff --git a/NEWS b/NEWS index 36e0573b..f1ff5464 100644 --- a/NEWS +++ b/NEWS @@ -86,12 +86,35 @@ Changes since 2.6.6: --dry-run and --delete, rsync no longer complains about not being able to opendir() the not-yet present directory. + - When --list-only is used and a non-existent local destination dir was + also specified as a destination, rsync no longer generates a warning + about being unable to create the missing directory. + + - Fixed some problems with --relative --no-implied-dirs when the + destination directory did not yet exist: we can now create a symlink or + device when it is the first thing in the missing dir, and --fuzzy no + longer complains about being unable to open the missing dir. + + - Fixed a bug where the --copy-links option would not affect implied + 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). - 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 Proxy-Authorization header's base64-encoded value: it + was not properly padded with trailing '=' chars. This only affects a + user that need to use a password-authenticated proxy for an outgoing + daemon-rsync connection. + + - 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 @@ -217,20 +240,25 @@ 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. + - Rsync no longer returns a usage error when used with one local source arg + and no destination: this now implies the --list-only option, just like + the comparable situation with a remote source arg. + + - Added the --copy-dirlinks option, a more limited version of --copy-links. + - Various documentation improvements, including: a better synopsis, some improved examples, a better discussion of the presence and absence of --perms (including how it interacts with the new --executability and --chmod options), an extended discussion of --temp-dir, an improved discussion of --partial-dir, a better description of rsync's pattern - matching characters, and the documenting of what the various items in - the --stats output mean. + matching characters, an improved --no-implied-dirs section, and the + documenting of what the --stats option outputs. - Various new and updated diffs in the patches dir, including: acls.diff, xattrs.diff, atimes.diff, detect-renamed.diff, and slp.diff. @@ -263,6 +291,9 @@ Changes since 2.6.6: - Unified the f_name() and the f_name_to() functions. + - Improved the hash-table code the sender uses to handle checksums to make + it use slightly less memory and run just a little faster. + DEVELOPER RELATED: - The diffs in the patches dir now require "patch -p1