diff --git a/contrib/debian/changelog b/contrib/debian/changelog index ba3a2a294..40a3de657 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +zcash (2.0.7+3) stable; urgency=medium + + * 2.0.7-3 release. + + -- Electric Coin Company Tue, 24 Sep 2019 21:01:13 +0100 + zcash (2.0.7+2) stable; urgency=medium * 2.0.7-2 release. diff --git a/doc/authors.md b/doc/authors.md index 1583fd014..c21e5ddd3 100644 --- a/doc/authors.md +++ b/doc/authors.md @@ -1,11 +1,11 @@ Zcash Contributors ================== -Jack Grigg (874) +Jack Grigg (880) Simon Liu (459) Sean Bowe (278) Eirik Ogilvie-Wigley (169) -Daira Hopwood (136) +Daira Hopwood (140) Jay Graber (89) Wladimir J. van der Laan (82) Taylor Hornby (73) diff --git a/doc/release-notes.md b/doc/release-notes.md index 51ed19349..a29094b51 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,17 +4,3 @@ release-notes at release time) 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. diff --git a/doc/release-notes/release-notes-2.0.7-3.md b/doc/release-notes/release-notes-2.0.7-3.md new file mode 100644 index 000000000..baf7cac15 --- /dev/null +++ b/doc/release-notes/release-notes-2.0.7-3.md @@ -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 +