From: Joel Rosdahl Date: Wed, 7 Sep 2016 19:20:00 +0000 (+0200) Subject: Prepare for v3.3.1 X-Git-Tag: v3.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d4e17737337af503b34417a56a16d0ab7d3c19;p=thirdparty%2Fccache.git Prepare for v3.3.1 --- diff --git a/NEWS.txt b/NEWS.txt index 92ad7aaf7..8eaf4b6ab 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.