]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 21 Jul 2020 18:21:01 +0000 (20:21 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 21 Jul 2020 19:08:36 +0000 (21:08 +0200)
(cherry picked from commit 4293f48b6670a99eaa1d5701718d8ef3f2ddd70d)

doc/NEWS.adoc

index eb54e663d55286d51d2b57fefab29814ada22983..9778e1f3f2a702e77013249d2c75dddf3715d6bc 100644 (file)
@@ -57,6 +57,29 @@ High-level summary of changes (work in progress)
 - (More to be written.)
 
 
+ccache 3.7.11
+-------------
+
+Release date: 2020-07-21
+
+Bug fixes
+~~~~~~~~~
+
+- Added knowledge about `-fprofile-{correction,reorder-functions,values}`.
+
+- ccache now handles the Intel compiler option `-xCODE` (where `CODE` is a
+  processor feature code) correctly.
+
+- Added support for NVCC’s `-Werror` and `--Werror` options.
+
+
+Other
+~~~~~
+
+- ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now skipped
+  for GCC 6.
+
+
 ccache 3.7.10
 ------------
 Release date: 2020-06-22