mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-23 00:31:10 -04:00
Mention the new sorting method for protocol 29.
This commit is contained in:
9
NEWS
9
NEWS
@@ -220,10 +220,11 @@ Changes since 2.6.3:
|
||||
filter rules so it is positioned correctly (unlike in some older
|
||||
transfer scenarios).
|
||||
|
||||
- Rsync sorts the filename list in a slightly different way for some
|
||||
rare sets of files: it always puts a dir's contents immediately
|
||||
after the dir in the list. (Previously an item named "foo.txt" would
|
||||
sort in between directory "foo" and "foo/bar".)
|
||||
- Rsync sorts the filename list in a different way: it sorts the
|
||||
subdir names after the non-subdir names for each dir's contents, and
|
||||
it always puts a dir's contents immediately after the dir's name in
|
||||
the list. (Previously an item named "foo.txt" would sort in between
|
||||
directory "foo/" and "foo/bar".)
|
||||
|
||||
- When talking to a protocol 29 rsync daemon, a list-only request
|
||||
is able to note this before the options are sent over the wire, and
|
||||
|
||||
Reference in New Issue
Block a user