From: Joel Rosdahl Date: Sun, 1 Nov 2009 18:36:17 +0000 (+0100) Subject: Add NEWS file X-Git-Tag: v3.0pre0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d304020939cc83de27ea64f8568bea1bcb4bf74a;p=thirdparty%2Fccache.git Add NEWS file --- diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..3a4fda5d7 --- /dev/null +++ b/NEWS @@ -0,0 +1,21 @@ +Changes since ccache 2.4 +------------------------ + +New features and improvements: + + - Added CCACHE_NOHASH_SIZE_MTIME option that tells ccache not to hash the + real compiler's size and modification time. + + - Added CCACHE_HASH_COMPILER option that tells ccache to hash binary of the + compiler instead of hashing just its size and modification time. + + - Temporary files are now created in the directory they will end up in. This + makes ccache more friendly to Linux's directory layout. + +Bug fixes: + + - Fixed build on FreeBSD. + + - Improved detection of home directory. + + - User-defined CPPFLAGS and LDFLAGS is now respected in the Makefile.