From: Joel Rosdahl Date: Sat, 13 Jan 2018 18:38:26 +0000 (+0100) Subject: Merge branch '3.3-maint' X-Git-Tag: v3.4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657aea7ba16d592df2ff56c1aa0154693c944f46;p=thirdparty%2Fccache.git Merge branch '3.3-maint' * 3.3-maint: Prepare for v3.3.5 doc: Tweak automatic cleanup description --- 657aea7ba16d592df2ff56c1aa0154693c944f46 diff --cc NEWS.txt index a339ebb2d,96bdd04e5..6678f3312 --- a/NEWS.txt +++ b/NEWS.txt @@@ -1,28 -1,9 +1,28 @@@ ccache news =========== +ccache 3.4 +---------- +Unreleased + +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`. + +- Configuration errors are now treated as warnings instead of fatal errors. + +- ccache should now work with distcc's ``pump'' wrapper. + +- The optional unifier is no longer disabled when the direct mode is enabled. + + ccache 3.3.5 ------------ - Not yet released + Release date: 2018-01-13 New features and improvements