From: Joel Rosdahl Date: Thu, 21 Mar 2019 21:06:41 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.7~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05127af3678ef24becc5b2b9813f95c562f9dbfd;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 8fcf6c77a..953814b9b 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -18,6 +18,9 @@ Changes * Compilations with /dev/null as the input file are now cached. +* Fixed a temporary file leak when depend mode is enabled and the compiler + produces standard error text. + ccache 3.6 ----------