From: Joel Rosdahl Date: Wed, 8 Feb 2017 20:09:14 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836fd687de8907ed03fa60dfb1dc9d3cf77fb608;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index f24bc20c9..610c538ae 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,21 @@ ccache news =========== +ccache 3.3.4 +------------ +Release date: TBD + +Bug fixes +~~~~~~~~~ + +- Fixed a regression in ccache 3.3 related to potentially bad content of + dependency files when compiling identical source code but with different + source paths. This was only partially fixed in 3.3.2 and reverts the new + "Names of included files are no longer included in the hash of the compiler's + preprocessed output" feature in 3.3. + + + ccache 3.3.3 ------------ Release date: 2016-10-26