diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.22.4 + VERSION 0.22.5 DESCRIPTION "Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol." HOMEPAGE_URL "https://www.bitcoinabc.org" ) diff --git a/contrib/aur/bitcoin-abc-qt/PKGBUILD b/contrib/aur/bitcoin-abc-qt/PKGBUILD --- a/contrib/aur/bitcoin-abc-qt/PKGBUILD +++ b/contrib/aur/bitcoin-abc-qt/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe pkgname=bitcoin-abc-qt -pkgver=0.22.4 +pkgver=0.22.5 pkgrel=0 pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt" arch=('i686' 'x86_64') diff --git a/contrib/aur/bitcoin-abc/PKGBUILD b/contrib/aur/bitcoin-abc/PKGBUILD --- a/contrib/aur/bitcoin-abc/PKGBUILD +++ b/contrib/aur/bitcoin-abc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe pkgname=bitcoin-abc -pkgver=0.22.4 +pkgver=0.22.5 pkgrel=0 pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli" arch=('i686' 'x86_64') diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,44 +1,7 @@ -# Bitcoin ABC 0.22.4 Release Notes +# Bitcoin ABC 0.22.5 Release Notes -Bitcoin ABC version 0.22.4 is now available from: +Bitcoin ABC version 0.22.5 is now available from: - + This release includes the following features and fixes: -- Various logging fixes and improvements. - -Wallet ------- -- The way that output trust was computed has been fixed, which impacts - confirmed/unconfirmed balance status and coin selection. - -Command-line options --------------------- -- The `-debug=db` logging category has been renamed to `-debug=walletdb`, - to distinguish it from `coindb`. `-debug=db` has been deprecated and will - be removed in a next release. - -Low-level RPC Changes ---------------------- -- The RPC gettransaction, listtransactions and listsinceblock responses now also - includes the height of the block that contains the wallet transaction, if any. - -- A new descriptor type `sortedmulti(...)` has been added to support multisig scripts - where the public keys are sorted lexicographically in the resulting script. - -Deprecated or removed RPCs --------------------------- -- The `getaddressinfo` RPC `labels` field now returns an array of label name - strings. Previously, it returned an array of JSON objects containing `name` and - `purpose` key/value pairs, which is now deprecated and will be removed in a future - release. To re-enable the previous behavior, launch bitcoind with - `-deprecatedrpc=labelspurpose`. - -Miscellaneous CLI Changes -------------------------- -- The `testnet` field in `bitcoin-cli -getinfo` has been renamed to `chain` and - now returns the current network name as defined in BIP70 (main, test, regtest). - -Gitian Builds -------------- -- By default, `gitian-builder` cleans up the build container after building. diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.22.4.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.22.4.md