From: Joel Rosdahl Date: Sun, 20 Jun 2010 18:06:37 +0000 (+0200) Subject: Escape plus characters properly in NEWS.txt X-Git-Tag: v3.0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29a91e105da1e26b22ff9c9cb71314a0d9034224;p=thirdparty%2Fccache.git Escape plus characters properly in NEWS.txt --- diff --git a/NEWS.txt b/NEWS.txt index d4cf9e56d..008cb7ce7 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -58,7 +58,7 @@ 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++. The statistics counter + - 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.