Skip to content

Commit

Permalink
Merge bitcoin#22823: [0.21] Update version and release notes for 0.21…
Browse files Browse the repository at this point in the history
….2rc2

b8f5fb7 build: bump version to 0.21.2rc2 (fanquake)
82c5208 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 b8f5fb7
  hebasto:
    ACK b8f5fb7

Tree-SHA512: 7bcdf6c42ac75fb24df8d6b60bddcac5f14363a3f7dd89a239f798bb14b5c911c2d7535a0372c2998719d33a561d0d28b0b6764aaf1f2ec330d4035ce965997b
  • Loading branch information
fanquake committed Aug 28, 2021
2 parents 6ebb9d0 + b8f5fb7 commit 97d3500
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
11 changes: 7 additions & 4 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -63,13 +63,15 @@ 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

- #20182 Build with --enable-werror by default, and document exceptions (hebasto)
- #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

Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 97d3500

Please sign in to comment.