From 889439c205cd08d73a60f676c1c149aca60726f8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 12 Nov 2005 20:08:10 +0000 Subject: [PATCH] Mention the latest options. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bd6e1656..1959058f 100644 --- a/NEWS +++ b/NEWS @@ -46,7 +46,12 @@ Changes since 2.6.6: - Added the --compress-level option to allow you to set how aggressive rsync's compression should be (the option implies --compress). - - Enhanced the parsing of the SIZE value for --min-size and --max-size. + - Enhanced the parsing of the SIZE value for --min-size and --max-size + to allow easy entry of multiples of 1000 (instead of just multiples + of 1024) and off-by-one values too (e.g. --max-size=8mb-1). + + - The options --human-readable (-m) and --si change the output of the + --stats and the end-of-run summary to be easier to read. - If lutimes() and/or lchmod() are around, use them to allow the preservation of attributes on symlinks. -- 2.34.1