]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.7.8
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 16 Mar 2020 20:58:29 +0000 (21:58 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 18 Mar 2020 19:44:05 +0000 (20:44 +0100)
(cherry picked from commit ec65f9f88cf75cbd9f04d88c4a3345fb60911975)

doc/AUTHORS.adoc
doc/NEWS.adoc

index 20c9bb427a883a166e1e2aa17540d32486d6a667..e98504393ea531b0bbdfd6eae542f958d8b82927 100644 (file)
@@ -12,7 +12,7 @@ ccache is a collective work with contributions from many people, including:
 * Andrea Bittau
 * Andreas Huber
 * André Klitzing
-* Andrew Boie
+* Andrew Boie
 * Andrew Stubbs
 * Andrew Tridgell
 * Bernhard Bauer
@@ -93,6 +93,7 @@ ccache is a collective work with contributions from many people, including:
 * RW
 * Ryan Brown
 * Sam Gross
+* Steffen Dettmer
 * Thomas Otto
 * Thomas Röfer
 * Timofei Kushnir
index 3261037af6274483b36348322ea565a8d0b2017f..42e075ee43b7d7b78adc5cb0e7c19337a222d981 100644 (file)
@@ -47,6 +47,48 @@ High-level summary of changes (work in progress)
 - (More to be written.)
 
 
+ccache 3.7.8
+------------
+Release date: 2020-03-16
+
+Bug fixes
+~~~~~~~~~
+
+- Use `$PWD` instead of the real CWD (current working directory) when checking
+  for CWD in preprocessed output. This fixes a problem when `$PWD` includes a
+  symlink part and the user has set `hash_dir = false`.
+
+- Rewrote the Windows version of the lockfile routines. This should mitigate
+  several problems with the old implementation.
+
+- If `localtime_r` fails the epoch time is now logged instead of garbage.
+
+
+Other
+~~~~~
+
+- Improved error message when a boolean environment variable has an invalid
+  value.
+
+- Improved the regression fix in ccache 3.7.5 related to not passing
+  compilation-only options to the preprocessor.
+
+- ccache’s PCH test suite now skips running the tests if it detects broken PCH
+  compiler support.
+
+- Fixed unit test failure on Windows.
+
+- Fixed “stringop-truncation” build warning on Windows.
+
+- Improved “x_rename” implementation on Windows.
+
+- Improved removal of temporary file when rewriting absolute paths to relative
+  in the dependency file.
+
+- Clarified “include_file_ctime sloppiness” in the Performance section in the
+  manual.
+
+
 ccache 3.7.7
 ------------
 Release date: 2020-01-05