From: Joel Rosdahl Date: Wed, 1 May 2019 14:10:31 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.7.1~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b47ddf67d456edbf19a559359f099d71bfbc1223;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 0a1a17cd4..0e24fab8b 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,22 @@ ccache news =========== +ccache 3.7.1 +------------ +Release date: unknown + +Changes +~~~~~~~ + +- Fixed a problem when using the compiler option `-MF /dev/null`. + +- Long commandlines are now handled gracefully on Windows by using the `@file` + syntax to avoid hitting the commandline size limit. + +- Fixed complaint from GCC 9’s `-Werror=format-overflow` when compiling ccache + itself. + + ccache 3.7 ---------- Release date: 2019-04-23