From: Joel Rosdahl Date: Tue, 21 Jul 2020 18:21:01 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.7.11^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4293f48b6670a99eaa1d5701718d8ef3f2ddd70d;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 581b25256..37c7d09ea 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,29 @@ ccache news =========== +ccache 3.7.11 +------------- + +Release date: 2020-07-21 + +Bug fixes +~~~~~~~~~ + +- Added knowledge about `-fprofile-{correction,reorder-functions,values}`. + +- ccache now handles the Intel compiler option `-xCODE` (where `CODE` is a + processor feature code) correctly. + +- Added support for NVCC’s `-Werror` and `--Werror` options. + + +Other +~~~~~ + +- ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now skipped + for GCC 6. + + ccache 3.7.10 ------------ Release date: 2020-06-22