From: Joel Rosdahl Date: Thu, 12 Sep 2019 20:07:01 +0000 (+0200) Subject: Clarify 3.7.4 news items X-Git-Tag: v4.0~787 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6786aa816fc0334794dce0030a6e9050ab130bb8;p=thirdparty%2Fccache.git Clarify 3.7.4 news items -gz is apparently supported by GCC 5+ and Clang as well. --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index be3883722..a1c27daf6 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -41,11 +41,11 @@ 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 the `-gz[=type]` compiler 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 +- Added support for converting paths like “/c/users/...” into relative paths on Windows.