From 57b0c186e04106b044e96eb112323a67a13f6854 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 14 Aug 2018 21:44:39 +0200 Subject: [PATCH] Update NEWS --- doc/NEWS.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 ----------- -- 2.47.2