From 71629a3c0be09a5f94331291a00a19478dd0bbc4 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 15 Aug 2017 10:06:25 +0100 Subject: [PATCH] make-release.py: Updated release notes and changelog for 1.0.11. --- contrib/debian/changelog | 6 ++++++ doc/authors.md | 2 +- doc/release-notes/release-notes-1.0.11.md | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes/release-notes-1.0.11.md diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 96675ed7b..1da00f690 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +zcash (1.0.11) stable; urgency=medium + + * 1.0.11 release. + + -- Zcash Company Tue, 15 Aug 2017 10:06:25 +0100 + zcash (1.0.11~rc1) stable; urgency=medium * 1.0.11-rc1 release. diff --git a/doc/authors.md b/doc/authors.md index 9c62b43d0..8d3010dc6 100644 --- a/doc/authors.md +++ b/doc/authors.md @@ -1,7 +1,7 @@ Zcash Contributors ================== -Jack Grigg (443) +Jack Grigg (445) Simon Liu (269) Sean Bowe (188) Daira Hopwood (102) diff --git a/doc/release-notes/release-notes-1.0.11.md b/doc/release-notes/release-notes-1.0.11.md new file mode 100644 index 000000000..7a36c0be6 --- /dev/null +++ b/doc/release-notes/release-notes-1.0.11.md @@ -0,0 +1,7 @@ +Changelog +========= + +Jack Grigg (2): + make-release.py: Versioning changes for 1.0.11. + make-release.py: Updated manpages for 1.0.11. +