From: Joel Rosdahl Date: Fri, 7 Aug 2015 15:03:56 +0000 (+0200) Subject: Don't mention source code hash bug fix in 3.2.2 X-Git-Tag: v3.2.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e330cabf1289d034d69989df1d2ee7eecadffe;p=thirdparty%2Fccache.git Don't mention source code hash bug fix in 3.2.2 It was never a problem in the 3.2 track. --- diff --git a/NEWS.txt b/NEWS.txt index 286e951b5..03e4c5f10 100644 --- 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.