summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-01-13 19:34:47 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-01-13 19:34:47 +0100
commit14f77b6bf2feec6b70087c5abecc6890434ee5a8 (patch)
treefafb6499005002f6860faa5602b3eea231c4b3c2
parent8ec5a575ba2251248b1d4aab3de9cc25450efa13 (diff)
downloadccache-14f77b6bf2feec6b70087c5abecc6890434ee5a8.tar.gz
Prepare for v3.3.5v3.3.5
-rw-r--r--AUTHORS.txt17
-rw-r--r--LICENSE.txt2
-rw-r--r--NEWS.txt2
-rw-r--r--ccache.c2
4 files changed, 15 insertions, 8 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index ec52d852..0dc06706 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -6,13 +6,15 @@ maintained by Joel Rosdahl.
ccache is a collective work with contributions from many people, including:
+* Alexey Tourbin <alexey.tourbin@gmail.com>
* Alfred Landrum <alfred.landrum@riverbed.com>
-* Anders Björklund <anders@psqr.se>
+* Anders F Björklund <anders.f.bjorklund@gmail.com>
* Andrea Bittau <a.bittau@cs.ucl.ac.uk>
+* Andreas Huber <andreas.huber@deltaww.com>
+* André Klitzing <aklitzing@gmail.com>
* Andrew P Boie <andrew.p.boie@intel.com>
* Andrew Stubbs <ams@codesourcery.com>
* Andrew Tridgell <tridge@samba.org>
-* André Klitzing <aklitzing@gmail.com>
* Bernhard Bauer <bauerb@chromium.org>
* Björn Jacke <bj@sernet.de>
* Bo Rydberg <bolry@hotmail.com>
@@ -20,8 +22,10 @@ ccache is a collective work with contributions from many people, including:
* Chris AtLee <chris@atlee.ca>
* Clemens Rabe <clemens.rabe@gmail.com>
* David Givone <david@givone.net>
+* Edward Z. Yang <ezyang@fb.com>
* Eric Blau <Eric.Blau@tekelec.com>
* Francois Marier <francois@debian.org>
+* Geert Bosch <geert@mongodb.com>
* Hongli Lai <hongli@phusion.nl>
* Ivan Vaigult <i.vaigult@gmail.com>
* Jiang Jiang <jiangj@opera.com>
@@ -29,8 +33,8 @@ ccache is a collective work with contributions from many people, including:
* John Basila <jbasila@checkpoint.com>
* John Coiner <john.coiner@amd.com>
* Jon Bernard <jbernard@tuxion.com>
-* Justin Lebar <justin.lebar@gmail.com>
* Jørgen P. Tjernø <jorgen@valvesoftware.com>
+* Justin Lebar <justin.lebar@gmail.com>
* Karl Chen <quarl@cs.berkeley.edu>
* KonaBlend <kona8lend@gmail.com>
* Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
@@ -50,6 +54,8 @@ ccache is a collective work with contributions from many people, including:
* Neil Mushell <nmushell@bloomberg.net>
* Nick Schultz <nick.schultz@intel.com>
* Norbert Lange <nolange79@gmail.com>
+* Oded Shimon <oded@istraresearch.com>
+* orbitcowboy <ettl.martin78@gmail.com>
* Orgad Shaneh <orgad.shaneh@audiocodes.com>
* Orion Poplawski <orion@cora.nwra.com>
* Owen Mann <owen@mann.org>
@@ -57,13 +63,14 @@ ccache is a collective work with contributions from many people, including:
* Paul Griffith <paulg@cse.yorku.ca>
* Pavel Boldin <pboldin@cloudlinux.com>
* Philippe Proulx <eeppeliteloop@gmail.com>
-* RW <fbsd06@mlists.homeunix.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>
* Tim Potter <tpot@samba.org>
-* Tor Arne Vestbø <torarnv@gmail.com>
+* Tom Hughes <tomtheengineer@gmail.com>
+* Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
* Ville Skyttä <ville.skytta@iki.fi>
* William S Fulton <wsf@fultondesigns.co.uk>
diff --git a/LICENSE.txt b/LICENSE.txt
index 5bf78839..316fb812 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -38,7 +38,7 @@ The copyright for ccache as a whole is as follows:
-------------------------------------------------------------------------------
Copyright (C) 2002-2007 Andrew Tridgell
- Copyright (C) 2009-2017 Joel Rosdahl
+ Copyright (C) 2009-2018 Joel Rosdahl
-------------------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index eac075a6..96bdd04e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,7 +3,7 @@ ccache news
ccache 3.3.5
------------
-Not yet released
+Release date: 2018-01-13
New features and improvements
diff --git a/ccache.c b/ccache.c
index 64b25def..f72a9bda 100644
--- a/ccache.c
+++ b/ccache.c
@@ -37,7 +37,7 @@ static const char VERSION_TEXT[] =
MYNAME " version %s\n"
"\n"
"Copyright (C) 2002-2007 Andrew Tridgell\n"
- "Copyright (C) 2009-2017 Joel Rosdahl\n"
+ "Copyright (C) 2009-2018 Joel Rosdahl\n"
"\n"
"This program is free software; you can redistribute it and/or modify it under\n"
"the terms of the GNU General Public License as published by the Free Software\n"