aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-08-28 16:24:46 +0800
committerfanquake <fanquake@gmail.com>2021-08-28 16:25:43 +0800
commit97d3500601c1d28642347d014a6de1e38f53ae4e (patch)
tree73613d84bb68fcf342d0f211e52d6c7df1d75965
parent6ebb9d0e463488ada16285cd617ef863a677d45a (diff)
parentb8f5fb7c6bc2aac3b6313ba796f3ed11101caf65 (diff)
downloadbitcoin-0.21.2rc2.tar.xz
Merge bitcoin/bitcoin#22823: [0.21] Update version and release notes for 0.21.2rc2v0.21.2rc2
b8f5fb7c6bc2aac3b6313ba796f3ed11101caf65 build: bump version to 0.21.2rc2 (fanquake) 82c5208ddcfc51ffcb8b03b5f750bbcebd994599 doc: update release notes for rc2 (fanquake) Pull request description: Bump version to `0.21.2rc2` and add the new backports to the release notes. ACKs for top commit: MarcoFalke: ACK b8f5fb7c6bc2aac3b6313ba796f3ed11101caf65 hebasto: ACK b8f5fb7c6bc2aac3b6313ba796f3ed11101caf65 Tree-SHA512: 7bcdf6c42ac75fb24df8d6b60bddcac5f14363a3f7dd89a239f798bb14b5c911c2d7535a0372c2998719d33a561d0d28b0b6764aaf1f2ec330d4035ce965997b
-rw-r--r--configure.ac2
-rw-r--r--doc/release-notes.md11
2 files changed, 8 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f21ec09777..0b2de09062 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 21)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
diff --git a/doc/release-notes.md b/doc/release-notes.md
index b381a33252..f99bc59ccf 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,9 +1,9 @@
-0.21.2rc1 Release Notes
+0.21.2rc2 Release Notes
====================
-Bitcoin Core version 0.21.2rc1 is now available from:
+Bitcoin Core version 0.21.2rc2 is now available from:
- <https://bitcoincore.org/bin/bitcoin-core-0.21.2/test.rc1/>
+ <https://bitcoincore.org/bin/bitcoin-core-0.21.2/test.rc2/>
This minor release includes various bug fixes and performance
improvements, as well as updated translations.
@@ -42,7 +42,7 @@ longer supported. Additionally, Bitcoin Core does not yet change appearance
when macOS "dark mode" is activated.
-0.21.2rc1 change log
+0.21.2rc2 change log
=================
### P2P protocol and network code
@@ -63,6 +63,7 @@ when macOS "dark mode" is activated.
- #21932 depends: update Qt 5.9 source url (kittywhiskers)
- #22017 Update Windows code signing certificate (achow101)
- #22191 Use custom MacOS code signing tool (achow101)
+- #22713 Fix build with Boost 1.77.0 (sizeofvoid)
### Tests and QA
@@ -70,6 +71,7 @@ when macOS "dark mode" is activated.
- #20535 Fix intermittent feature_taproot issue (MarcoFalke)
- #21663 Fix macOS brew install command (hebasto)
- #22279 add missing ECCVerifyHandle to base_encode_decode (apoelstra)
+- #22730 Run fuzzer task for the master branch only (hebasto)
### GUI
@@ -99,6 +101,7 @@ Thanks to everyone who directly contributed to this release:
- Pavol Rusnak
- Pieter Wuille
- prayank23
+- Rafael Sadowski
- W. J. van der Laan