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.
+
+- Added support for nvcc compiler options `--compiler-bindir/-ccbin`,
+ `--output-directory/-odir` and `--libdevice-directory/-ldir`.
+
+
+Bug fixes
+~~~~~~~~~
+
+- File size and number counters are now updated correctly when files are
+ overwritten in the cache, e.g. when using `CCACHE_RECACHE`.
+
+- Force run_second_cpp for nvcc.
+
+- Fixed how the nvcc options `-optf` and `-odir` are handled.
+
+
ccache 3.3.6
------------
- Unreleased
+ Release date: 2018-01-28
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~