From: Joel Rosdahl Date: Tue, 19 Jul 2016 15:01:31 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.2.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221d05c96af7d39c2cc1906701f233103ad11881;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index cfbfdf44c..5aa3fb18f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -11,6 +11,9 @@ Bug fixes - Fixed a bug which could lead to false cache hits for compiler command lines with a missing argument to an option that takes an argument. +- ccache now knows how to work around a glitch in the output of GCC 6's + preprocessor. + ccache 3.2.6 ------------ @@ -24,9 +27,6 @@ Bug fixes - Bail out on compiler option `-fstack-usage` since it creates a `.su` file which ccache currently doesn't handle. -- ccache now knows how to work around a glitch in the output of GCC 6's - preprocessor. - - Fixed a bug where (due to ccache rewriting paths) the compiler could choose incorrect include files if `CCACHE_BASEDIR` is used and the source file path is absolute and is a symlink.