From f7f2333b46bcb2a0cbb323c144d59cc5abb267f6 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 29 Mar 2020 16:11:08 +0200 Subject: Prepare for v3.7.9 --- doc/AUTHORS.adoc | 1 + doc/NEWS.adoc | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index e9850439..1f1d4e2b 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 e860e6b1..8274f886 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,28 @@ ccache news =========== +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 -- cgit v1.2.1