forked from zerocurrencycoin/Zero
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from zcash/release-v2.0.7-3
Release v2.0.7-3
- Loading branch information
Showing
11 changed files
with
60 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Zcash 2.0.7-2 | ||
Zcash 2.0.7-3 | ||
<img align="right" width="120" height="80" src="doc/imgs/logo.png"> | ||
=========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
zcash (2.0.7+3) stable; urgency=critical | ||
|
||
* 2.0.7-3 release. | ||
|
||
-- Electric Coin Company <[email protected]> Tue, 24 Sep 2019 21:01:13 +0100 | ||
|
||
zcash (2.0.7+2) stable; urgency=medium | ||
|
||
* 2.0.7-2 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-2.0.7-2" | ||
name: "zcash-2.0.7-3" | ||
enable_cache: true | ||
distro: "debian" | ||
suites: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Notable changes | ||
=============== | ||
|
||
This release fixes a security issue described at | ||
https://z.cash/support/security/announcements/security-announcement-2019-09-24/ . | ||
|
||
The service period of this release is shorter than normal due to the upcoming | ||
v2.1.0 Blossom release. The End-of-Service of v2.0.7-3 will occur at block height | ||
653012, expected to be on 2019-12-10. | ||
|
||
|
||
Shrinking of debug.log files is temporarily disabled | ||
---------------------------------------------------- | ||
|
||
In previous versions, `zcashd` would shrink the `debug.log` file to 200 KB on | ||
startup if it was larger than 10 MB. This behaviour, and the `-shrinkdebugfile` | ||
option that controlled it, has been disabled. | ||
|
||
Changelog | ||
========= | ||
|
||
Daira Hopwood (4): | ||
Add hotfix release notes. | ||
Make a note of the shorter service period in the release notes. | ||
make-release.py: Versioning changes for 2.0.7-3. | ||
make-release.py: Updated manpages for 2.0.7-3. | ||
|
||
Jack Grigg (6): | ||
Disable -shrinkdebugfile command | ||
SetMerkleBranch: remove unused code, remove cs_main lock requirement | ||
Remove cs_main lock requirement from CWallet::SyncTransaction | ||
Ignore exceptions when deserializing note plaintexts | ||
Move mempool SyncWithWallets call into its own thread | ||
Enable RPC tests to wait on mempool notifications | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters