From: Joel Rosdahl Date: Sun, 17 Nov 2019 19:09:58 +0000 (+0100) Subject: Prepare for v3.7.6 X-Git-Tag: v3.7.6^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a4929bfd73e63ebd1b369ee116f9c57f1931824;p=thirdparty%2Fccache.git Prepare for v3.7.6 --- 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 ~~~~~~~~~