From: Joel Rosdahl Date: Mon, 15 Oct 2018 19:28:34 +0000 (+0200) Subject: Prepare for v3.5 X-Git-Tag: v3.5^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0fec276962b5d455b1cff6dc1ab5d022b5990a;p=thirdparty%2Fccache.git Prepare for v3.5 --- diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index fa0eb7c7b..b423be385 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -23,8 +23,11 @@ ccache is a collective work with contributions from many people, including: * David Givone * Edward Z. Yang * Francois Marier +* Gabriel Scherer * Geert Bosch +* Geert Kloosterman * Grigory Entin +* Havard Graff * Hongli Lai * Ivan Vaigult * Jiang Jiang @@ -51,6 +54,7 @@ ccache is a collective work with contributions from many people, including: * Michael Meeks * Mihai Serban * Mike Frysinger +* Mike Gulick * Mikhail Kolomeytsev * Mostyn Bramley-Moore * Neil Mushell @@ -66,12 +70,14 @@ ccache is a collective work with contributions from many people, including: * Per Nordlöw * Peter Budai * Philippe Proulx +* Rafael Kitover * Ramiro Polla * Robin H. Johnson * Rolf Bjarne Kvinge * RW * Ryan Brown * Sam Gross +* Thomas Otto * Thomas Röfer * Timofei Kushnir * Tim Potter @@ -82,6 +88,7 @@ ccache is a collective work with contributions from many people, including: * Ville Skyttä * William S Fulton * Wilson Snyder +* Xavier RENE-CORAIL * Yiding Jia Thanks! diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 2e6ca465e..aaa45cbb4 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -3,14 +3,15 @@ ccache news ccache 3.5 ---------- -Release date: unknown +Release date: 2018-10-15 Changes ~~~~~~~ - Added a boolean `debug` (`CCACHE_DEBUG`) configuration option. When enabled, ccache will create per-object debug files that are helpful e.g. when - debugging unexpected cache misses. + debugging unexpected cache misses. See also the new ``Cache debugging'' + section in the manual. - Renamed `CCACHE_CC` to `CCACHE_COMPILER` (keeping the former as a deprecated alias).