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`.
+
+- Configuration errors are now treated as warnings instead of fatal errors.
+
+
+ ccache 3.3.4
+ ------------
+ Release date: TBD
+
+ New features and improvements
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ - Documented the different cache statistics counters.
+
+
+ Bug fixes
+ ~~~~~~~~~
+
+ - Fixed a regression in ccache 3.3 related to potentially bad content of
+ dependency files when compiling identical source code but with different
+ source paths. This was only partially fixed in 3.3.2 and reverts the new
+ "Names of included files are no longer included in the hash of the compiler's
+ preprocessed output" feature in 3.3.
+
+
ccache 3.3.3
------------
Release date: 2016-10-26