From: Joel Rosdahl Date: Thu, 12 Sep 2019 19:14:06 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v4.0~789 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63c8045de4d4fd7cb9d0ab65510b6a4a3a163f3e;p=thirdparty%2Fccache.git Update NEWS (cherry picked from commit d5697e4bcb04cf78245e30fbebdc4536d66c290a) --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index c5c93eb48..be3883722 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -34,6 +34,21 @@ High-level summary of changes (work in progress) - (More to be written.) +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