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

index 45d293fca3d717004bf9e2e22e0e1e049efb2a23..43b975968acbf4ddaea12623089b2420322b39dc 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -69,6 +69,8 @@ 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 long command-line options.
 
     - A `CACHEDIR.TAG` file is now created in the cache directory. See
@@ -117,7 +119,7 @@ New features and improvements
 Bug fixes
 ~~~~~~~~~
 
-    - Fixed build on FreeBSD.
+    - Improved feature macro handling for better portability.
 
     - Improved detection of home directory.