From 97e642a4d61d645a78cd72463b0e1aa9d72278ee Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 11 Jan 2018 20:59:57 +0100 Subject: Update NEWS --- NEWS.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index f0ccafcb..eac075a6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -38,6 +38,15 @@ Bug fixes so that `ccache -c/--cleanup` by default would trim the cache to 80% of the max limit. +- ccache no longer ignores linker arguments for clang since clang warns about + them. + +- Plugged a couple of file descriptor leaks. + +- Fixed a bug where ccache would skip hashing the compiler argument following a + `-fno-working-directory`, `-fworking-directory`, `-nostdinc`, `-nostdinc++`, + `-remap` or `-trigraphs` option in preprocessor mode. + ccache 3.3.4 ------------ -- cgit v1.2.1