From: Joel Rosdahl Date: Sun, 30 Aug 2015 19:22:48 +0000 (+0200) Subject: Merge branch '3.2-maint' X-Git-Tag: v3.3~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25da80c2935646f22461d37fb1a768e742467ce3;p=thirdparty%2Fccache.git Merge branch '3.2-maint' * 3.2-maint: Include strings.h for strcasecmp Remove unnecessary extra_cppflags, extra_ldflags and all_ldflags variables Improve signal handling Wait for compiler subprocess to exit before exiting from a signal Make conversion-to-bool explicit to avoid warnings on legacy systems Fix regression in recent change related to zlib in nonstandard location Conflicts: NEWS.txt --- 25da80c2935646f22461d37fb1a768e742467ce3 diff --cc NEWS.txt index f2898ad10,f979e708f..38d51768c --- a/NEWS.txt +++ b/NEWS.txt @@@ -2,19 -2,22 +2,35 @@@ ccache new =========== +Unreleased 3.3 +-------------- + +New features and improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Added support for cuda including the -optf/--options-file option. + + +Bug fixes +~~~~~~~~~ + + + Unreleased 3.2.4 + ---------------- + + Bug fixes + ~~~~~~~~~ + + - Fixed build error related to zlib on systems with older make versions + (regression in ccache 3.2.3). + + - Made conversion-to-bool explicit to avoid build warnings (and potential + runtime errors) on legacy systems. + + - Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit + before exiting; die appropriately. + + ccache 3.2.3 ------------ Release date: 2015-08-16