From: Joel Rosdahl Date: Thu, 1 Oct 2020 12:03:26 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.7.12~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=11a582f5b31b53e6c223f28c46bcf2d66504cbad;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 37c7d09ea..e7b44a790 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,31 @@ ccache news =========== +ccache 3.7.12 +------------- + +Release date: 2020-10-01 + +Bug fixes +~~~~~~~~~ + +- Coverage files (`.gcno`) produced by GCC 9+ when using `-fprofile-dir=dir` + are now handled gracefully by falling back to running the compiler. + +- Fixed writing to log file larger than 2 GiB when running ccache compiled in + 32-bit mode. + + +Other +~~~~~ + +- Improved documentation about sharing a cache on NFS. + +- Fixed test case failures with old objdump versions. + +- Fixed test case failures with GCC 4.4. + + ccache 3.7.11 -------------