Fix a release-process.md bug; commit results changelog + debian updates.

This commit is contained in:
Nathan Wilcox
2017-04-13 17:48:08 -07:00
parent a4f764bb28
commit 1c360b2128
4 changed files with 27 additions and 4 deletions

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 zcash (1.0.8) jessie; urgency=medium
* 1.0.8 release. * 1.0.8 release.

View File

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

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: 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: Update the Debian package changelog: