Browse Source

make-release.py: Updated release notes and changelog for 2.0.3.

pull/245/head
mdr0id 5 years ago
parent
commit
f4fe8542c7
  1. 6
      contrib/debian/changelog
  2. 22
      doc/authors.md
  3. 61
      doc/release-notes/release-notes-2.0.3.md

6
contrib/debian/changelog

@ -1,3 +1,9 @@
zcash (2.0.3) stable; urgency=medium
* 2.0.3 release.
-- Zcash Company <team@z.cash> Mon, 11 Feb 2019 09:16:09 -0800
zcash (2.0.3~rc1) stable; urgency=medium
* 2.0.3-rc1 release.

22
doc/authors.md

@ -1,22 +1,22 @@
Zcash Contributors
==================
Jack Grigg (850)
Jack Grigg (855)
Simon Liu (434)
Sean Bowe (264)
Sean Bowe (265)
Daira Hopwood (110)
Jay Graber (89)
Eirik Ogilvie-Wigley (88)
Wladimir J. van der Laan (81)
Eirik Ogilvie-Wigley (77)
Taylor Hornby (65)
Jonas Schnelli (58)
Nathan Wilcox (56)
Pieter Wuille (50)
Pieter Wuille (53)
Kevin Gallagher (38)
Cory Fields (35)
mdr0id (22)
Larry Ruane (16)
syd (15)
mdr0id (15)
Larry Ruane (15)
Matt Corallo (13)
Jonathan "Duke" Leto (12)
Paige Peterson (10)
@ -34,6 +34,8 @@ Suhas Daftuar (5)
Pavel Janík (5)
Karl-Johan Alm (5)
Johnathan Corgan (5)
Charlie O'Keefe (5)
Alex Morcos (5)
WO (4)
Philip Kaufmann (4)
Peter Todd (4)
@ -41,9 +43,10 @@ Patrick Strateman (4)
Marius Kjærstad (4)
João Barbosa (4)
Jorge Timón (4)
George Tankersley (4)
Duke Leto (4)
Charlie O'Keefe (4)
lpescher (3)
ca333 (3)
Per Grön (3)
Patick Strateman (3)
Jason Davies (3)
@ -56,7 +59,6 @@ rofl0r (2)
paveljanik (2)
mruddy (2)
kpcyrd (2)
ca333 (2)
aniemerg (2)
UdjinM6 (2)
Scott (2)
@ -69,13 +71,12 @@ Kaz Wesley (2)
Joe Turgeon (2)
Jack Gavigan (2)
ITH4Coinomia (2)
George Tankersley (2)
Gavin Andresen (2)
Gareth Davies (2)
Dimitris Apostolou (2)
Brad Miller (2)
Bjorn Hjortsberg (2)
Amgad Abdelhafez (2)
Alex Morcos (2)
zathras-crypto (1)
unsystemizer (1)
tpantin (1)
@ -124,7 +125,6 @@ Forrest Voight (1)
Florian Schmaus (1)
Ethan Heilman (1)
Eran Tromer (1)
Dimitris Apostolou (1)
David Llop (1)
Christian von Roques (1)
Chirag Davé (1)

61
doc/release-notes/release-notes-2.0.3.md

@ -0,0 +1,61 @@
Changelog
=========
Alex Morcos (3):
ModifyNewCoins saves database lookups
Make CCoinsViewTest behave like CCoinsViewDB
Add unit test for UpdateCoins
Charlie O'Keefe (1):
initialize pCurrentParams in TransactionBuilder tests
Dimitris Apostolou (1):
Update zmq to 4.3.1
Eirik Ogilvie-Wigley (11):
Remove --disable-libs flag from help output
Update z_mergetoaddress documentation
flake8 cleanup
Move common code to helper
Make variables local
Check entire contents of mempool
fail test if pong is not received
Extract helper methods
Strategically sync to prevent intermittent failures
Return more information when building a transaction fails
throw an exception rather than returning false when building invalid transactions
George Tankersley (2):
zmq: add flag to publish all checked blocks
zmq: remove extraneous space from zmq_sub.py
Jack Grigg (5):
Remove the testing of duplicate coinbase transactions
wallet: Skip transactions with no shielded data in CWallet::SetBestChain()
Use nullptr instead of NULL in wallet tests
Add Sapling test cases
Set Sprout note data in WalletTest.WriteWitnessCache
Larry Ruane (1):
wait for miner threads to exit (join them)
Pieter Wuille (3):
Make sigcache faster and more efficient
Evict sigcache entries that are seen in a block
Don't wipe the sigcache in TestBlockValidity
Sean Bowe (1):
Allow user to ask server to save the Sprout R1CS out during startup.
ca333 (1):
update libsodium dl-path
mdr0id (7):
Make pythonisms consistent
make-release.py: Versioning changes for 2.0.3-rc1.
make-release.py: Updated manpages for 2.0.3-rc1.
make-release.py: Updated release notes and changelog for 2.0.3-rc1.
Update nMinimumChainWork with information from the getblockchaininfo RPC
make-release.py: Versioning changes for 2.0.3.
make-release.py: Updated manpages for 2.0.3.
Loading…
Cancel
Save