diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 79 |
1 files changed, 38 insertions, 41 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 5746bebb0d..6e92999ce0 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,9 +1,9 @@ -0.19.1 Release Notes +0.19.2 Release Notes =============================== -Bitcoin Core version 0.19.1 is now available from: +Bitcoin Core version 0.19.2 is now available from: - <https://bitcoincore.org/bin/bitcoin-core-0.19.1/> + <https://bitcoincore.org/bin/bitcoin-core-0.19.2/> This minor release includes various bug fixes and performance improvements, as well as updated translations. @@ -46,47 +46,46 @@ macOS "dark mode" is activated. In addition to previously supported CPU platforms, this release's pre-compiled distribution provides binaries for the RISC-V platform. -0.19.1 change log +0.19.2 change log ================= -### Wallet -- #17643 Fix origfee return for bumpfee with feerate arg (instagibbs) -- #16963 Fix `unique_ptr` usage in boost::signals2 (promag) -- #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas, mchrostowski) -- #17924 Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (instagibbs) -- #17621 IsUsedDestination should count any known single-key address (instagibbs) -- #17843 Reset reused transactions cache (fjahr) +### Policy +- #19620 Add txids with non-standard inputs to reject filter (sdaftuar) + +### Mining +- #17946 Fix GBT: Restore "!segwit" and "csv" to "rules" key (luke-jr) ### RPC and other APIs -- #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic) -- #17728 require second argument only for scantxoutset start action (achow101) -- #17445 zmq: Fix due to invalid argument and multiple notifiers (promag) -- #17524 psbt: handle unspendable psbts (achow101) -- #17156 psbt: check that various indexes and amounts are within bounds (achow101) +- #19836 Properly deserialize txs with witness before signing (MarcoFalke) ### GUI -- #17427 Fix missing qRegisterMetaType for `size_t` (hebasto) -- #17695 disable File-\>CreateWallet during startup (fanquake) -- #17634 Fix comparison function signature (hebasto) -- #18062 Fix unintialized WalletView::progressDialog (promag) +- #18123 Fix race in WalletModel::pollBalanceChanged (ryanofsky) +- #18160 Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged (promag) +- #19097 Add missing QPainterPath include (achow101) -### Tests and QA -- #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery) -- #17488 fix "bitcoind already running" warnings on macOS (fanquake) -- #17980 add missing #include to fix compiler errors (kallewoof) +### Build system +- #18004 don't embed a build-id when building libdmg-hfsplus (fanquake) +- #18425 releases: Update with new Windows code signing certificate (achow101) +- #18676 Check libevent minimum version in configure script (hebasto) +- #19536 qt, build: Fix QFileDialog for static builds (hebasto) +- #20142 build: set minimum required Boost to 1.48.0 (fanquake) -### Platform support -- #17736 Update msvc build for Visual Studio 2019 v16.4 (sipsorcery) -- #17364 Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes (sipsorcery) -- #17887 bug-fix macos: give free bytes to `F_PREALLOCATE` (kallewoof) +### Tests and QA +- #18001 Updated appveyor job to checkout a specific vcpkg commit ID (sipsorcery) +- #19444 Remove cached directories and associated script blocks from appveyor config (sipsorcery) +- #18640 appveyor: Remove clcache (MarcoFalke) +- #20095 ci: Bump vcpkg commit id to get new msys mirror list (sipsorcery) ### Miscellaneous -- #17897 init: Stop indexes on shutdown after ChainStateFlushed callback (jimpo) -- #17450 util: Add missing headers to util/fees.cpp (hebasto) -- #17654 Unbreak build with Boost 1.72.0 (jbeich) -- #17857 scripts: Fix symbol-check & security-check argument passing (fanquake) -- #17762 Log to net category for exceptions in ProcessMessages (laanwj) -- #18100 Update univalue subtree (MarcoFalke) +- #19612 lint: fix shellcheck URL in CI install (fanquake) +- #18284 scheduler: Workaround negative nsecs bug in boost's `wait_until` (luke-jr) +- #19194 util: Don't reference errno when pthread fails (miztake) + +### Documentation +- #19777 Correct description for getblockstats's txs field (shesek) + +### Refactoring +- #20141 Avoid the use of abs64 in timedata (sipa) Credits ======= @@ -94,21 +93,19 @@ Credits Thanks to everyone who directly contributed to this release: - Aaron Clauson -- Adam Jonas - Andrew Chow -- Fabian Jahr - fanquake - Gregory Sanders -- Harris - Hennadii Stepanov -- Jan Beich -- Jim Posen +- Jonas Schnelli - João Barbosa -- Karl-Johan Alm - Luke Dashjr - MarcoFalke -- Michael Chrostowski +- MIZUTA Takeshi +- Nadav Ivgi +- Pieter Wuille - Russell Yanofsky +- Suhas Daftuar - Wladimir J. van der Laan As well as to everyone that helped with translations on |