From: Joel Rosdahl Date: Sat, 10 Oct 2020 18:11:09 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v4.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bbd39dc1ddff053fa693ff65098bea0bfb2f0f;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 2d9aebf06..18753705f 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -105,6 +105,11 @@ Functional changes option or when stderr does not refer to a TTY. This allows IDEs and terminals to share cached compilation results. +- The configuration option `compiler` (`CCACHE_COMPILER`) now always takes + effect if specified. Previously, the configuration option was only used when + the compiler specified on the command line was looked up via `PATH` (i.e., + not when an absolute path was specified). + - Added optional logging to syslog. - The compiler option `-fmodules` is now handled in “depend mode”. If “depend @@ -195,6 +200,9 @@ Other improvements - Improved visibility of color output from the test suite. +- Fixed a problem when running the test suite with Clang without a libgcov + library available. + - Fixed test suite problems on macOS. - Disabled hardlink tests on AFS since it lacks such support.