Merge pull request #6281 from daira/release-v5.3.2

Release v5.3.2
This commit is contained in:
Daira Hopwood 2022-12-05 19:02:40 +00:00 committed by GitHub
commit 184cb6d580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 97 additions and 75 deletions

View File

@ -1,4 +1,4 @@
Zcash 5.3.1
Zcash 5.3.2
<img align="right" width="120" height="80" src="doc/imgs/logo.png">
===========

View File

@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 5)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))

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
* 5.3.1 release.

View File

@ -1,5 +1,5 @@
---
name: "zcash-5.3.1"
name: "zcash-5.3.2"
enable_cache: true
distro: "debian"
suites:

View File

@ -1,5 +1,5 @@
---
name: "zcash-5.3.1"
name: "zcash-5.3.2"
enable_cache: true
distro: "debian"
suites:

View File

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

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ZCASH-CLI "1" "December 2022" "zcash-cli v5.3.1" "User Commands"
.TH ZCASH-CLI "1" "December 2022" "zcash-cli v5.3.2" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v5.3.1
zcash-cli \- manual page for zcash-cli v5.3.2
.SH DESCRIPTION
Zcash RPC client version v5.3.1
Zcash RPC client version v5.3.2
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ZCASH-TX "1" "December 2022" "zcash-tx v5.3.1" "User Commands"
.TH ZCASH-TX "1" "December 2022" "zcash-tx v5.3.2" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v5.3.1
zcash-tx \- manual page for zcash-tx v5.3.2
.SH DESCRIPTION
Zcash zcash\-tx utility version v5.3.1
Zcash zcash\-tx utility version v5.3.2
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]

View File

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ZCASHD-WALLET-TOOL "1" "December 2022" "zcashd-wallet-tool v5.3.1" "User Commands"
.TH ZCASHD-WALLET-TOOL "1" "December 2022" "zcashd-wallet-tool v5.3.2" "User Commands"
.SH NAME
zcashd-wallet-tool \- manual page for zcashd-wallet-tool v5.3.1
zcashd-wallet-tool \- manual page for zcashd-wallet-tool v5.3.2
.SH SYNOPSIS
.B zcashd-wallet-tool
[\fI\,OPTIONS\/\fR]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ZCASHD "1" "December 2022" "zcashd v5.3.1" "User Commands"
.TH ZCASHD "1" "December 2022" "zcashd v5.3.2" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v5.3.1
zcashd \- manual page for zcashd v5.3.2
.SH DESCRIPTION
Zcash Daemon version v5.3.1
Zcash Daemon version v5.3.2
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.

View File

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

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.

View File

