One more tweak.
authorWayne Davison <wayned@samba.org>
Fri, 5 Oct 2007 00:41:38 +0000 (00:41 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 5 Oct 2007 00:41:38 +0000 (00:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 44b64ce..f45d762 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS for rsync 3.0.0 (UNRELEASED)
 Protocol: 30 (changed)
 Changes since 2.6.9:
 
 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
 
    - 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.
 
       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.
 
     - 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 (*?[).
 
       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.
     - Improved the dashes and double-quotes in the nroff manpage output.
 
     - We now support a lot more --no-OPTION override options.