X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/99d24f77ed2d6d87986d47e3559a45772c1cdf36..bb6721dce6bac8ff2374609bf5f99ea7e6fe2c70:/NEWS 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