Prominently mention the changes to the text that gets output.

This commit is contained in:
Wayne Davison
2004-07-31 03:33:05 +00:00
parent 4de2a17409
commit 446a2987cd

12
NEWS
View File

@@ -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