From: Joel Rosdahl Date: Sat, 7 Mar 2015 15:02:33 +0000 (+0100) Subject: Update NEWS.txt X-Git-Tag: v3.1.11~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b060798705512b175e1a966c7b74c3cce3ecd10;p=thirdparty%2Fccache.git Update NEWS.txt --- diff --git a/NEWS.txt b/NEWS.txt index 935ef429b..568732ab3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -15,6 +15,10 @@ Bug fixes This makes it possible to rebuild with `CCACHE_CPP2` set without having to clear the cache to get new results. +- Don't try to reset a non-existing stats file. This avoids ``No such file or + directory'' messages in the ccache log when the cache directory doesn't + exist. + ccache 3.1.10 -------------