From: Joel Rosdahl Date: Tue, 8 Jun 2010 19:25:13 +0000 (+0200) Subject: Update NEWS with news X-Git-Tag: v3.0~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68e046746d99e16bf4bd6f385b1edaaf416c322a;p=thirdparty%2Fccache.git Update NEWS with news --- diff --git a/NEWS.txt b/NEWS.txt index 45d293fca..43b975968 100644 --- 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.