]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.3.5 v3.3.5
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 13 Jan 2018 18:34:47 +0000 (19:34 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 13 Jan 2018 18:34:47 +0000 (19:34 +0100)
AUTHORS.txt
LICENSE.txt
NEWS.txt
ccache.c

index ec52d852b9cb753849d789ddf8d8695347ede17b..0dc06706ebcb88222de3b07369ca6a605ec520b2 100644 (file)
@@ -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>
index 5bf7883953095759c1852235427e206324a9c4c7..316fb8121a9a168517ed817bfb3093fa9113e01e 100644 (file)
@@ -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
 -------------------------------------------------------------------------------
 
 
index eac075a624ce03e97b4235c7ab5aa08da9f27636..96bdd04e5d2a66de96ba12a019e8c7bb085351af 100644 (file)
--- 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
index 64b25def7cf373380f0f704084000cf2f77e8d6e..f72a9bda2fa35e9793b1a608208be1bdb50ba9af 100644 (file)
--- 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"