From 446a2987cdef8f2e77aa60cca38ca5d72bb956b5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 31 Jul 2004 03:33:05 +0000 Subject: [PATCH] Prominently mention the changes to the text that gets output. --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 6987124d..58afa336 100644 --- a/NEWS +++ b/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 -- 2.34.1