make-release.py: Updated release notes and changelog for 2.0.7-1.

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-29 13:07:52 -06:00
parent f98365e47e
commit eaac9a92dd
4 changed files with 48 additions and 15 deletions

View File

@ -1,3 +1,9 @@
zcash (2.0.7+1) stable; urgency=medium
* 2.0.7-1 release.
-- Electric Coin Company <team@z.cash> Thu, 29 Aug 2019 13:07:52 -0600
zcash (2.0.7) stable; urgency=medium
* 2.0.7 release.

View File

@ -4,8 +4,8 @@ Zcash Contributors
Jack Grigg (874)
Simon Liu (459)
Sean Bowe (278)
Eirik Ogilvie-Wigley (160)
Daira Hopwood (135)
Eirik Ogilvie-Wigley (166)
Daira Hopwood (136)
Jay Graber (89)
Wladimir J. van der Laan (82)
Taylor Hornby (73)
@ -14,7 +14,7 @@ Nathan Wilcox (56)
Pieter Wuille (54)
Kevin Gallagher (38)
Cory Fields (35)
Larry Ruane (29)
Larry Ruane (31)
Marshall Gaucher (22)
Jonathan "Duke" Leto (17)
syd (15)
@ -76,6 +76,7 @@ Gavin Andresen (2)
Brad Miller (2)
Bjorn Hjortsberg (2)
Amgad Abdelhafez (2)
Alex Tsankov (2)
zathras-crypto (1)
unsystemizer (1)
tpantin (1)

View File

@ -4,15 +4,3 @@ release-notes at release time)
Notable changes
===============
Testnet Blossom Rewind
----------------------
Testnet users needed to upgrade to 2.0.7 before Blossom activated. The amount
of notice given to these users was brief, so many were not able to upgrade in
time. These users may now be on the wrong branch. v2.0.7-1 adds an "intended
rewind" to prevent having to manually reindex when reconnecting to the correct
chain.
Insight Explorer Logging Fix
----------------------------
Fixed an issue where `ERROR: spent index not enabled` would be logged unnecessarily.

View File

@ -0,0 +1,38 @@
Notable changes
===============
Testnet Blossom Rewind
----------------------
Testnet users needed to upgrade to 2.0.7 before Blossom activated. The amount
of notice given to these users was brief, so many were not able to upgrade in
time. These users may now be on the wrong branch. v2.0.7-1 adds an "intended
rewind" to prevent having to manually reindex when reconnecting to the correct
chain.
Insight Explorer Logging Fix
----------------------------
Fixed an issue where `ERROR: spent index not enabled` would be logged unnecessarily.
Changelog
=========
Alex Tsankov (2):
Update INSTALL
Typo Fix
Daira Hopwood (1):
Add intended rewind for Blossom on testnet.
Eirik Ogilvie-Wigley (6):
Notable changes for v2.0.7-1
fix typo
Add note about logging fix
Better wording in release notes
make-release.py: Versioning changes for 2.0.7-1.
make-release.py: Updated manpages for 2.0.7-1.
Larry Ruane (2):
#4114 don't call error() from GetSpentIndex()
better fix: make GetSpentIndex() consistent with others...