From fb21155a16e696c564e22ac0bf01bb107fc7533c0a4f417da1a9c6fb7b543a90 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 20 Oct 2021 07:22:29 +0000 Subject: [PATCH] Accepting request 926426 from home:jirislaby:branches:network:cryptocurrencies - Update to version 0.21.2 * P2P protocol and network code * use NetPermissions::HasFlag() in CConnman::Bind() * Rate limit the processing of rumoured addresses * Wallet * Do not iterate a directory if having an error while accessing it * RPC * Reset scantxoutset progress before inferring descriptors * Build System * depends: update Qt 5.9 source url * Update Windows code signing certificate * Use custom MacOS code signing tool * Fix build with Boost 1.77.0 * Tests and QA * Build with --enable-werror by default, and document exceptions * Fix intermittent feature_taproot issue * Fix macOS brew install command * add missing ECCVerifyHandle to base_encode_decode * Run fuzzer task for the master branch only * GUI * Do not use QClipboard::Selection on Windows and macOS. * Remove user input from URI error message * Draw "eye" sign at the beginning of watch-only addresses * Miscellaneous * Fix crash when parsing command line with -noincludeconf=0 * util: Properly handle -noincludeconf on command line (take 2) OBS-URL: https://build.opensuse.org/request/show/926426 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=43 --- bitcoin-0.21.1.tar.gz | 3 --- bitcoin-0.21.2.tar.gz | 3 +++ bitcoin.changes | 30 ++++++++++++++++++++++++++++++ bitcoin.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 bitcoin-0.21.1.tar.gz create mode 100644 bitcoin-0.21.2.tar.gz diff --git a/bitcoin-0.21.1.tar.gz b/bitcoin-0.21.1.tar.gz deleted file mode 100644 index d63ef7f..0000000 --- a/bitcoin-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caff23449220cf45753f312cefede53a9eac64000bb300797916526236b6a1e0 -size 7628715 diff --git a/bitcoin-0.21.2.tar.gz b/bitcoin-0.21.2.tar.gz new file mode 100644 index 0000000..8147dbf --- /dev/null +++ b/bitcoin-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4146f751fc5691bdcf911cbdb8d32d8d25c297d29d58173227ae1ae6438edb9e +size 7762621 diff --git a/bitcoin.changes b/bitcoin.changes index bca37cc..68d1a65 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Oct 20 05:01:40 UTC 2021 - Jiri Slaby + +- Update to version 0.21.2 + * P2P protocol and network code + * use NetPermissions::HasFlag() in CConnman::Bind() + * Rate limit the processing of rumoured addresses + * Wallet + * Do not iterate a directory if having an error while accessing it + * RPC + * Reset scantxoutset progress before inferring descriptors + * Build System + * depends: update Qt 5.9 source url + * Update Windows code signing certificate + * Use custom MacOS code signing tool + * Fix build with Boost 1.77.0 + * Tests and QA + * Build with --enable-werror by default, and document exceptions + * Fix intermittent feature_taproot issue + * Fix macOS brew install command + * add missing ECCVerifyHandle to base_encode_decode + * Run fuzzer task for the master branch only + * GUI + * Do not use QClipboard::Selection on Windows and macOS. + * Remove user input from URI error message + * Draw "eye" sign at the beginning of watch-only addresses + * Miscellaneous + * Fix crash when parsing command line with -noincludeconf=0 + * util: Properly handle -noincludeconf on command line (take 2) + ------------------------------------------------------------------- Fri Aug 27 07:49:41 UTC 2021 - Johannes Segitz diff --git a/bitcoin.spec b/bitcoin.spec index 9e76c60..9529cc3 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: P2P Digital Currency License: MIT