From e1c5d0b5a4a1325c855e6937a32578dded018e60 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 22 Apr 2019 20:25:33 +0200 Subject: [PATCH] Update NEWS --- doc/NEWS.adoc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index d617dd7be..9e4703d63 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -18,7 +18,7 @@ Changes - Compilations with /dev/null as the input file are now cached. -- ccache now knows how to contruct the object filename if no `-o` option is +- ccache has learned how to contruct the object filename if no `-o` option is given and the source filename does not include a `.` or ends with a `.`. - Fixed a temporary file leak when the depend mode is enabled and the compiler @@ -28,13 +28,13 @@ Changes with one set of header dependencies. - Manifest files did not get marked as used on direct cache hits, so the LRU - cache cleanup would incorrectly remove them eventually. This has now been - fixed. + cache cleanup would incorrectly remove them eventually. This has been fixed. -- The rewriting of absolute paths into relative paths in the dependency file is - now enabled in the depend mode as well. +- The rewriting of absolute paths into relative paths in the dependency file + has been enabled in the depend mode as well. -- ccache now ignores unknown keys in configuration files. +- ccache now ignores unknown keys in configuration files for forward + compatibility. - Rearranged command-line options into sections in the help text. @@ -59,13 +59,15 @@ Changes - Bail out on too hard compiler option `-gtoggle`. +- Bail out on too hard Clang options `--analyze` and `-analyze`. + - Improved debug logging of file hashes in depend mode. - Improved handling of various `-g*` options. In particular, ccache now understands that `-g0` cancels out previous `-g* options`. -- Work around a problem with Automake related to `.d` files when using the hard - link mode. +- Worked around a problem with Automake related to `.d` files when using the + hard link mode. - Added opt-in (at configure time) support for enabling trace logs for profiling ccache itself. See `doc/DEVELOPER.md` in the code tree for more -- 2.47.2