]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Don't mention source code hash bug fix in 3.2.2
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 7 Aug 2015 15:03:56 +0000 (17:03 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 7 Aug 2015 15:03:56 +0000 (17:03 +0200)
It was never a problem in the 3.2 track.

NEWS.txt

index 286e951b55042de4a38ac7c7ca663c24a8fd2447..03e4c5f1012ec143130f38f03ec6352b4cd80b9b 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -40,9 +40,6 @@ 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.