From: Joel Rosdahl Date: Sat, 6 Feb 2016 14:00:51 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661d5a1d2ed5f7919072bf84eee8098f7349a34e;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index a5f7b42ba..28708a6ae 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -15,7 +15,10 @@ New features and improvements - Multiple identical `-arch` arguments are now handled without bailing. -- Added new `prefix_command_cpp` (`CCACHE_PREFIX_CPP`) configuration option +- Added new `ignore_headers_in_manifest` configuration option, which specifies + headers that should be ignored in the direct mode. + +- Added new `prefix_command_cpp` (`CCACHE_PREFIX_CPP`) configuration option, which specifies one or several prefixes to add to the command line ccache uses when invoking the preprocessor. @@ -23,6 +26,8 @@ New features and improvements Bug fixes ~~~~~~~~~ +- Fixed clang test suite when running on Linux. + Unreleased ccache 3.2.5 -----------------------