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

This commit is contained in:
Daira Hopwood 2022-12-03 19:58:44 +00:00
parent dd47391112
commit ed0089d876
4 changed files with 33 additions and 13 deletions

View File

@ -1,3 +1,9 @@
zcash (5.3.2) stable; urgency=medium
* 5.3.2 release.
-- Electric Coin Company <team@electriccoin.co> Sat, 03 Dec 2022 19:58:44 +0000
zcash (5.3.1) stable; urgency=medium zcash (5.3.1) stable; urgency=medium
* 5.3.1 release. * 5.3.1 release.

View File

@ -5,7 +5,7 @@ Jack Grigg (1244)
Kris Nuttycombe (585) Kris Nuttycombe (585)
Simon Liu (460) Simon Liu (460)
Sean Bowe (389) Sean Bowe (389)
Daira Hopwood (364) Daira Hopwood (369)
Eirik Ogilvie-Wigley (216) Eirik Ogilvie-Wigley (216)
Wladimir J. van der Laan (158) Wladimir J. van der Laan (158)
Pieter Wuille (143) Pieter Wuille (143)

View File

@ -4,15 +4,3 @@ release-notes at release time)
Notable changes Notable changes
=============== ===============
Fixed
-----
This is a hotfix release that fixes a regression in memory usage during
Initial Block Download. The regression was indirectly caused by a change
to prioritize downloading headers (PR #6231), introduced in release 5.3.1.
It caused memory usage for new nodes to spike to roughly 11 GiB about an
hour after starting Initial Block Download.
The issue fixed by this release does not affect nodes that start from
a fully synced chain, or that had sufficient memory available to get
past the memory usage spike.

View File

@ -0,0 +1,26 @@
Notable changes
===============
Fixed
-----
This is a hotfix release that fixes a regression in memory usage during
Initial Block Download. The regression was indirectly caused by a change
to prioritize downloading headers (PR #6231), introduced in release 5.3.1.
It caused memory usage for new nodes to spike to roughly 11 GiB about an
hour after starting Initial Block Download.
The issue fixed by this release does not affect nodes that start from
a fully synced chain, or that had sufficient memory available to get
past the memory usage spike.
Changelog
=========
Daira Hopwood (5):
Revert "Headers-first fix"
Add release notes for the IBD memory spike issue.
Postpone updates.
make-release.py: Versioning changes for 5.3.2.
make-release.py: Updated manpages for 5.3.2.