From f89617f7f23605ea4177489f406d6333faa9a510 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 5 Oct 2007 00:41:38 +0000 Subject: [PATCH] One more tweak. --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 44b64cec..f45d762e 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ NEWS for rsync 3.0.0 (UNRELEASED) Protocol: 30 (changed) Changes since 2.6.9: - NOTABLE CHANGE: + NOTABLE CHANGE IN BEHAVIOR: - The handling of implied directories when using --relative has changed to send them as directories (e.g. no implied dir is ever sent as a @@ -76,6 +76,12 @@ Changes since 2.6.9: the default when talking to older rsync versions), and is compatible with the new incremental recursion mode. + - Rsync now allows multiple remote-source args to be specified rather than + having to rely on a special space-splitting side-effect of the remote- + shell. Additional remote args must specify the same host or have an + empty hostname, as seen here: :file1 ::module/file2. This means that + local use of brace expansion now works: rsync -av host:path/{f1,f2} . + - Added the --delete-delay option, which is a more efficient way to delete files at the end of the transfer without needing a separate delete pass. @@ -160,11 +166,6 @@ Changes since 2.6.9: to the remote-shell command. This protects them from space-splitting, and only interprets basic wildcard special shell characters (*?[). - - Rsync now allows multiple remote-source args to be specified rather than - having to rely on a special space-splitting side-effect of the remote- - shell. (Additional remote args must specify the same host or have no - hostname.) - - Improved the dashes and double-quotes in the nroff manpage output. - We now support a lot more --no-OPTION override options. -- 2.34.1