summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-09-07 21:20:00 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-09-07 21:20:00 +0200
commit98d4e17737337af503b34417a56a16d0ab7d3c19 (patch)
tree600b44a18c8e5051711fcd6a8b17715608e58b54
parent3df783673c60714dba52a8517e9a125b6e27cfb3 (diff)
downloadccache-98d4e17737337af503b34417a56a16d0ab7d3c19.tar.gz
Prepare for v3.3.1v3.3.1
-rw-r--r--NEWS.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 92ad7aaf..8eaf4b6a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,12 +1,17 @@
ccache news
===========
-Unreleased ccache 3.3.1
------------------------
+ccache 3.3.1
+------------
+Release date: 2016-09-07
Bug fixes
~~~~~~~~~
+- Fixed a problem in the ``multiple `-arch` options'' support introduced in
+ 3.3. When using the direct mode (the default), different combinations of
+ `-arch` options were not detected properly.
+
- Fixed an issue when compiler option `-Wp,-MT,path` is used instead of `-MT
path` (and similar for `-MF`, `-MP` and `-MQ`) and `run_second_cpp`
(`CCACHE_CPP2`) is enabled.