From: Joel Rosdahl Date: Mon, 7 May 2018 17:54:17 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.5~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6e8783457f59acadf1eebcbca52351f4163b7d;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 78db89665..8b9975866 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -19,6 +19,9 @@ New features and enhancements - Added ``stats updated'' timestamp in `ccache -s` output. This can be useful if you wonder whether ccache actually was used for your last build. +- The content of the `-fsanitize-blacklist` file is now included in the hash, + so updates to the file will now correctly result in separate cache entries. + ccache 3.4.2 ------------