From: Joel Rosdahl Date: Sat, 27 Feb 2010 12:24:08 +0000 (+0100) Subject: Mention that you may want to run "ccache --clean" after upgrading X-Git-Tag: v3.0pre0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2817265361eb4e11da5cf09581a355f94c96a4a;p=thirdparty%2Fccache.git Mention that you may want to run "ccache --clean" after upgrading --- diff --git a/NEWS b/NEWS index 5ec7caae6..56a755a33 100644 --- a/NEWS +++ b/NEWS @@ -108,7 +108,8 @@ Upgrading notes: object files. (Previously, files containing cached standard error output were counted as well.) The existing values of the two counters will be erroneous at first after the upgrade, but will correct themselves - eventually when enough cleanups have been made. + eventually when enough cleanups have been made, or when you run "ccache + --cleanup". - The "max file" and "max cache size" settings now specify thresholds for object files count and size.