]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add NEWS file
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 1 Nov 2009 18:36:17 +0000 (19:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 5 Jan 2010 17:52:59 +0000 (18:52 +0100)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..3a4fda5
--- /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.