summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-07-19 09:35:07 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-07-19 11:01:03 +0200
commit0e85c9cb384525599c4eb4bc53a01bcd161580e2 (patch)
treee499ed3588b1845f97e09a26c718f2de78fb21a2 /doc
parent717fcb1ec952ceda871bb008128a0a834fdc70f3 (diff)
downloadccache-0e85c9cb384525599c4eb4bc53a01bcd161580e2.tar.gz
Update NEWS
(cherry picked from commit 4e9b1c1b8e1c98081f284beb2f5766f452fd04fe)
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS.adoc36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index 1859c0eb..8661a3f8 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