Auto merge of #2260 - nathan-at-least:release-v1.0.8-1, r=nathan-at-least

Release v1.0.8 1
This commit is contained in:
zkbot 2017-04-14 01:12:14 +00:00
commit 67b47d212c
11 changed files with 50 additions and 15 deletions

View File

@ -1,5 +1,5 @@
Zcash 1.0.8
===========
Zcash 1.0.8-1
=============
What is Zcash?
--------------

View File

@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 8)
define(_CLIENT_VERSION_BUILD, 50)
define(_CLIENT_VERSION_BUILD, 51)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
define(_CLIENT_VERSION_IS_RELEASE, true)

View File

@ -1,3 +1,9 @@
zcash (v1.0.8+1) jessie; urgency=high
* 1.0.8-1 release.
-- Zcash Company <team@z.cash> Thu, 13 Apr 2017 17:44:23 -0700
zcash (1.0.8) jessie; urgency=medium
* 1.0.8 release.

View File

@ -1,5 +1,5 @@
---
name: "zcash-1.0.8"
name: "zcash-1.0.8-1"
enable_cache: true
distro: "debian"
suites:

View File

@ -1,10 +1,10 @@
Zcash Contributors
==================
Jack Grigg (392)
Jack Grigg (393)
Simon Liu (254)
Sean Bowe (185)
Daira Hopwood (80)
Daira Hopwood (83)
Taylor Hornby (65)
Wladimir J. van der Laan (58)
Jonas Schnelli (48)
@ -12,7 +12,7 @@ Jay Graber (47)
Kevin Gallagher (38)
Cory Fields (15)
Pieter Wuille (14)
Nathan Wilcox (10)
Nathan Wilcox (12)
nomnombtc (9)
fanquake (5)
Paige Peterson (5)
@ -30,6 +30,7 @@ Daniel Cousens (4)
lpescher (3)
Pavel Janík (3)
Alfie John (3)
str4d (2)
paveljanik (2)
aniemerg (2)
Scott (2)

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH-CLI "1" "March 2017" "zcash-cli v1.0.8" "User Commands"
.TH ZCASH-CLI "1" "April 2017" "zcash-cli v1.0.8-1" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v1.0.8
.SH DESCRIPTION
Zcash RPC client version v1.0.8
Zcash RPC client version v1.0.8\-1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
@ -66,6 +66,10 @@ Password for JSON\-RPC connections
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
900)
.SH COPYRIGHT
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH-TX "1" "March 2017" "zcash-tx v1.0.8" "User Commands"
.TH ZCASH-TX "1" "April 2017" "zcash-tx v1.0.8-1" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v1.0.8
.SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.8
Zcash zcash\-tx utility version v1.0.8\-1
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]
@ -84,6 +84,10 @@ set=NAME:JSON\-STRING
.IP
Set register NAME to given JSON\-STRING
.SH COPYRIGHT
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASHD "1" "March 2017" "zcashd v1.0.8" "User Commands"
.TH ZCASHD "1" "April 2017" "zcashd v1.0.8-1" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v1.0.8
.SH DESCRIPTION
Zcash Daemon version v1.0.8
Zcash Daemon version v1.0.8\-1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
@ -454,6 +454,10 @@ output (default: 1 if running in a console, 0 otherwise)
Number of seconds between metrics refreshes (default: 1 if running in a
console, 600 otherwise)
.SH COPYRIGHT
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
Copyright (C) 2009-2017 The Bitcoin Core Developers
Copyright (C) 2015-2017 The Zcash Developers

View File

@ -0,0 +1,16 @@
Daira Hopwood (3):
Don't rely on a finite upper bound on fee rate or priority.
Simplify JoinSplit priority calculation. refs 1896
Add check for JoinSplit priority as calculated by CCoinsViewCache::GetPriority.
Jack Grigg (1):
Use a larger -rpcclienttimeout for slow performance measurements
Nathan Wilcox (2):
Bump version numbers for v1.0.8-1.
Commit the changes from gen-manpages.sh, except manually tweak the version strings.
str4d (2):
Update tests to check actual infinity as well as INF_FEERATE
Add unit test for security issue 2017-04-11.a

View File

@ -77,7 +77,7 @@ Run the release-notes.py script to generate release notes and update authors.md
Add the newly created release notes to the Git repository:
$ git add doc/release-notes/release-notes-$ZCASH_RELEASE.md
$ git add ./doc/authors.md ./doc/release-notes/release-notes-$ZCASH_RELEASE.md
Update the Debian package changelog:

View File

@ -18,7 +18,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 8
#define CLIENT_VERSION_BUILD 50
#define CLIENT_VERSION_BUILD 51
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true