Skip to content

Commit

Permalink
Prepare for v3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosdahl committed Mar 29, 2020
1 parent 0b1a0d7 commit f7f2333
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/AUTHORS.adoc
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions 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
Expand Down

0 comments on commit f7f2333

Please sign in to comment.