From: Joel Rosdahl Date: Sun, 31 Mar 2019 20:20:09 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.7~41 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2db06e3834a641ec58812891c1c1a82f6fd85cbc;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 44cabf638..ba930c460 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -36,6 +36,19 @@ Changes * ccache now ignores unknown keys in configuration files. +* Rearranged command-line options into sections in the help text. + +* Documented the previously undocumented `--dump-manifest` option (only useful + for debugging ccache itself). + +* Added missing documentation for the command-line option `-k/--get-config` + added in ccache 3.5. + +* Renamed the `--print-config` command to `--show-config`. + +* Added a new `--print-stats` command that prints statistics counters in + machine-parsable (tab-separated) format. + ccache 3.6 ----------