From: Joel Rosdahl Date: Wed, 2 Jan 2019 15:19:06 +0000 (+0100) Subject: Add NEWS for v3.5.1 X-Git-Tag: v3.5.1^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3511dcd6bae344754a8d5880960b4a040f2b42a;p=thirdparty%2Fccache.git Add NEWS for v3.5.1 --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index aaa45cbb4..6da3a5a9b 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -1,6 +1,22 @@ ccache news =========== +ccache 3.5.1 +------------ +Release date: 2019-01-02 + +Changes +~~~~~~~ + +- Added missing getopt_long.c source file to release archive. + +- Fixed (harmless) compiler warnings when building ccache object files. + +- CFLAGS is no longer passed to the linker when linking ccache. + +- Improved development mode build flags. + + ccache 3.5 ---------- Release date: 2018-10-15