From: Joel Rosdahl Date: Wed, 26 Oct 2016 21:34:19 +0000 (+0200) Subject: Merge branch '3.3-maint' X-Git-Tag: v3.4~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55353dfd7f088e9f7d4c4029d18de6ca68ef9aad;p=thirdparty%2Fccache.git Merge branch '3.3-maint' * 3.3-maint: Prepare for v3.3.3 Bail out on usage of .incbin` assembler directives Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION Compute width of stats messages instead of hardcoding Reformat stats_info array --- 55353dfd7f088e9f7d4c4029d18de6ca68ef9aad diff --cc NEWS.txt index c92893deb,f24bc20c9..49ac7609f --- a/NEWS.txt +++ b/NEWS.txt @@@ -1,18 -1,17 +1,29 @@@ ccache news =========== +Unreleased 3.4 +-------------- + +New features and improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- The compiler option form `--sysroot arg` is now handled like the documented + `--sysroot=arg` form. + +- Added support for caching `.su` files generated by GCC flag `-fstack-usage`. + + + ccache 3.3.3 + ------------ + Release date: 2016-10-26 + + Bug fixes + ~~~~~~~~~ + + - ccache now detects usage of `.incbin` assembler directives in the source code + and avoids caching such compilations. + + ccache 3.3.2 ------------ Release date: 2016-09-28