]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 19 Jul 2019 07:35:07 +0000 (09:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 19 Jul 2019 09:01:03 +0000 (11:01 +0200)
(cherry picked from commit 4e9b1c1b8e1c98081f284beb2f5766f452fd04fe)

doc/NEWS.adoc

index 1859c0eb9aeed950efa9e6af12eaca26d66c26a6..8661a3f88a0f3a249e552a9d3976ae08f0687f23 100644 (file)
@@ -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