summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2012-01-08 15:42:49 +0100
committerJoel Rosdahl <joel@rosdahl.net>2012-01-08 15:42:49 +0100
commit5cdd7980895683613026967ac190c4a5bea196f3 (patch)
treec52d29ea0812ef66a04f008f7cbae8eb27a7d203
parent90779f7dceea3e84e01c8908383a97ac1a7f8b45 (diff)
parent7633687271ed821461e799a6d41822179bf431f1 (diff)
downloadccache-5cdd7980895683613026967ac190c4a5bea196f3.tar.gz
Merge branch 'maint'
* maint: Prepare for v3.1.7
-rw-r--r--NEWS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 491cd21e..c966f720 100644
--- 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.)