]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.1.7 v3.1.7
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 14:37:50 +0000 (15:37 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 14:40:09 +0000 (15:40 +0100)
NEWS.txt

index 491cd21eddea1cf1e17554d48940ae3a6458465b..c966f720cb94f97ec273860b973f39fe801527eb 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -23,8 +23,8 @@ Bug fixes
     - Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
       hash to avoid false cache hits when such variables have changed.
     - Corrected log message when unify mode is enabled.
-    - Reverted the GCC bug compatibility for `-MT`/`-MQ` options with
-      concatenated arguments introduced in ccache 3.1.5. (The bug is fixed in
+    - Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
+      `-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
       recent GCC versions.)