From: Joel Rosdahl Date: Wed, 19 Jul 2017 20:45:25 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.3.5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c551395b307e63cd663099c8cf0eef8137efbf2;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 7f61678eb..1eb16f61c 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 ------------