]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 22 Oct 2019 18:16:29 +0000 (20:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 22 Oct 2019 18:30:01 +0000 (20:30 +0200)
doc/NEWS.adoc

index 3e180232eb30ee8c055802349901a34703d9ccc5..224ca7957f41847234d387a556539c25123e06b1 100644 (file)
@@ -3,7 +3,7 @@ ccache news
 
 ccache 3.7.5
 ------------
-Release date: TBD
+Release date: 2019-10-22
 
 New features
 ~~~~~~~~~~~~
@@ -19,10 +19,19 @@ Bug fixes
   an error in an edge case related to usage of “-Werror”.
 
 - An implicit `-MQ` is now passed to the preprocessor only if the object file
-  extension is non-standard. This should make it easier to use EDG-based
+  extension is non-standard. This will make it easier to use EDG-based
   compilers (e.g. GHS) which don’t understand `-MQ`. (This is a bug fix of the
   corresponding improvement implemented in ccache 3.4.)
 
+- ccache now falls back to running the real compiler instead of failing fataly
+  if an internal temporary file is missing after compilation.
+
+- Fixed a crash if localtime returns null pointer in localtime_r replacement.
+
+- Fixed header file dependency tracking when building ccache itself.
+
+- Fixed warning during configure in out-of-tree build in developer mode.
+
 
 ccache 3.7.4
 ------------