* 3.2-maint:
Include strings.h for strcasecmp
Remove unnecessary extra_cppflags, extra_ldflags and all_ldflags variables
Improve signal handling
Wait for compiler subprocess to exit before exiting from a signal
Make conversion-to-bool explicit to avoid warnings on legacy systems
Fix regression in recent change related to zlib in nonstandard location
Conflicts:
NEWS.txt
===========
+Unreleased 3.3
+--------------
+
+New features and improvements
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- Added support for cuda including the -optf/--options-file option.
+
+
+Bug fixes
+~~~~~~~~~
+
+
+ Unreleased 3.2.4
+ ----------------
+
+ Bug fixes
+ ~~~~~~~~~
+
+ - Fixed build error related to zlib on systems with older make versions
+ (regression in ccache 3.2.3).
+
+ - Made conversion-to-bool explicit to avoid build warnings (and potential
+ runtime errors) on legacy systems.
+
+ - Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit
+ before exiting; die appropriately.
+
+
ccache 3.2.3
------------
Release date: 2015-08-16