make-release.py: Updated release notes and changelog for 2.0.6-rc1.

This commit is contained in:
Daira Hopwood 2019-06-12 16:36:57 +01:00
parent 372ff78b2c
commit c3afc3fde0
3 changed files with 72 additions and 5 deletions

View File

@ -1,3 +1,9 @@
zcash (2.0.6~rc1) stable; urgency=medium
* 2.0.6-rc1 release.
-- Electric Coin Company <team@z.cash> Wed, 12 Jun 2019 16:36:57 +0100
zcash (2.0.5+2) stable; urgency=medium
* 2.0.5-2 release.

View File

@ -4,18 +4,17 @@ Zcash Contributors
Jack Grigg (863)
Simon Liu (450)
Sean Bowe (278)
Eirik Ogilvie-Wigley (145)
Daira Hopwood (115)
Eirik Ogilvie-Wigley (102)
Jay Graber (89)
Wladimir J. van der Laan (81)
Taylor Hornby (73)
Jonas Schnelli (62)
Nathan Wilcox (56)
Pieter Wuille (54)
Eirik0 (43)
Kevin Gallagher (38)
Cory Fields (35)
mdr0id (22)
Marshall Gaucher (22)
Larry Ruane (22)
Jonathan "Duke" Leto (17)
syd (15)
@ -46,7 +45,6 @@ João Barbosa (4)
Jorge Timón (4)
George Tankersley (4)
Gareth Davies (4)
zebambam (3)
lpescher (3)
ca333 (3)
Per Grön (3)
@ -55,9 +53,9 @@ Jason Davies (3)
James O'Beirne (3)
Dimitris Apostolou (3)
Daniel Kraft (3)
Benjamin Winston (3)
Alfie John (3)
rofl0r (2)
paveljanik (2)
mruddy (2)
kpcyrd (2)
aniemerg (2)
@ -67,6 +65,7 @@ Robert C. Seacord (2)
Pejvan (2)
Pavol Rusnak (2)
Pavel Vasin (2)
Pavel Janik (2)
Matthew King (2)
Kaz Wesley (2)
Joe Turgeon (2)

View File

@ -0,0 +1,62 @@
Changelog
=========
Daira Hopwood (3):
Closes #3992. Remove obsolete warning message.
make-release.py: Versioning changes for 2.0.6-rc1.
make-release.py: Updated manpages for 2.0.6-rc1.
Daniel Kraft (1):
Add some const declarations where they are appropriate.
Eirik Ogilvie-Wigley (7):
Fix tree depth in comment
Update author aliases
Remove old mergetoaddress RPC test
Replace CSproutNotePlaintextEntry with SproutNoteEntry to match Sapling
z_getmigrationstatus help message wording change
Fix z_mergetoaddress sending from ANY_SPROUT/ANY_SAPLING when the wallet contains both note types
Clarify what combinations of from addresses can be used in z_mergetoaddress
Jack Grigg (10):
Move Equihash parameters into consensus params
Globals: Remove Zcash-specific Params() calls from main.cpp
Globals: Explicitly pass const CChainParams& to IsStandardTx()
Globals: Explicit const CChainParams& arg for main:
Globals: Explicitly pass const CChainParams& to ContextualCheckTransaction()
Globals: Explicit const CChainParams& arg for main:
Globals: Explicitly pass const CChainParams& to DisconnectBlock()
Consistently use chainparams and consensusParams
Globals: Explicitly pass const CChainParams& to IsInitialBlockDownload()
Globals: Explicitly pass const CChainParams& to ReceivedBlockTransactions()
Jorge Timón (6):
Globals: Explicit Consensus::Params arg for main:
Globals: Make AcceptBlockHeader static (Fix #6163)
Chainparams: Explicit CChainParams arg for main (pre miner):
Chainparams: Explicit CChainParams arg for miner:
Globals: Remove a bunch of Params() calls from main.cpp:
Globals: Explicitly pass const CChainParams& to UpdateTip()
Larry Ruane (1):
add spentindex to getrawtransaction RPC results
MarcoFalke (1):
[doc] Fix doxygen comments for members
Peter Todd (1):
Improve block validity/ConnectBlock() comments
Simon Liu (1):
Fix typo and clean up help message for RPC z_getmigrationstatus.
Wladimir J. van der Laan (1):
Break circular dependency main ↔ txdb
face (2):
Pass CChainParams to DisconnectTip()
Explicitly pass CChainParams to ConnectBlock
Benjamin Winston (1):
Fixes #4013, added BitcoinABC as a disclosure partner