summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2017-07-19 22:45:25 +0200
committerJoel Rosdahl <joel@rosdahl.net>2017-07-19 22:45:25 +0200
commit3c551395b307e63cd663099c8cf0eef8137efbf2 (patch)
tree500bcd93c502fbef5d330fcddf33a3e4c85cb7eb
parentd7712b3d22ac5f6e76784bbfe8e6c08d281c7bcd (diff)
downloadccache-3c551395b307e63cd663099c8cf0eef8137efbf2.tar.gz
Update NEWS
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 7f61678e..1eb16f61 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -18,6 +18,10 @@ Bug fixes
- Fixed detection of missing argument to `-opt`/`--options-file`.
+- ccache now bails out when building a precompiled header if any of the
+ corresponding header files have an updated timestamp. This fixes complaints
+ from clang.
+
ccache 3.3.4
------------