diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-08-17 15:42:20 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-08-17 15:42:43 +0200 |
commit | 3118a5eedf6512e5a5e8ceb62d9418be19c8c6d0 (patch) | |
tree | 1335f0eeb2f4a2f5890cf01896225af7a21e60d7 | |
parent | 89d148c8c65b3e6b6a8fb8b722efb4b6a7d0a375 (diff) | |
parent | 2873e01c6a257519247267ccbced5973e18ab019 (diff) |
Merge bitcoin/bitcoin#22721: doc: add inital PR and author list to 0.21.2 release notes
2873e01c6a257519247267ccbced5973e18ab019 doc: add inital PR and author list to 0.21.2 release notes (fanquake)
Pull request description:
Any further updates / version number adjustments can be done prior to final.
ACKs for top commit:
laanwj:
ACK 2873e01c6a257519247267ccbced5973e18ab019
Tree-SHA512: 57135f64ccfc41ec63aa265eb25978a2afd68b6b8719e79358c52ec7d2dc0cee04b81f720b827263c381529f457667b0b1a8f7d835118dc56bf2a6aa9d321859
-rw-r--r-- | doc/release-notes.md | 62 |
1 files changed, 53 insertions, 9 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8c9eed786c..b381a33252 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,9 +1,9 @@ -0.21.x Release Notes +0.21.2rc1 Release Notes ==================== -Bitcoin Core version 0.21.x is now available from: +Bitcoin Core version 0.21.2rc1 is now available from: - <https://bitcoincore.org/bin/bitcoin-core-0.21.x/> + <https://bitcoincore.org/bin/bitcoin-core-0.21.2/test.rc1/> This minor release includes various bug fixes and performance improvements, as well as updated translations. @@ -41,15 +41,46 @@ From Bitcoin Core 0.20.0 onwards, macOS versions earlier than 10.12 are no longer supported. Additionally, Bitcoin Core does not yet change appearance when macOS "dark mode" is activated. -Notable changes -=============== -RPC ---- +0.21.2rc1 change log +================= +### P2P protocol and network code -0.21.x change log -================= +- #21644 use NetPermissions::HasFlag() in CConnman::Bind() (jonatack) +- #22569 Rate limit the processing of rumoured addresses (sipa) + +### Wallet + +- #21907 Do not iterate a directory if having an error while accessing it (hebasto) + +### RPC + +- #19361 Reset scantxoutset progress before inferring descriptors (prusnak) + +### Build System + +- #21932 depends: update Qt 5.9 source url (kittywhiskers) +- #22017 Update Windows code signing certificate (achow101) +- #22191 Use custom MacOS code signing tool (achow101) + +### 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) + +### GUI + +- #277 Do not use QClipboard::Selection on Windows and macOS. (hebasto) +- #280 Remove user input from URI error message (prayank23) +- #365 Draw "eye" sign at the beginning of watch-only addresses (hebasto) + +### Miscellaneous + +- #22002 Fix crash when parsing command line with -noincludeconf=0 (MarcoFalke) +- #22137 util: Properly handle -noincludeconf on command line (take 2) (MarcoFalke) Credits @@ -57,6 +88,19 @@ Credits Thanks to everyone who directly contributed to this release: +- Andrew Chow +- Andrew Poelstra +- fanquake +- Hennadii Stepanov +- Jon Atack +- Kittywhiskers Van Gogh +- Luke Dashjr +- MarcoFalke +- Pavol Rusnak +- Pieter Wuille +- prayank23 +- W. J. van der Laan + As well as to everyone that helped with translations on [Transifex](https://www.transifex.com/bitcoin/bitcoin/). |