]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 11 Jan 2018 19:59:57 +0000 (20:59 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 11 Jan 2018 20:05:14 +0000 (21:05 +0100)
NEWS.txt

index f0ccafcbbedd973ae4cc69048ac06aa8b6d18f9e..eac075a624ce03e97b4235c7ab5aa08da9f27636 100644 (file)
--- 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
 ------------