]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Feb 2016 14:00:51 +0000 (15:00 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Feb 2016 14:00:51 +0000 (15:00 +0100)
NEWS.txt

index a5f7b42ba8625cd50e19ab451be4e6de4edea8ae..28708a6ae38ddf504a61072ec7b9dd3ba5813823 100644 (file)
--- 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
 -----------------------