]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.5 v3.5
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Oct 2018 19:28:34 +0000 (21:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Oct 2018 19:28:34 +0000 (21:28 +0200)
doc/AUTHORS.adoc
doc/NEWS.adoc

index fa0eb7c7b49345c31fc1bd5c57b6df75d0468f0c..b423be385f1d1f0b65899d5b3e8f1a3dfe19bc60 100644 (file)
@@ -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!
index 2e6ca465e30c23044b8da2811c067abfc07140a3..aaa45cbb4b69596ec0114226f0e0c5690c2a1919 100644 (file)
@@ -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).