From: Joel Rosdahl Date: Sat, 7 Mar 2015 15:36:18 +0000 (+0100) Subject: Fixup after merge of 3.1-maint X-Git-Tag: v3.2.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220cec6ceb828ef0a20ee0e1e64b0e8b46ec33ad;p=thirdparty%2Fccache.git Fixup after merge of 3.1-maint --- diff --git a/NEWS.txt b/NEWS.txt index 73d84eca3..b65db9670 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -12,6 +12,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. + - Fixed a bug where ccache deleted clang diagnostics after compiler failures. @@ -169,8 +173,6 @@ Bug fixes directory'' messages in the ccache log when the cache directory doesn't exist. -- Fixed a bug where ccache deleted clang diagnostics after compiler failures. - ccache 3.1.10 -------------