]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fixup after merge of 3.1-maint
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Mar 2015 15:36:18 +0000 (16:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Mar 2015 15:36:18 +0000 (16:36 +0100)
NEWS.txt

index 73d84eca3602a0af6bb77724d7bc228d526e2bd4..b65db96709da2e583d884b960230ca110a2c46ce 100644 (file)
--- 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
 -------------