mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#22721: doc: add inital PR and author list to 0.21.2 release notes
2873e01c6a
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: ACK2873e01c6a
Tree-SHA512: 57135f64ccfc41ec63aa265eb25978a2afd68b6b8719e79358c52ec7d2dc0cee04b81f720b827263c381529f457667b0b1a8f7d835118dc56bf2a6aa9d321859
This commit is contained in:
commit
3118a5eedf
1 changed files with 54 additions and 10 deletions
|
@ -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
|
This minor release includes various bug fixes and performance
|
||||||
improvements, as well as updated translations.
|
improvements, as well as updated translations.
|
||||||
|
@ -41,22 +41,66 @@ 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
|
longer supported. Additionally, Bitcoin Core does not yet change appearance
|
||||||
when macOS "dark mode" is activated.
|
when macOS "dark mode" is activated.
|
||||||
|
|
||||||
Notable changes
|
|
||||||
===============
|
|
||||||
|
|
||||||
RPC
|
0.21.2rc1 change log
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
0.21.x change log
|
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
### P2P protocol and network code
|
||||||
|
|
||||||
|
- #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
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Thanks to everyone who directly contributed to this release:
|
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
|
As well as to everyone that helped with translations on
|
||||||
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).
|
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).
|
||||||
|
|
Loading…
Add table
Reference in a new issue