From: Joel Rosdahl Date: Thu, 21 Jul 2016 19:45:07 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.3~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec78b38c3733c6565ae0d96ee7add01e3c49d602;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 7154b4849..4780ba345 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -34,9 +34,9 @@ New features and improvements This allows for cache hits even when `hash_dir` is used in combination with `base_dir`. -- Added new `keep_comments_cpp` (`CCACHE_COMMENTS`) configuration option, which - tells ccache not to discard the comments before hashing preprocessor output. - This can be used to check documentation with *-Wdocumentation*. +- Added a new `keep_comments_cpp` (`CCACHE_COMMENTS`) configuration option, + which tells ccache not to discard the comments before hashing preprocessor + output. This can be used to check documentation with *-Wdocumentation*. - ccache now knows how to convert absolute paths to relative paths inside dependency files when using `base_dir`. @@ -45,6 +45,10 @@ New features and improvements - Made ccache understand `-Wp,-D*` options. +- Added a new statistics counter that tracks the number of performed cleanups + due to the cache size being over the limit. The value is shown in the output + of ``ccache -s''. + Bug fixes ~~~~~~~~~