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