From 1a4929bfd73e63ebd1b369ee116f9c57f1931824 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 17 Nov 2019 20:09:58 +0100 Subject: [PATCH] Prepare for v3.7.6 --- dev.mk.in | 4 +++- doc/AUTHORS.adoc | 1 + doc/NEWS.adoc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev.mk.in b/dev.mk.in index dbe2a22a8..7b0839fc2 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -191,7 +191,9 @@ doc/ccache.1: doc/MANUAL.xml .PHONY: update-authors update-authors: - git log --pretty=format:"* %aN" \ + git log --pretty=format:"%H %aN" \ + | grep -Ev 'd7c5056beda5483fcd5c098165fffd9be86fe98d' \ + | sed -r 's/[^ ]+/*/' \ | sort -u \ | perl -00 -p -i -e 's/^\*.*/ . "\n"/es' doc/AUTHORS.adoc diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc index f8bc0e6f9..d1ea69662 100644 --- a/doc/AUTHORS.adoc +++ b/doc/AUTHORS.adoc @@ -88,6 +88,7 @@ ccache is a collective work with contributions from many people, including: * Robert Yang * Robin H. Johnson * Rolf Bjarne Kvinge +* Russell King * RW * Ryan Brown * Sam Gross diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index ad5107033..7d8c7be73 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -3,7 +3,7 @@ ccache news ccache 3.7.6 ------------ -Release date: not yet released +Release date: 2019-11-17 Bug fixes ~~~~~~~~~ -- 2.47.2