]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 10 May 2015 12:16:41 +0000 (14:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 10 May 2015 12:16:41 +0000 (14:16 +0200)
NEWS.txt

index e62b45c814710083814d32981bd23084acaa4daa..a1fac4e2a2229eb124e70d43f5f131fff8a9a3f4 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -18,6 +18,9 @@ New features and improvements
 Bug fixes
 ~~~~~~~~~
 
+- Fixed bug which could result in false cache hits when source code contains
+  `'"'` followed by `" /*"` or `" //"` (with variations).
+
 - Made hash of cached result created with and without `CCACHE_CPP2` different.
   This makes it possible to rebuild with `CCACHE_CPP2` set without having to
   clear the cache to get new results.
@@ -39,6 +42,12 @@ Bug fixes
 
 - Removed signal-unsafe code from signal handler.
 
+- Corrected logic for when to output cached stderr.
+
+- Wipe the whole cached result on failure retrieving a cached file.
+
+- Fixed build error when compiling ccache with recent clang versions.
+
 
 ccache 3.2.1
 ------------