]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 29 Jul 2016 16:31:17 +0000 (18:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 29 Jul 2016 16:31:17 +0000 (18:31 +0200)
NEWS.txt

index 092b03bec56186421992275c09150e5f1e7e6fdd..53d64c57059b2789c43584d04e79cd27f467dec3 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -35,6 +35,9 @@ New features and improvements
   which specifies one or several prefixes to add to the command line ccache
   uses when invoking the preprocessor.
 
+- Added new `limit_multiple` (`CCACHE_LIMIT_MULTIPLE`) configuration option,
+  which specifies how much of the cache to remove when cleaning.
+
 - The concatenated form of some long compiler options is now recognized, for
   example when using `-isystemPATH` instead of `-isystem PATH`.