From 14f77b6bf2feec6b70087c5abecc6890434ee5a8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 13 Jan 2018 19:34:47 +0100 Subject: [PATCH] Prepare for v3.3.5 --- AUTHORS.txt | 17 ++++++++++++----- LICENSE.txt | 2 +- NEWS.txt | 2 +- ccache.c | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index ec52d852b..0dc06706e 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 * Alfred Landrum -* Anders Björklund +* Anders F Björklund * Andrea Bittau +* Andreas Huber +* André Klitzing * Andrew P Boie * Andrew Stubbs * Andrew Tridgell -* André Klitzing * Bernhard Bauer * Björn Jacke * Bo Rydberg @@ -20,8 +22,10 @@ ccache is a collective work with contributions from many people, including: * Chris AtLee * Clemens Rabe * David Givone +* Edward Z. Yang * Eric Blau * Francois Marier +* Geert Bosch * Hongli Lai * Ivan Vaigult * Jiang Jiang @@ -29,8 +33,8 @@ ccache is a collective work with contributions from many people, including: * John Basila * John Coiner * Jon Bernard -* Justin Lebar * Jørgen P. Tjernø +* Justin Lebar * Karl Chen * KonaBlend * Kovarththanan Rajaratnam @@ -50,6 +54,8 @@ ccache is a collective work with contributions from many people, including: * Neil Mushell * Nick Schultz * Norbert Lange +* Oded Shimon +* orbitcowboy * Orgad Shaneh * Orion Poplawski * Owen Mann @@ -57,13 +63,14 @@ ccache is a collective work with contributions from many people, including: * Paul Griffith * Pavel Boldin * Philippe Proulx -* RW * Ramiro Polla * Robin H. Johnson * Rolf Bjarne Kvinge +* RW * Ryan Brown * Tim Potter -* Tor Arne Vestbø +* Tom Hughes +* Tor Arne Vestbø * Vadim Petrochenkov * Ville Skyttä * William S Fulton diff --git a/LICENSE.txt b/LICENSE.txt index 5bf788395..316fb8121 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 eac075a62..96bdd04e5 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 64b25def7..f72a9bda2 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" -- 2.47.2