From: Joel Rosdahl Date: Sun, 11 Feb 2018 14:24:11 +0000 (+0100) Subject: Prepare for v3.4 X-Git-Tag: v3.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c0a5fa638cf577916df04afc2a9c32acc8761d;p=thirdparty%2Fccache.git Prepare for v3.4 --- diff --git a/doc/NEWS.txt b/doc/NEWS.txt index 32bf48a3e..617610736 100644 --- a/doc/NEWS.txt +++ b/doc/NEWS.txt @@ -3,7 +3,7 @@ ccache news ccache 3.4 ---------- -Unreleased +Release date: 2018-02-11 New features and enhancements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -22,7 +22,7 @@ New features and enhancements - Boolean environment variable settings no longer accept the following (case-insensitive) values: `0`, `false`, `disable` and `no`. All other values - are accepted and taken to mean "true". This is to stop users from setting + are accepted and taken to mean ``true''. This is to stop users from setting e.g. `CCACHE_DISABLE=0` and then expect the cache to be used. - Improved support for `run_second_cpp = false`: If combined with passing