Use JSON output if --version (-V) is repeated (client side only).
[rsync.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 3535e21b6a96ad47c2d2f51fcc7065abea79a1e5..81d66b63c94a5c23e004cb7295bf3e7421d3ccd9 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
   overly-long checksums are at the lowest priority in the normal checksum
   negotation list.
 
+- If the `--version` option is repeated (e.g. `-VV`) then the information is
+  output in a (still human-readable) JSON format (client side only).
+
+- The script `support/json-rsync-version` is available to get the JSON style
+  version output from any rsync.  The script accepts the version output on
+  stdin **or** the name of an rsync to run as an arg.  If the text isn't
+  already in JSON format, the text is translated into equivalent JSON.
+
 ### PACKAGING RELATED:
 
 - The checksum code now uses openssl's EVP methods, which gets rid of various