]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.7.9
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Mar 2020 14:11:08 +0000 (16:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Mar 2020 14:30:59 +0000 (16:30 +0200)
(cherry picked from commit f7f2333b46bcb2a0cbb323c144d59cc5abb267f6)

doc/AUTHORS.adoc
doc/NEWS.adoc

index e98504393ea531b0bbdfd6eae542f958d8b82927..1f1d4e2bcb020d3cacd59b21f77e26819fe0026f 100644 (file)
@@ -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
index 42e075ee43b7d7b78adc5cb0e7c19337a222d981..7b289aaa6bbf669a2a48c4123ef8958441e4d4b6 100644 (file)
@@ -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