From 4b9eb663bff9e2487ca22e48b06a1a7b88ef6f54 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 20 Nov 2017 12:31:53 +0000 Subject: [PATCH] make-release.py: Updated release notes and changelog for 1.0.13. --- contrib/debian/changelog | 6 ++++++ doc/authors.md | 2 +- doc/release-notes/release-notes-1.0.13.md | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes/release-notes-1.0.13.md diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 835748fcb..71e8b0b58 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +zcash (1.0.13) stable; urgency=medium + + * 1.0.13 release. + + -- Zcash Company Mon, 20 Nov 2017 12:31:53 +0000 + zcash (1.0.13~rc2) stable; urgency=medium * 1.0.13-rc2 release. diff --git a/doc/authors.md b/doc/authors.md index 2dbe9f661..7094aff8b 100644 --- a/doc/authors.md +++ b/doc/authors.md @@ -1,7 +1,7 @@ Zcash Contributors ================== -Jack Grigg (512) +Jack Grigg (514) Simon Liu (281) Sean Bowe (193) Daira Hopwood (102) diff --git a/doc/release-notes/release-notes-1.0.13.md b/doc/release-notes/release-notes-1.0.13.md new file mode 100644 index 000000000..d65521687 --- /dev/null +++ b/doc/release-notes/release-notes-1.0.13.md @@ -0,0 +1,7 @@ +Changelog +========= + +Jack Grigg (2): + make-release.py: Versioning changes for 1.0.13. + make-release.py: Updated manpages for 1.0.13. +