@ -4,57 +4,59 @@
# bdb 18.1.40 2020-09-01
#
native_cxxbridge 1.0.80 2022-12-03
native_cxxbridge 1.0.81 2022-12-03
native_cxxbridge 1.0.82 2022-12-03
native_rust 1.65.0 2022-12-03
rustcxx 1.0.80 2022-12-03
rustcxx 1.0.81 2022-12-03
rustcxx 1.0.82 2022-12-03
utfcpp 3.2.2 2022-12-03
native_cxxbridge 1.0.80 2022-12-10
native_cxxbridge 1.0.81 2022-12-10
native_cxxbridge 1.0.82 2022-12-10
native_cxxbridge 1.0.83 2022-12-10
native_rust 1.65.0 2022-12-10
rustcxx 1.0.80 2022-12-10
rustcxx 1.0.81 2022-12-10
rustcxx 1.0.82 2022-12-10
rustcxx 1.0.83 2022-12-10
utfcpp 3.2.2 2022-12-10
# Ccache 4.0 requires adding CMake to the depends system.
native_ccache 4.0 2022-12-03
native_ccache 4.1 2022-12-03
native_ccache 4.2 2022-12-03
native_ccache 4.2.1 2022-12-03
native_ccache 4.3 2022-12-03
native_ccache 4.4 2022-12-03
native_ccache 4.4.1 2022-12-03
native_ccache 4.4.2 2022-12-03
native_ccache 4.5 2022-12-03
native_ccache 4.5.1 2022-12-03
native_ccache 4.6 2022-12-03
native_ccache 4.6.1 2022-12-03
native_ccache 4.6.2 2022-12-03
native_ccache 4.6.3 2022-12-03
native_ccache 4.7 2022-12-03
native_ccache 4.7.1 2022-12-03
native_ccache 4.7.2 2022-12-03
native_ccache 4.7.3 2022-12-03
native_ccache 4.7.4 2022-12-03
native_ccache 4.0 2022-12-10
native_ccache 4.1 2022-12-10
native_ccache 4.2 2022-12-10
native_ccache 4.2.1 2022-12-10
native_ccache 4.3 2022-12-10
native_ccache 4.4 2022-12-10
native_ccache 4.4.1 2022-12-10
native_ccache 4.4.2 2022-12-10
native_ccache 4.5 2022-12-10
native_ccache 4.5.1 2022-12-10
native_ccache 4.6 2022-12-10
native_ccache 4.6.1 2022-12-10
native_ccache 4.6.2 2022-12-10
native_ccache 4.6.3 2022-12-10
native_ccache 4.7 2022-12-10
native_ccache 4.7.1 2022-12-10
native_ccache 4.7.2 2022-12-10
native_ccache 4.7.3 2022-12-10
native_ccache 4.7.4 2022-12-10
# Clang and Rust are currently pinned to LLVM 14
libcxx 15.0.0 2022-12-03
libcxx 15.0.1 2022-12-03
libcxx 15.0.2 2022-12-03
libcxx 15.0.3 2022-12-03
libcxx 15.0.4 2022-12-03
libcxx 15.0.5 2022-12-03
libcxx 15.0.6 2022-12-03
native_clang 15.0.0 2022-12-03
native_clang 15.0.1 2022-12-03
native_clang 15.0.2 2022-12-03
native_clang 15.0.3 2022-12-03
native_clang 15.0.4 2022-12-03
native_clang 15.0.5 2022-12-03
native_clang 15.0.6 2022-12-03
libcxx 15.0.0 2022-12-10
libcxx 15.0.1 2022-12-10
libcxx 15.0.2 2022-12-10
libcxx 15.0.3 2022-12-10
libcxx 15.0.4 2022-12-10
libcxx 15.0.5 2022-12-10
libcxx 15.0.6 2022-12-10
native_clang 15.0.0 2022-12-10
native_clang 15.0.1 2022-12-10
native_clang 15.0.2 2022-12-10
native_clang 15.0.3 2022-12-10
native_clang 15.0.4 2022-12-10
native_clang 15.0.5 2022-12-10
native_clang 15.0.6 2022-12-10
# We're never updating to this version
bdb 18.1.40 2024-02-01
# Google Test 1.10.0 requires adding CMake to the depends system.
googletest 1.10.0 2022-12-03
googletest 1.11.0 2022-12-03
googletest 1.12.0 2022-12-03
googletest 1.12.1 2022-12-03
googletest 1.10.0 2022-12-10
googletest 1.11.0 2022-12-10
googletest 1.12.0 2022-12-10
googletest 1.12.1 2022-12-10

View File

@ -17,7 +17,7 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 5
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 50
//! Set to true for release, false for prerelease or test build

View File

@ -10,7 +10,7 @@
// Per https://zips.z.cash/zip-0200
// Shut down nodes running this version of code, 16 weeks' worth of blocks after the estimated
// release block height. A warning is shown during the 14 days' worth of blocks prior to shut down.
static const int APPROX_RELEASE_HEIGHT = 1898500;
static const int APPROX_RELEASE_HEIGHT = 1900500;
static const int RELEASE_TO_DEPRECATION_WEEKS = 16;
static const int EXPECTED_BLOCKS_PER_HOUR = 3600 / Consensus::POST_BLOSSOM_POW_TARGET_SPACING;
static_assert(EXPECTED_BLOCKS_PER_HOUR == 48, "The value of Consensus::POST_BLOSSOM_POW_TARGET_SPACING was chosen such that this assertion holds.");