From: Joel Rosdahl Date: Mon, 3 Dec 2018 20:39:26 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.6~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5c8304d4619bf204b75906a14f9bbc1df2a994;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 4d38d613e..f1f39d1ef 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -11,6 +11,15 @@ Changes - Added support for GCC's `-ffile-prefix-map` option. The `-fmacro-prefix-map` option is now also skipped from the hash. +- Added support for multiple `-fsanitize-blacklist` arguments, thus preventing + ccache from + +- Fixed a problem due to Clang overwriting the output file when compiling an + assembler file. + +- Clarified the manual to explain the reasoning behind the “file_macro” + sloppiness setting in a better way. + ccache 3.5 ----------