summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-10-15 21:28:34 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-10-15 21:28:34 +0200
commitfb0fec276962b5d455b1cff6dc1ab5d022b5990a (patch)
treeff2a6e922a31ba1250675dcf1fb9da3115ba5bdd
parentcbbd015b70dd36c139f3f9fc8e93e1d4337c39a6 (diff)
downloadccache-fb0fec276962b5d455b1cff6dc1ab5d022b5990a.tar.gz
Prepare for v3.5v3.5
-rw-r--r--doc/AUTHORS.adoc7
-rw-r--r--doc/NEWS.adoc5
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc
index fa0eb7c7..b423be38 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 <david@givone.net>
* Edward Z. Yang <ezyang@fb.com>
* Francois Marier <francois@debian.org>
+* Gabriel Scherer <gabriel.scherer@gmail.com>
* Geert Bosch <geert@mongodb.com>
+* Geert Kloosterman <geert.kloosterman@brightcomputing.com>
* Grigory Entin <grigorye@dins.ru>
+* Havard Graff <havard.graff@gmail.com>
* Hongli Lai <hongli@phusion.nl>
* Ivan Vaigult <i.vaigult@gmail.com>
* Jiang Jiang <jiangj@opera.com>
@@ -51,6 +54,7 @@ ccache is a collective work with contributions from many people, including:
* Michael Meeks <michael.meeks@suse.com>
* Mihai Serban <mihai.serban@intel.com>
* Mike Frysinger <vapier@gentoo.org>
+* Mike Gulick <mgulick@mathworks.com>
* Mikhail Kolomeytsev <mkolom@yandex-team.ru>
* Mostyn Bramley-Moore <mostyn@antipode.se>
* Neil Mushell <nmushell@bloomberg.net>
@@ -66,12 +70,14 @@ ccache is a collective work with contributions from many people, including:
* Per Nordlöw <per.nordlow@autoliv.com>
* Peter Budai <peterbudai@hotmail.com>
* Philippe Proulx <eeppeliteloop@gmail.com>
+* Rafael Kitover <rkitover@gmail.com>
* Ramiro Polla <ramiro.polla@gmail.com>
* Robin H. Johnson <robbat2@gentoo.org>
* Rolf Bjarne Kvinge <rolf@xamarin.com>
* RW <fbsd06@mlists.homeunix.com>
* Ryan Brown <ryb@ableton.com>
* Sam Gross <sgross@fb.com>
+* Thomas Otto <thomas.otto@psd-fs.de>
* Thomas Röfer <Thomas.Roefer@dfki.de>
* Timofei Kushnir <timophey@rdp.ru>
* Tim Potter <tpot@samba.org>
@@ -82,6 +88,7 @@ ccache is a collective work with contributions from many people, including:
* Ville Skyttä <ville.skytta@iki.fi>
* William S Fulton <wsf@fultondesigns.co.uk>
* Wilson Snyder <wsnyder@wsnyder.org>
+* Xavier RENE-CORAIL <xavier.renecorail@gmail.com>
* Yiding Jia <yiding@fb.com>
Thanks!
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index 2e6ca465..aaa45cbb 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).