summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-03-29 16:11:08 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-03-29 16:11:08 +0200
commitf7f2333b46bcb2a0cbb323c144d59cc5abb267f6 (patch)
tree2b5f5e4a3ae3b2bf72fd692f9c7f844649c2db4d
parent0b1a0d78bfaac9321fc077464002bd42e6f15e5e (diff)
downloadccache-f7f2333b46bcb2a0cbb323c144d59cc5abb267f6.tar.gz
Prepare for v3.7.9v3.7.9
-rw-r--r--doc/AUTHORS.adoc1
-rw-r--r--doc/NEWS.adoc22
2 files changed, 23 insertions, 0 deletions
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