summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2012-01-14 14:24:05 +0100
committerJoel Rosdahl <joel@rosdahl.net>2012-01-14 14:24:05 +0100
commite98dd744385b7ec45895005a8765552e7c3cd1fa (patch)
tree6ae7ca6bb37cce86e5c94afef06edb0057afa0f9
parent49f381877dcc09bce8b199b6aa818a0786b3c841 (diff)
parent5cdd7980895683613026967ac190c4a5bea196f3 (diff)
downloadccache-e98dd744385b7ec45895005a8765552e7c3cd1fa.tar.gz
Merge branch 'master' into config
* master: 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.)