From d95cd02efba4e748810e6643422eab555e7451a0faab9a4125e3bc53e2b12a9f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 10 Mar 2020 08:45:37 +0000 Subject: [PATCH] Accepting request 783190 from home:mrostecki:branches:network:cryptocurrencies - Update to version 0.19.1: * Wallet * Fix origfee return for bumpfee with feerate arg * Fix unique_ptr usage in boost::signals2 * Fix issue with conflicted mempool tx in listsinceblock * Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash * IsUsedDestination should count any known single-key address * Reset reused transactions cache * RPC and other APIs * cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice * require second argument only for scantxoutset start action * zmq: Fix due to invalid argument and multiple notifiers * psbt: handle unspendable psbts * psbt: check that various indexes and amounts are within bounds * GUI * Fix missing qRegisterMetaType for size_t * disable File->CreateWallet during startup * Fix comparison function signature * Fix unintialized WalletView::progressDialog * Tests and QA * Appveyor improvement - text file for vcpkg package list * fix "bitcoind already running" warnings on macOS * add missing #include to fix compiler errors * Platform support * Update msvc build for Visual Studio 2019 v16.4 * Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes OBS-URL: https://build.opensuse.org/request/show/783190 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=26 --- bitcoin-0.19.0.1.tar.gz | 3 --- bitcoin-0.19.1.tar.gz | 3 +++ bitcoin.changes | 43 +++++++++++++++++++++++++++++++++++++++++ bitcoin.spec | 4 ++-- 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 bitcoin-0.19.0.1.tar.gz create mode 100644 bitcoin-0.19.1.tar.gz diff --git a/bitcoin-0.19.0.1.tar.gz b/bitcoin-0.19.0.1.tar.gz deleted file mode 100644 index e585708..0000000 --- a/bitcoin-0.19.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a72f583f7448b3808d84ed7f8d8eb224f44b51291fee774bb9cecbd4fcbaec7 -size 6647201 diff --git a/bitcoin-0.19.1.tar.gz b/bitcoin-0.19.1.tar.gz new file mode 100644 index 0000000..8836c41 --- /dev/null +++ b/bitcoin-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d582ba36b50955f6dfad12cdf139462d19ad30604b49766dc2ca21a1a322c +size 6655953 diff --git a/bitcoin.changes b/bitcoin.changes index 63866a5..18075d6 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Mar 9 20:31:46 UTC 2020 - Michał Rostecki + +- Update to version 0.19.1: + * Wallet + * Fix origfee return for bumpfee with feerate arg + * Fix unique_ptr usage in boost::signals2 + * Fix issue with conflicted mempool tx in listsinceblock + * Bug: IsUsedDestination shouldn't use key id as script id for + ScriptHash + * IsUsedDestination should count any known single-key address + * Reset reused transactions cache + * RPC and other APIs + * cli: Fix fatal leveldb error when specifying + -blockfilterindex=basic twice + * require second argument only for scantxoutset start action + * zmq: Fix due to invalid argument and multiple notifiers + * psbt: handle unspendable psbts + * psbt: check that various indexes and amounts are within + bounds + * GUI + * Fix missing qRegisterMetaType for size_t + * disable File->CreateWallet during startup + * Fix comparison function signature + * Fix unintialized WalletView::progressDialog + * Tests and QA + * Appveyor improvement - text file for vcpkg package list + * fix "bitcoind already running" warnings on macOS + * add missing #include to fix compiler errors + * Platform support + * Update msvc build for Visual Studio 2019 v16.4 + * Updates to appveyor config for VS2019 and Qt5.9.8 + msvc + project fixes + * bug-fix macos: give free bytes to F_PREALLOCATE + * Miscellaneous + * init: Stop indexes on shutdown after ChainStateFlushed + callback + * util: Add missing headers to util/fees.cpp + * Unbreak build with Boost 1.72.0 + * scripts: Fix symbol-check & security-check argument passing + * Log to net category for exceptions in ProcessMessages + * Update univalue subtree + ------------------------------------------------------------------- Wed Dec 4 23:57:17 UTC 2019 - Michał Rostecki diff --git a/bitcoin.spec b/bitcoin.spec index 294bb75..81caa0b 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -1,7 +1,7 @@ # # spec file for package bitcoin # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011-2014 P Rusnak # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.19.0.1 +Version: 0.19.1 Release: 0 Summary: P2P Digital Currency License: MIT