From: Joel Rosdahl Date: Tue, 16 Apr 2019 04:48:34 +0000 (+0200) Subject: Remove NEWS entry for #374 X-Git-Tag: v3.7~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a6a0831b5096d57952ccb3291c85be6f1262a85;p=thirdparty%2Fccache.git Remove NEWS entry for #374 The bug does not exist in any released version. --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index a89f42812..5e0987828 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -21,9 +21,6 @@ Changes - ccache now knows how to contruct the object filename if no `-o` option is given and the source filename does not include a `.` or ends with a `.`. -- Fixed a bug in the depend mode where the last couple of include files in the - `.d` file was not taken into account. - - Fixed a temporary file leak when the depend mode is enabled and the compiler produces standard error output.