]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 10 Oct 2020 18:11:09 +0000 (20:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 10 Oct 2020 18:11:09 +0000 (20:11 +0200)
doc/NEWS.adoc

index 2d9aebf06e41adda9429c73c5e2289c629e04b1c..18753705f0ef0d20deb924998f7ff90b5b623509 100644 (file)
@@ -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.