]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.3.1 v3.3.1
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Sep 2016 19:20:00 +0000 (21:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Sep 2016 19:20:00 +0000 (21:20 +0200)
NEWS.txt

index 92ad7aaf73d6c797a701054f7f43df73f92cabdf..8eaf4b6abb827ad52c2664f015020c9e9cbed043 100644 (file)
--- 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.