From: Joel Rosdahl Date: Fri, 29 Jul 2016 16:31:17 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f638945942bd03a3de30bdafefecb9988d575e;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 092b03bec..53d64c570 100644 --- 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`.