|
1 | | -0.19.1 Release Notes |
| 1 | +0.19.2 Release Notes |
2 | 2 | =============================== |
3 | 3 |
|
4 | | -Bitcoin Core version 0.19.1 is now available from: |
| 4 | +Bitcoin Core version 0.19.2 is now available from: |
5 | 5 |
|
6 | | - <https://bitcoincore.org/bin/bitcoin-core-0.19.1/> |
| 6 | + <https://bitcoincore.org/bin/bitcoin-core-0.19.2/> |
7 | 7 |
|
8 | 8 | This minor release includes various bug fixes and performance |
9 | 9 | improvements, as well as updated translations. |
@@ -46,69 +46,66 @@ macOS "dark mode" is activated. |
46 | 46 | In addition to previously supported CPU platforms, this release's pre-compiled |
47 | 47 | distribution provides binaries for the RISC-V platform. |
48 | 48 |
|
49 | | -0.19.1 change log |
| 49 | +0.19.2 change log |
50 | 50 | ================= |
51 | 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) |
| 52 | +### Policy |
| 53 | +- #19620 Add txids with non-standard inputs to reject filter (sdaftuar) |
| 54 | + |
| 55 | +### Mining |
| 56 | +- #17946 Fix GBT: Restore "!segwit" and "csv" to "rules" key (luke-jr) |
59 | 57 |
|
60 | 58 | ### 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) |
| 59 | +- #19836 Properly deserialize txs with witness before signing (MarcoFalke) |
66 | 60 |
|
67 | 61 | ### 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) |
| 62 | +- #18123 Fix race in WalletModel::pollBalanceChanged (ryanofsky) |
| 63 | +- #18160 Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged (promag) |
| 64 | +- #19097 Add missing QPainterPath include (achow101) |
72 | 65 |
|
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) |
| 66 | +### Build system |
| 67 | +- #18004 don't embed a build-id when building libdmg-hfsplus (fanquake) |
| 68 | +- #18425 releases: Update with new Windows code signing certificate (achow101) |
| 69 | +- #18676 Check libevent minimum version in configure script (hebasto) |
| 70 | +- #19536 qt, build: Fix QFileDialog for static builds (hebasto) |
| 71 | +- #20142 build: set minimum required Boost to 1.48.0 (fanquake) |
77 | 72 |
|
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) |
| 73 | +### Tests and QA |
| 74 | +- #18001 Updated appveyor job to checkout a specific vcpkg commit ID (sipsorcery) |
| 75 | +- #19444 Remove cached directories and associated script blocks from appveyor config (sipsorcery) |
| 76 | +- #18640 appveyor: Remove clcache (MarcoFalke) |
| 77 | +- #20095 ci: Bump vcpkg commit id to get new msys mirror list (sipsorcery) |
82 | 78 |
|
83 | 79 | ### 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) |
| 80 | +- #19612 lint: fix shellcheck URL in CI install (fanquake) |
| 81 | +- #18284 scheduler: Workaround negative nsecs bug in boost's `wait_until` (luke-jr) |
| 82 | +- #19194 util: Don't reference errno when pthread fails (miztake) |
| 83 | + |
| 84 | +### Documentation |
| 85 | +- #19777 Correct description for getblockstats's txs field (shesek) |
| 86 | + |
| 87 | +### Refactoring |
| 88 | +- #20141 Avoid the use of abs64 in timedata (sipa) |
90 | 89 |
|
91 | 90 | Credits |
92 | 91 | ======= |
93 | 92 |
|
94 | 93 | Thanks to everyone who directly contributed to this release: |
95 | 94 |
|
96 | 95 | - Aaron Clauson |
97 | | -- Adam Jonas |
98 | 96 | - Andrew Chow |
99 | | -- Fabian Jahr |
100 | 97 | - fanquake |
101 | 98 | - Gregory Sanders |
102 | | -- Harris |
103 | 99 | - Hennadii Stepanov |
104 | | -- Jan Beich |
105 | | -- Jim Posen |
| 100 | +- Jonas Schnelli |
106 | 101 | - João Barbosa |
107 | | -- Karl-Johan Alm |
108 | 102 | - Luke Dashjr |
109 | 103 | - MarcoFalke |
110 | | -- Michael Chrostowski |
| 104 | +- MIZUTA Takeshi |
| 105 | +- Nadav Ivgi |
| 106 | +- Pieter Wuille |
111 | 107 | - Russell Yanofsky |
| 108 | +- Suhas Daftuar |
112 | 109 | - Wladimir J. van der Laan |
113 | 110 |
|
114 | 111 | As well as to everyone that helped with translations on |
|
0 commit comments