summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-01-11 20:59:57 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-01-11 21:05:14 +0100
commit97e642a4d61d645a78cd72463b0e1aa9d72278ee (patch)
tree8df2fbefdf1c5745be9362bf13a24b46764f62d6
parentc9d9966c7dedfb00ac139170c6d1cce7d198ca31 (diff)
downloadccache-97e642a4d61d645a78cd72463b0e1aa9d72278ee.tar.gz
Update NEWS
-rw-r--r--NEWS.txt9
1 files changed, 9 insertions, 0 deletions
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
------------