From: Joel Rosdahl Date: Tue, 14 Aug 2018 19:44:39 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b0c186e04106b044e96eb112323a67a13f6854;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 1cda8c43c..8f68bd366 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -5,8 +5,8 @@ ccache 3.5 ---------- Release date: unknown -New features and enhancements -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Changes +~~~~~~~ - Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated alias). @@ -26,13 +26,14 @@ New features and enhancements - 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. - -Other -~~~~~ - - It's now possible to opt out of building and installing man pages when running `make install` in the source repository. +- If the compiler type can't be detected (e.g. if it is named *cc*), use safer + defaults that won't trip up clang. + +- Made the ccache test suite work on FreeBSD. + ccache 3.4.3 -----------