Browse Source

make-release.py: Updated release notes and changelog for 2.0.7-3.

pull/245/head
Daira Hopwood 5 years ago
parent
commit
5beb316b6b
  1. 6
      contrib/debian/changelog
  2. 4
      doc/authors.md
  3. 14
      doc/release-notes.md
  4. 35
      doc/release-notes/release-notes-2.0.7-3.md

6
contrib/debian/changelog

@ -1,3 +1,9 @@
zcash (2.0.7+3) stable; urgency=medium
* 2.0.7-3 release.
-- Electric Coin Company <team@z.cash> Tue, 24 Sep 2019 21:01:13 +0100
zcash (2.0.7+2) stable; urgency=medium
* 2.0.7-2 release.

4
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)

14
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.

35
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
Loading…
Cancel
Save