]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 19 Jul 2016 15:01:31 +0000 (17:01 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 19 Jul 2016 15:01:31 +0000 (17:01 +0200)
NEWS.txt

index cfbfdf44c44cf3262bc1520d52fce6ba9862aeb8..5aa3fb18fb9c9f0a3b60f4afbda73f002b20d355 100644 (file)
--- 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.