Auto merge of #3826 - mdr0id:release-v2.0.3-rc1, r=mdr0id

Release v2.0.3 rc1
This commit is contained in:
Homu 2019-02-04 18:03:05 -08:00
commit d26ec8ca71
11 changed files with 81 additions and 20 deletions

View File

@ -1,4 +1,4 @@
Zcash 2.0.2
Zcash 2.0.3-rc1
<img align="right" width="120" height="80" src="doc/imgs/logo.png">
===========

View File

@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 50)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 25)
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 (2.0.3~rc1) stable; urgency=medium
* 2.0.3-rc1 release.
-- Zcash Company <team@z.cash> Mon, 04 Feb 2019 12:05:43 -0800
zcash (2.0.2) stable; urgency=medium
* 2.0.2 release.

View File

@ -1,5 +1,5 @@
---
name: "zcash-2.0.2"
name: "zcash-2.0.3-rc1"
enable_cache: true
distro: "debian"
suites:

View File

@ -22,11 +22,11 @@ Jonathan "Duke" Leto (12)
Paige Peterson (10)
MarcoFalke (10)
nomnombtc (9)
Ariel Gabizon (9)
kozyilmaz (8)
fanquake (8)
Jeff Garzik (7)
Gregory Maxwell (7)
Ariel Gabizon (7)
Luke Dashjr (6)
David Mercer (6)
Daniel Cousens (6)
@ -42,13 +42,13 @@ Marius Kjærstad (4)
João Barbosa (4)
Jorge Timón (4)
Duke Leto (4)
Charlie O'Keefe (4)
lpescher (3)
Per Grön (3)
Patick Strateman (3)
Jason Davies (3)
James O'Beirne (3)
Daniel Kraft (3)
Charlie O'Keefe (3)
Ariel (3)
Alfie John (3)
str4d (2)
@ -57,7 +57,6 @@ paveljanik (2)
mruddy (2)
kpcyrd (2)
ca333 (2)
arielgabizon (2)
aniemerg (2)
UdjinM6 (2)
Scott (2)
@ -129,7 +128,6 @@ Dimitris Apostolou (1)
David Llop (1)
Christian von Roques (1)
Chirag Davé (1)
Charlie OKeefe (1)
Casey Rodarmor (1)
Cameron Boehmer (1)
Bryan Stitt (1)

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASH-CLI "1" "November 2018" "zcash-cli v2.0.2" "User Commands"
.TH ZCASH-CLI "1" "February 2019" "zcash-cli v2.0.3-rc1" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v2.0.2
zcash-cli \- manual page for zcash-cli v2.0.3-rc1
.SH DESCRIPTION
Zcash RPC client version v2.0.2
Zcash RPC client version v2.0.3\-rc1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASH-TX "1" "November 2018" "zcash-tx v2.0.2" "User Commands"
.TH ZCASH-TX "1" "February 2019" "zcash-tx v2.0.3-rc1" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v2.0.2
zcash-tx \- manual page for zcash-tx v2.0.3-rc1
.SH DESCRIPTION
Zcash zcash\-tx utility version v2.0.2
Zcash zcash\-tx utility version v2.0.3\-rc1
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ZCASHD "1" "November 2018" "zcashd v2.0.2" "User Commands"
.TH ZCASHD "1" "February 2019" "zcashd v2.0.3-rc1" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v2.0.2
zcashd \- manual page for zcashd v2.0.3-rc1
.SH DESCRIPTION
Zcash Daemon version v2.0.2
Zcash Daemon version v2.0.3\-rc1
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

View File

@ -0,0 +1,57 @@
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 (3):
Make pythonisms consistent
make-release.py: Versioning changes for 2.0.3-rc1.
make-release.py: Updated manpages for 2.0.3-rc1.

View File

@ -17,8 +17,8 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 50
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 25
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

View File

@ -8,7 +8,7 @@
// Deprecation policy:
// * Shut down 16 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 weeks' worth of blocks prior to shut down.
static const int APPROX_RELEASE_HEIGHT = 438196;
static const int APPROX_RELEASE_HEIGHT = 476063;
static const int WEEKS_UNTIL_DEPRECATION = 16;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);