summaryrefslogtreecommitdiff
path: root/doc/NEWS.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS.adoc')
-rw-r--r--doc/NEWS.adoc22
1 files changed, 22 insertions, 0 deletions
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