mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-19 04:15:56 -04:00
Prominently mention the changes to the text that gets output.
This commit is contained in:
12
NEWS
12
NEWS
@@ -2,6 +2,18 @@ NEWS for rsync 2.6.3 (UNRELEASED)
|
||||
Protocol: 28 (unchanged)
|
||||
Changes since 2.6.2:
|
||||
|
||||
OUTPUT CHANGES:
|
||||
|
||||
- For anyone who is parsing rsync's verbose output using a script,
|
||||
please note that the 2-line footer now uses the term "sent" instead
|
||||
of "wrote" and "received" instead of "read". If you are not parsing
|
||||
the numeric values out of this footer, your script would probably be
|
||||
better off using the empty line prior to the footer as the indicator
|
||||
that the verbose output is over.
|
||||
|
||||
- The --stats option was similarly affected to change "written" to
|
||||
"sent" and "read" to "received".
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- Fixed a crash bug that might appear when --delete was used and
|
||||
|
||||
Reference in New Issue
Block a user