|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.21.2 |
| 3 | +id: en-release-0.21.2 |
| 4 | +name: release-0.21.2 |
| 5 | +permalink: /en/releases/0.21.2/ |
| 6 | +excerpt: Bitcoin Core version 0.21.2 is now available |
| 7 | +date: 2021-09-29 |
| 8 | + |
| 9 | +## Use a YAML array for the version number to allow other parts of the |
| 10 | +## site to correctly sort in "natural sort of version numbers". |
| 11 | +## Use the same number of elements as decimal places, e.g. "0.1.2 => [0, |
| 12 | +## 1, 2]" versus "1.2 => [1, 2]" |
| 13 | +release: [0, 21, 2] |
| 14 | + |
| 15 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 16 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 17 | +## and run: transmission-show -m <torrent file> |
| 18 | +# |
| 19 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 20 | +optional_magnetlink: "magnet:?xt=urn:btih:c1a634e9efb58d783ccda4e710d8105d7ddd31ab&dn=bitcoin-core-0.21.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969" |
| 21 | + |
| 22 | +# Note: it is recommended to check all links to ensure they use |
| 23 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 24 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 25 | +--- |
| 26 | +{% include download.html %} |
| 27 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 28 | +0.21.2 Release Notes |
| 29 | +==================== |
| 30 | + |
| 31 | +Bitcoin Core version 0.21.2 is now available from: |
| 32 | + |
| 33 | + <https://bitcoincore.org/bin/bitcoin-core-0.21.2/> |
| 34 | + |
| 35 | +This minor release includes various bug fixes and performance |
| 36 | +improvements, as well as updated translations. |
| 37 | + |
| 38 | +Please report bugs using the issue tracker at GitHub: |
| 39 | + |
| 40 | + <https://github.com/bitcoin/bitcoin/issues> |
| 41 | + |
| 42 | +To receive security and update notifications, please subscribe to: |
| 43 | + |
| 44 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 45 | + |
| 46 | +How to Upgrade |
| 47 | +============== |
| 48 | + |
| 49 | +If you are running an older version, shut it down. Wait until it has completely |
| 50 | +shut down (which might take a few minutes in some cases), then run the |
| 51 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) |
| 52 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 53 | + |
| 54 | +Upgrading directly from a version of Bitcoin Core that has reached its EOL is |
| 55 | +possible, but it might take some time if the data directory needs to be migrated. Old |
| 56 | +wallet versions of Bitcoin Core are generally supported. |
| 57 | + |
| 58 | +Compatibility |
| 59 | +============== |
| 60 | + |
| 61 | +Bitcoin Core is supported and extensively tested on operating systems |
| 62 | +using the Linux kernel, macOS 10.12+, and Windows 7 and newer. Bitcoin |
| 63 | +Core should also work on most other Unix-like systems but is not as |
| 64 | +frequently tested on them. It is not recommended to use Bitcoin Core on |
| 65 | +unsupported systems. |
| 66 | + |
| 67 | +From Bitcoin Core 0.20.0 onwards, macOS versions earlier than 10.12 are no |
| 68 | +longer supported. Additionally, Bitcoin Core does not yet change appearance |
| 69 | +when macOS "dark mode" is activated. |
| 70 | + |
| 71 | + |
| 72 | +0.21.2 change log |
| 73 | +================= |
| 74 | + |
| 75 | +### P2P protocol and network code |
| 76 | + |
| 77 | +- #21644 use NetPermissions::HasFlag() in CConnman::Bind() (jonatack) |
| 78 | +- #22569 Rate limit the processing of rumoured addresses (sipa) |
| 79 | + |
| 80 | +### Wallet |
| 81 | + |
| 82 | +- #21907 Do not iterate a directory if having an error while accessing it (hebasto) |
| 83 | + |
| 84 | +### RPC |
| 85 | + |
| 86 | +- #19361 Reset scantxoutset progress before inferring descriptors (prusnak) |
| 87 | + |
| 88 | +### Build System |
| 89 | + |
| 90 | +- #21932 depends: update Qt 5.9 source url (kittywhiskers) |
| 91 | +- #22017 Update Windows code signing certificate (achow101) |
| 92 | +- #22191 Use custom MacOS code signing tool (achow101) |
| 93 | +- #22713 Fix build with Boost 1.77.0 (sizeofvoid) |
| 94 | + |
| 95 | +### Tests and QA |
| 96 | + |
| 97 | +- #20182 Build with --enable-werror by default, and document exceptions (hebasto) |
| 98 | +- #20535 Fix intermittent feature_taproot issue (MarcoFalke) |
| 99 | +- #21663 Fix macOS brew install command (hebasto) |
| 100 | +- #22279 add missing ECCVerifyHandle to base_encode_decode (apoelstra) |
| 101 | +- #22730 Run fuzzer task for the master branch only (hebasto) |
| 102 | + |
| 103 | +### GUI |
| 104 | + |
| 105 | +- gui#277 Do not use QClipboard::Selection on Windows and macOS. (hebasto) |
| 106 | +- gui#280 Remove user input from URI error message (prayank23) |
| 107 | +- gui#365 Draw "eye" sign at the beginning of watch-only addresses (hebasto) |
| 108 | + |
| 109 | +### Miscellaneous |
| 110 | + |
| 111 | +- #22002 Fix crash when parsing command line with -noincludeconf=0 (MarcoFalke) |
| 112 | +- #22137 util: Properly handle -noincludeconf on command line (take 2) (MarcoFalke) |
| 113 | + |
| 114 | + |
| 115 | +Credits |
| 116 | +======= |
| 117 | + |
| 118 | +Thanks to everyone who directly contributed to this release: |
| 119 | + |
| 120 | +- Andrew Chow |
| 121 | +- Andrew Poelstra |
| 122 | +- fanquake |
| 123 | +- Hennadii Stepanov |
| 124 | +- Jon Atack |
| 125 | +- Kittywhiskers Van Gogh |
| 126 | +- Luke Dashjr |
| 127 | +- MarcoFalke |
| 128 | +- Pavol Rusnak |
| 129 | +- Pieter Wuille |
| 130 | +- prayank23 |
| 131 | +- Rafael Sadowski |
| 132 | +- W. J. van der Laan |
| 133 | + |
| 134 | + |
| 135 | +As well as to everyone that helped with translations on |
| 136 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
| 137 | +{% endgithubify %} |
0 commit comments