]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.7.9 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:11:08 +0000 (16:11 +0200)
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 e860e6b1976eab785ffc55c4bae2aa9adbfa0367..8274f8868ae4594719c202bc16a8089a7702a822 100644 (file)
@@ -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