* 3.3-maint:
Prepare for v3.3.5
doc: Tweak automatic cleanup description
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