* 3.3-maint:
Prepare for v3.3.3
Bail out on usage of .incbin` assembler directives
Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION
Compute width of stats messages instead of hardcoding
Reformat stats_info array
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`.
+
+
+ ccache 3.3.3
+ ------------
+ Release date: 2016-10-26
+
+ Bug fixes
+ ~~~~~~~~~
+
+ - ccache now detects usage of `.incbin` assembler directives in the source code
+ and avoids caching such compilations.
+
+
ccache 3.3.2
------------
Release date: 2016-09-28