]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Nov 2019 22:39:58 +0000 (23:39 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Nov 2019 19:44:37 +0000 (20:44 +0100)
(cherry picked from commit 85f1e368b0e1a1633a2aeebd840601cd39b808c2)

doc/NEWS.adoc

index a8b025bf67ac35f373d1804959b14219015b880c..7675257d4ac8da0e2528c4535c555578669371be 100644 (file)
@@ -47,6 +47,27 @@ High-level summary of changes (work in progress)
 - (More to be written.)
 
 
+ccache 3.7.6
+------------
+Release date: not yet released
+
+Bug fixes
+~~~~~~~~~
+
+- The opt-in “file_macro sloppiness” mode has been removed so that the input
+  file path now is always included in the direct mode hash. This fixes a bug
+  that could result in false cache hits in an edge case when “file_macro
+  sloppiness” is enabled and several identical source files include a relative
+  header file with the same name but in different directories.
+
+- Statistics files are no longer lost when the filesystem of the cache is full.
+
+- Bail out on too hard Clang option `-MJarg` (in addition to the previous
+  bailout of `-MJ arg`).
+
+- Properly handle color diagnostics in the depend mode as well.
+
+
 ccache 3.7.5
 ------------
 Release date: 2019-10-22