summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-11-17 20:09:58 +0100
committerJoel Rosdahl <joel@rosdahl.net>2019-11-17 20:09:58 +0100
commit1a4929bfd73e63ebd1b369ee116f9c57f1931824 (patch)
treeee2a2fc56f8f6cbcd9e83902962f8a2c629e7b74
parent85f1e368b0e1a1633a2aeebd840601cd39b808c2 (diff)
downloadccache-1a4929bfd73e63ebd1b369ee116f9c57f1931824.tar.gz
Prepare for v3.7.6v3.7.6
-rw-r--r--dev.mk.in4
-rw-r--r--doc/AUTHORS.adoc1
-rw-r--r--doc/NEWS.adoc2
3 files changed, 5 insertions, 2 deletions
diff --git a/dev.mk.in b/dev.mk.in
index dbe2a22a..7b0839fc 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/^\*.*/<STDIN> . "\n"/es' doc/AUTHORS.adoc
diff --git a/doc/AUTHORS.adoc b/doc/AUTHORS.adoc
index f8bc0e6f..d1ea6966 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 ad510703..7d8c7be7 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
~~~~~~~~~