mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#22823: [0.21] Update version and release notes for 0.21.2rc2
b8f5fb7c6b
build: bump version to 0.21.2rc2 (fanquake)82c5208ddc
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: ACKb8f5fb7c6b
hebasto: ACKb8f5fb7c6b
Tree-SHA512: 7bcdf6c42ac75fb24df8d6b60bddcac5f14363a3f7dd89a239f798bb14b5c911c2d7535a0372c2998719d33a561d0d28b0b6764aaf1f2ec330d4035ce965997b
This commit is contained in:
commit
97d3500601
2 changed files with 8 additions and 5 deletions
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue