From: Joel Rosdahl Date: Fri, 25 Mar 2016 20:09:06 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.2.5~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e082d8e8c518ef25286ef508e53e542e6907831;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index ad6f30e2f..f4e0089df 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -31,6 +31,8 @@ Bug fixes - Fixed a bug in caching of `stat` system calls in ``file_stat_matches sloppiness mode''. +- Fixed bug in hashing of clang plugins, leading to unnecessary cache misses. + ccache 3.2.4 ------------