From ec78b38c3733c6565ae0d96ee7add01e3c49d602 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 21 Jul 2016 21:45:07 +0200 Subject: [PATCH] Update NEWS --- NEWS.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 ~~~~~~~~~ -- 2.47.2