From: Joel Rosdahl Date: Mon, 16 Mar 2020 20:58:29 +0000 (+0100) Subject: Prepare for v3.7.8 X-Git-Tag: v3.7.8^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec65f9f88cf75cbd9f04d88c4a3345fb60911975;p=thirdparty%2Fccache.git Prepare for v3.7.8 --- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index 20c9bb427..e98504393 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -12,7 +12,7 @@ ccache is a collective work with contributions from many people, including: * Andrea Bittau * Andreas Huber * André Klitzing -* Andrew P 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 diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 5b8f9f1c0..e860e6b19 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,49 @@ ccache news =========== +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