From: Joel Rosdahl Date: Wed, 21 Feb 2018 20:00:35 +0000 (+0100) Subject: Merge branch '3.4-maint' X-Git-Tag: v3.5~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822a991bccf9153123f8488978f9783fe2d51626;p=thirdparty%2Fccache.git Merge branch '3.4-maint' * 3.4-maint: Hash preprocessed headers located in “.gch directories” correctly --- 822a991bccf9153123f8488978f9783fe2d51626 diff --cc doc/NEWS.txt index fa7e69f84,e306fb340..c765cc1b6 --- a/doc/NEWS.txt +++ b/doc/NEWS.txt @@@ -1,17 -1,18 +1,29 @@@ ccache news =========== +ccache 3.5 +---------- +Release date: unknown + +New features and enhancements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated + alias). + + + ccache 3.4.2 + ------------ + Release date: unknown + + Bug fixes + ~~~~~~~~~ + + - Correctly hash preprocessed headers located in a ``.gch directory''. + Previously, ccache would not pick up changes to such precompiled headers, + risking false positive cache hits. + + ccache 3.4.1 ------------ Release date: 2018-02-11