From: Joel Rosdahl Date: Sun, 10 May 2015 12:16:41 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.2.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46807bfd2417b7788f6d3c2033f407abb3f7d62;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index e62b45c81..a1fac4e2a 100644 --- 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 ------------