From: Joel Rosdahl Date: Fri, 19 Jul 2019 07:35:07 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v4.0~884 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e85c9cb384525599c4eb4bc53a01bcd161580e2;p=thirdparty%2Fccache.git Update NEWS (cherry picked from commit 4e9b1c1b8e1c98081f284beb2f5766f452fd04fe) --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 1859c0eb9..8661a3f88 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,42 @@ ccache news =========== +ccache 3.7.2 +------------ +Release date: 2019-07-19 + +Bug fixes +~~~~~~~~~ + +- The compiler option `-gdwarf*` no longer forces “run_second_cpp = true”. + +- Added verification that the value passed to the `-o/--set-config` option is + valid. + +- Fixed detection of precompiled headers in the depend mode. + +- Bail out on too hard Clang option `-ftime-trace`. + +- ccache now updates the correct stats file when adding/updating manifest + files. This bug previously made the file and size statistics counters + incorrect over time. + +- Fixed warnings from Clang about unused arguments during preprocessing. + +- Unknown manifest versions are now handled gracefully in `--dump-manifest`. + +- Fixed `make check` with “funny” locales. + + +Documentation +~~~~~~~~~~~~~ + +- Added a hint about not running `autogen.sh` when building from a release + archive. + +- Mention that `xsltproc` is needed when building from the source repository. + + ccache 3.7.1 ------------ Release date: 2019-05-01