]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 21 Jul 2016 19:45:07 +0000 (21:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 21 Jul 2016 19:45:07 +0000 (21:45 +0200)
NEWS.txt

index 7154b48490664fbf26e362f515263f8d3cfc05d6..4780ba345f7f9c7375e3ef8f5469e21647a75612 100644 (file)
--- 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
 ~~~~~~~~~