From: Joel Rosdahl Date: Thu, 12 Sep 2019 19:14:06 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.7.4~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5697e4bcb04cf78245e30fbebdc4536d66c290a;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index ec502c33c..7322475a5 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,21 @@ ccache news =========== +ccache 3.7.4 +------------ +Release date: 2019-09-12 + +Improvements +~~~~~~~~~~~~ + +- Added support for GCC 9’s `-gz[=type]` option (previously ccache would think + that “-gz” alone would enable debug information, thus potentially including + the current directory in the hash). + +- Added support for converting paths like “/c/users” into relative paths on + Windows. + + ccache 3.7.3 ------------ Release date: 2019-08-17