|
| 1 | +--- |
| 2 | +title: Bitcoin Core 0.19.1 |
| 3 | +id: en-release-0.19.1 |
| 4 | +name: release-0.19.1 |
| 5 | +permalink: /en/releases/0.19.1/ |
| 6 | +excerpt: Bitcoin Core version 0.19.1 is now available |
| 7 | +date: 2020-03-09 |
| 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 | +release: [0, 19, 1] |
| 12 | + |
| 13 | +## Optional magnet link. To get it, open the torrent in a good BitTorrent client |
| 14 | +## and View Details, or install the transmission-cli Debian/Ubuntu package |
| 15 | +## and run: transmission-show -m <torrent file> |
| 16 | +# |
| 17 | +## Link should be enclosed in quotes and start with: "magnet:? |
| 18 | +optional_magnetlink: "magnet:?xt=urn:btih:8b6ad1da5bbb24656234efc2370abc14781a6f83&dn=bitcoin-core-0.19.1&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" |
| 19 | + |
| 20 | +# Note: it is recommended to check all links to ensure they use |
| 21 | +# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo) |
| 22 | +# rather than relative urls (/bitcoin/bitcoin/doc/foo). |
| 23 | + |
| 24 | +# Release notes from bitcoin/bitcoin 58ba7c314d552cea8cb024960a8504577aee586f |
| 25 | +# added whitespace between subheads and lists (needed for Kramdown) |
| 26 | +--- |
| 27 | +{% include download.html %} |
| 28 | +{% githubify https://github.com/bitcoin/bitcoin %} |
| 29 | +0.19.1 Release Notes |
| 30 | +=============================== |
| 31 | + |
| 32 | +Bitcoin Core version 0.19.1 is now available from: |
| 33 | + |
| 34 | + <https://bitcoincore.org/bin/bitcoin-core-0.19.1/> |
| 35 | + |
| 36 | +This minor release includes various bug fixes and performance |
| 37 | +improvements, as well as updated translations. |
| 38 | + |
| 39 | +Please report bugs using the issue tracker at GitHub: |
| 40 | + |
| 41 | + <https://github.com/bitcoin/bitcoin/issues> |
| 42 | + |
| 43 | +To receive security and update notifications, please subscribe to: |
| 44 | + |
| 45 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 46 | + |
| 47 | +How to Upgrade |
| 48 | +============== |
| 49 | + |
| 50 | +If you are running an older version, shut it down. Wait until it has completely |
| 51 | +shut down (which might take a few minutes for older versions), then run the |
| 52 | +installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) |
| 53 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 54 | + |
| 55 | +Upgrading directly from a version of Bitcoin Core that has reached its EOL is |
| 56 | +possible, but it might take some time if the datadir needs to be migrated. Old |
| 57 | +wallet versions of Bitcoin Core are generally supported. |
| 58 | + |
| 59 | +Compatibility |
| 60 | +============== |
| 61 | + |
| 62 | +Bitcoin Core is supported and extensively tested on operating systems using |
| 63 | +the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended |
| 64 | +to use Bitcoin Core on unsupported systems. |
| 65 | + |
| 66 | +Bitcoin Core should also work on most other Unix-like systems but is not |
| 67 | +as frequently tested on them. |
| 68 | + |
| 69 | +From Bitcoin Core 0.17.0 onwards, macOS versions earlier than 10.10 are no |
| 70 | +longer supported, as Bitcoin Core is now built using Qt 5.9.x which requires |
| 71 | +macOS 10.10+. Additionally, Bitcoin Core does not yet change appearance when |
| 72 | +macOS "dark mode" is activated. |
| 73 | + |
| 74 | +In addition to previously supported CPU platforms, this release's pre-compiled |
| 75 | +distribution provides binaries for the RISC-V platform. |
| 76 | + |
| 77 | +0.19.1 change log |
| 78 | +================= |
| 79 | + |
| 80 | +### Wallet |
| 81 | + |
| 82 | +- #17643 Fix origfee return for bumpfee with feerate arg (instagibbs) |
| 83 | +- #16963 Fix `unique_ptr` usage in boost::signals2 (promag) |
| 84 | +- #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas, mchrostowski) |
| 85 | +- #17924 Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (instagibbs) |
| 86 | +- #17621 IsUsedDestination should count any known single-key address (instagibbs) |
| 87 | +- #17843 Reset reused transactions cache (fjahr) |
| 88 | + |
| 89 | +### RPC and other APIs |
| 90 | + |
| 91 | +- #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic) |
| 92 | +- #17728 require second argument only for scantxoutset start action (achow101) |
| 93 | +- #17445 zmq: Fix due to invalid argument and multiple notifiers (promag) |
| 94 | +- #17524 psbt: handle unspendable psbts (achow101) |
| 95 | +- #17156 psbt: check that various indexes and amounts are within bounds (achow101) |
| 96 | + |
| 97 | +### GUI |
| 98 | + |
| 99 | +- #17427 Fix missing qRegisterMetaType for `size_t` (hebasto) |
| 100 | +- #17695 disable File-\>CreateWallet during startup (fanquake) |
| 101 | +- #17634 Fix comparison function signature (hebasto) |
| 102 | +- #18062 Fix unintialized WalletView::progressDialog (promag) |
| 103 | + |
| 104 | +### Tests and QA |
| 105 | + |
| 106 | +- #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery) |
| 107 | +- #17488 fix "bitcoind already running" warnings on macOS (fanquake) |
| 108 | +- #17980 add missing #include to fix compiler errors (kallewoof) |
| 109 | + |
| 110 | +### Platform support |
| 111 | + |
| 112 | +- #17736 Update msvc build for Visual Studio 2019 v16.4 (sipsorcery) |
| 113 | +- #17364 Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes (sipsorcery) |
| 114 | +- #17887 bug-fix macos: give free bytes to `F_PREALLOCATE` (kallewoof) |
| 115 | + |
| 116 | +### Miscellaneous |
| 117 | + |
| 118 | +- #17897 init: Stop indexes on shutdown after ChainStateFlushed callback (jimpo) |
| 119 | +- #17450 util: Add missing headers to util/fees.cpp (hebasto) |
| 120 | +- #17654 Unbreak build with Boost 1.72.0 (jbeich) |
| 121 | +- #17857 scripts: Fix symbol-check & security-check argument passing (fanquake) |
| 122 | +- #17762 Log to net category for exceptions in ProcessMessages (laanwj) |
| 123 | +- #18100 Update univalue subtree (MarcoFalke) |
| 124 | + |
| 125 | +Credits |
| 126 | +======= |
| 127 | + |
| 128 | +Thanks to everyone who directly contributed to this release: |
| 129 | + |
| 130 | +- Aaron Clauson |
| 131 | +- Adam Jonas |
| 132 | +- Andrew Chow |
| 133 | +- Fabian Jahr |
| 134 | +- fanquake |
| 135 | +- Gregory Sanders |
| 136 | +- Harris |
| 137 | +- Hennadii Stepanov |
| 138 | +- Jan Beich |
| 139 | +- Jim Posen |
| 140 | +- João Barbosa |
| 141 | +- Karl-Johan Alm |
| 142 | +- Luke Dashjr |
| 143 | +- MarcoFalke |
| 144 | +- Michael Chrostowski |
| 145 | +- Russell Yanofsky |
| 146 | +- Wladimir J. van der Laan |
| 147 | + |
| 148 | +As well as to everyone that helped with translations on |
| 149 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
| 150 | +{% endgithubify %} |
0 commit comments