]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS with news
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 10 Jun 2010 11:19:41 +0000 (13:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 10 Jun 2010 11:19:41 +0000 (13:19 +0200)
NEWS.txt

index a45be604e2fe3cfee701b383d2a67dfd9f06ada2..53136a66904d60ae1da6ba7d8076ec9ae6c8515d 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -58,7 +58,10 @@ New features and improvements
     - It is now possible to specify extra files whose contents should be
       included in the hash sum by setting the `CCACHE_EXTRAFILES` option.
 
-    - Added support for Objective-C and Objective-C++.
+    - Added support for Objective-C and Objective-C++. The statistics counter
+      ``not a C/C++ file'' has been renamed to ``unsupported source language''.
+
+    - Added support for the `-x` compiler option.
 
     - Added support for long command-line options.
 
@@ -95,7 +98,7 @@ New features and improvements
 
     - Added `installcheck` and `distcheck` make targets.
 
-    - Clarified cache size limit options' semantics.
+    - Clarified cache size limit options' and cleanup semantics.
 
     - Improved display of cache max size values.
 
@@ -108,7 +111,7 @@ New features and improvements
 Bug fixes
 ~~~~~~~~~
 
-    - Improved feature macro handling for better portability.
+    - Various portability improvements.
 
     - Improved detection of home directory.
 
@@ -162,3 +165,8 @@ Bug fixes
       environment variables.
 
     - Improved detection of recursive invocation.
+
+    - The ccache binary is now not unconditionally stripped when installing.
+
+    - Statistics counters are now correctly updated for -E option failures and
+      internal errors.