From: Joel Rosdahl Date: Thu, 21 Jul 2016 20:22:33 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.3~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fcf3aa6c30d147d36376ad190c243653538671f;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 6319a4b2c..87122a972 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -49,6 +49,8 @@ New features and improvements due to the cache size being over the limit. The value is shown in the output of ``ccache -s''. +- Added a new ``cache hit rate'' field to the output of ``ccache -s''. + - Names of included files are no longer included in the hash of the compiler's preprocessed output. This leads to more potential cache hits when not using the direct mode.