From: Joel Rosdahl Date: Sun, 19 Oct 2014 17:04:08 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.1.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494e8df1d8fc905837f7c99fba591a25175d1d9b;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 9d199faf4..063cdc28c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,15 +2,15 @@ ccache news =========== -ccache 3.1.notyetreleased -------------------------- -Release date: unknown +ccache 3.1.10 +------------- +Release date: 2014-10-19 New features and improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Added support for `-Xclang` compiler option. +- Added support for the `-Xclang` compiler option. - Improved handling of exit code of internally executed processes. @@ -40,8 +40,8 @@ Bug fixes - Fixed path canonicalization in `make_relative_path()` when path doesn't exist. -- Fixed bug in `common_dir_prefix_length()`. This fixes a bug in the - `CCACHE_BASEDIR` behavior. +- Fixed bug in `common_dir_prefix_length()`. This corrects the `CCACHE_BASEDIR` + behavior. - ccache no longer tries to create the cache directory when `CCACHE_DISABLE` is set.