From: Joel Rosdahl Date: Sun, 29 Mar 2020 14:11:08 +0000 (+0200) Subject: Prepare for v3.7.9 X-Git-Tag: v4.0~558 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59a65ba3f7d21744c956fbd66fc3d0a8336a14a4;p=thirdparty%2Fccache.git Prepare for v3.7.9 (cherry picked from commit f7f2333b46bcb2a0cbb323c144d59cc5abb267f6) --- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index e98504393..1f1d4e2bc 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -6,6 +6,7 @@ maintained by Joel Rosdahl. ccache is a collective work with contributions from many people, including: +* Alexander Korsunsky * Alexey Tourbin * Alfred Landrum * Anders F Björklund diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 42e075ee4..7b289aaa6 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -47,6 +47,28 @@ High-level summary of changes (work in progress) - (More to be written.) +ccache 3.7.9 +------------ +Release date: 2020-03-29 + +Bug fixes +~~~~~~~~~ + +- Fixed replacing of /dev/null when building as root with hard link mode + enabled and using `-o /dev/null`. + +- Removed incorrect assertion resulting in “ccache: error: Internal error in + format” when using `-fdebug-prefix-map=X=` with X equal to `$PWD`. + + +Other +~~~~~ + +- Improved CUDA/NVCC support: Recognize `-dc` and `-x cu` options. + +- Improved name of temporary file used in NFS-safe unlink. + + ccache 3.7.8 ------------ Release date: 2020-03-16