|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.21.2 |
| 3 | +id: ja-release-0.21.2 |
| 4 | +name: release-0.21.2 |
| 5 | +permalink: /ja/releases/0.21.2/ |
| 6 | +excerpt: Bitcoin Core version 0.21.2が利用可能になりました |
| 7 | +date: 2021-09-29 |
| 8 | +type: releases |
| 9 | +layout: page |
| 10 | +lang: ja |
| 11 | + |
| 12 | +## Use a YAML array for the version number to allow other parts of the |
| 13 | +## site to correctly sort in "natural sort of version numbers". |
| 14 | +## Use the same number of elements as decimal places, e.g. "0.1.2 => [0, |
| 15 | +## 1, 2]" versus "1.2 => [1, 2]" |
| 16 | +release: [0, 21, 2] |
| 17 | + |
| 18 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 19 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 20 | +## and run: transmission-show -m <torrent file> |
| 21 | +# |
| 22 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 23 | +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" |
| 24 | + |
| 25 | +# Note: it is recommended to check all links to ensure they use |
| 26 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 27 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 28 | +--- |
| 29 | +{% include download.html %} |
| 30 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 31 | +0.21.2 リリースノート |
| 32 | +==================== |
| 33 | + |
| 34 | +Bitcoin Core バージョン 0.21.2 は以下から入手可能です: |
| 35 | + |
| 36 | + <https://bitcoincore.org/bin/bitcoin-core-0.21.2/> |
| 37 | + |
| 38 | +このマイナーリリースには、いくつかのバグ修正とパフォーマンス改善および、 |
| 39 | +更新された翻訳が含まれています。 |
| 40 | + |
| 41 | +バグの報告にはGitHubのIssue Trackerを使用してください: |
| 42 | + |
| 43 | + <https://github.com/bitcoin/bitcoin/issues> |
| 44 | + |
| 45 | +セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください: |
| 46 | + |
| 47 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 48 | + |
| 49 | +アップグレード方法 {#how-to-upgrade} |
| 50 | +============== |
| 51 | + |
| 52 | +旧バージョンを起動している場合はシャットダウンしてください。 |
| 53 | +完全にシャットダウンするのを待ってから(数分かかる場合があります)、 |
| 54 | +Windowsの場合はインストーラーを実行、Macの場合は`/Applications/Bitcoin-Qt`を上書き、 |
| 55 | +Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。 |
| 56 | + |
| 57 | +EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、 |
| 58 | +データディレクトリを移行する必要がある場合は時間がかかる可能性があります。 |
| 59 | +Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。 |
| 60 | + |
| 61 | +互換性 {#compatibility} |
| 62 | +============== |
| 63 | + |
| 64 | +Bitcoin CoreはLinuxカーネルやmacOS 10.12以降、Windows 7以降を使用している |
| 65 | +オペレーティングシステムでサポートされ、広範囲にテストされています。 |
| 66 | +Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、 |
| 67 | +それらの環境では頻繁にテストされていません。 |
| 68 | +サポートされていないシステムでBitcoin Coreを使用するのはお勧めできません。 |
| 69 | + |
| 70 | +Bitcoin Core 0.20.0以降、10.12より前のmacOSはサポートされなくなりました。 |
| 71 | +さらに、macOSのダークモードが有効になっていてもBitcoin Coreの外観は変わりません。 |
| 72 | + |
| 73 | +0.21.2のチェンジログ {#change-log} |
| 74 | +================= |
| 75 | + |
| 76 | +### P2Pプロトコルとネットワークコード |
| 77 | + |
| 78 | +- #21644 use NetPermissions::HasFlag() in CConnman::Bind() (jonatack) |
| 79 | +- #22569 Rate limit the processing of rumoured addresses (sipa) |
| 80 | + |
| 81 | +### ウォレット |
| 82 | + |
| 83 | +- #21907 Do not iterate a directory if having an error while accessing it (hebasto) |
| 84 | + |
| 85 | +### RPC |
| 86 | + |
| 87 | +- #19361 Reset scantxoutset progress before inferring descriptors (prusnak) |
| 88 | + |
| 89 | +### ビルドシステム |
| 90 | + |
| 91 | +- #21932 depends: update Qt 5.9 source url (kittywhiskers) |
| 92 | +- #22017 Update Windows code signing certificate (achow101) |
| 93 | +- #22191 Use custom MacOS code signing tool (achow101) |
| 94 | +- #22713 Fix build with Boost 1.77.0 (sizeofvoid) |
| 95 | + |
| 96 | +### テストとQA |
| 97 | + |
| 98 | +- #20182 Build with --enable-werror by default, and document exceptions (hebasto) |
| 99 | +- #20535 Fix intermittent feature_taproot issue (MarcoFalke) |
| 100 | +- #21663 Fix macOS brew install command (hebasto) |
| 101 | +- #22279 add missing ECCVerifyHandle to base_encode_decode (apoelstra) |
| 102 | +- #22730 Run fuzzer task for the master branch only (hebasto) |
| 103 | + |
| 104 | +### GUI |
| 105 | + |
| 106 | +- gui#277 Do not use QClipboard::Selection on Windows and macOS. (hebasto) |
| 107 | +- gui#280 Remove user input from URI error message (prayank23) |
| 108 | +- gui#365 Draw "eye" sign at the beginning of watch-only addresses (hebasto) |
| 109 | + |
| 110 | +### その他 |
| 111 | + |
| 112 | +- #22002 Fix crash when parsing command line with -noincludeconf=0 (MarcoFalke) |
| 113 | +- #22137 util: Properly handle -noincludeconf on command line (take 2) (MarcoFalke) |
| 114 | + |
| 115 | + |
| 116 | +クレジット |
| 117 | +======= |
| 118 | + |
| 119 | +このリリースに直接貢献されたみなさん、ありがとうございます: |
| 120 | + |
| 121 | +- Andrew Chow |
| 122 | +- Andrew Poelstra |
| 123 | +- fanquake |
| 124 | +- Hennadii Stepanov |
| 125 | +- Jon Atack |
| 126 | +- Kittywhiskers Van Gogh |
| 127 | +- Luke Dashjr |
| 128 | +- MarcoFalke |
| 129 | +- Pavol Rusnak |
| 130 | +- Pieter Wuille |
| 131 | +- prayank23 |
| 132 | +- Rafael Sadowski |
| 133 | +- W. J. van der Laan |
| 134 | + |
| 135 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくれたみなさんもありがとうございます。 |
| 136 | +{% endgithubify %} |
0 commit comments