From: Joel Rosdahl Date: Thu, 11 Jan 2018 19:59:57 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e642a4d61d645a78cd72463b0e1aa9d72278ee;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index f0ccafcbb..eac075a62 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 ------------