From ed0089d876fe92fee42137899373ee05af1aa1cb Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Sat, 3 Dec 2022 19:58:44 +0000 Subject: [PATCH] make-release.py: Updated release notes and changelog for 5.3.2. --- contrib/debian/changelog | 6 ++++++ doc/authors.md | 2 +- doc/release-notes.md | 12 ----------- doc/release-notes/release-notes-5.3.2.md | 26 ++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 13 deletions(-) create mode 100644 doc/release-notes/release-notes-5.3.2.md diff --git a/contrib/debian/changelog b/contrib/debian/changelog index eb116d8be..18a5d09db 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +zcash (5.3.2) stable; urgency=medium + + * 5.3.2 release. + + -- Electric Coin Company Sat, 03 Dec 2022 19:58:44 +0000 + zcash (5.3.1) stable; urgency=medium * 5.3.1 release. diff --git a/doc/authors.md b/doc/authors.md index 3b125eb0a..949730a62 100644 --- a/doc/authors.md +++ b/doc/authors.md @@ -5,7 +5,7 @@ Jack Grigg (1244) Kris Nuttycombe (585) Simon Liu (460) Sean Bowe (389) -Daira Hopwood (364) +Daira Hopwood (369) Eirik Ogilvie-Wigley (216) Wladimir J. van der Laan (158) Pieter Wuille (143) diff --git a/doc/release-notes.md b/doc/release-notes.md index 51da82d34..a29094b51 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,15 +4,3 @@ release-notes at release time) 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. diff --git a/doc/release-notes/release-notes-5.3.2.md b/doc/release-notes/release-notes-5.3.2.md new file mode 100644 index 000000000..73d736490 --- /dev/null +++ b/doc/release-notes/release-notes-5.3.2.md @@ -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. +