From: Joel Rosdahl Date: Tue, 2 Oct 2018 19:28:39 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6596633320634b5b053a8fb1db390de9af4b3c8;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 01f34937b..f88cb4665 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -44,6 +44,8 @@ Changes - Added `file_stat_matches_ctime` option to disable ctime check if `file_stat_matches` is enabled. +- Made “./configure --without-bundled-zlib” do what’s intended. + ccache 3.4.3 -----------