diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.22.9 + VERSION 0.22.10 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-bchn/PKGBUILD b/contrib/aur/bitcoin-abc-bchn/PKGBUILD --- a/contrib/aur/bitcoin-abc-bchn/PKGBUILD +++ b/contrib/aur/bitcoin-abc-bchn/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Josh Ellithorpe pkgname=bitcoin-abc-bchn -pkgver=0.22.9 +pkgver=0.22.10 pkgrel=0 pkgdesc="Bitcoin ABC (BCHN network) with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli" arch=('i686' 'x86_64') diff --git a/contrib/aur/bitcoin-abc-qt-bchn/PKGBUILD b/contrib/aur/bitcoin-abc-qt-bchn/PKGBUILD --- a/contrib/aur/bitcoin-abc-qt-bchn/PKGBUILD +++ b/contrib/aur/bitcoin-abc-qt-bchn/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Josh Ellithorpe pkgname=bitcoin-abc-qt-bchn -pkgver=0.22.9 +pkgver=0.22.10 pkgrel=0 pkgdesc="Bitcoin ABC (BCHN network) with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt" arch=('i686' 'x86_64') 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.9 +pkgver=0.22.10 pkgrel=0 pkgdesc="Bitcoin ABC (ABC network) 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.9 +pkgver=0.22.10 pkgrel=0 pkgdesc="Bitcoin ABC (ABC network) 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,23 +1,7 @@ -# Bitcoin ABC 0.22.9 Release Notes +# Bitcoin ABC 0.22.10 Release Notes -Bitcoin ABC version 0.22.9 is now available from: +Bitcoin ABC version 0.22.10 is now available from: - + This release includes the following features and fixes: - -# Wallet - -The `-salvagewallet` startup option has been removed. A new `salvage` command has -been added to the `bitcoin-wallet` tool which performs the salvage operations -that `-salvagewallet` did. - -# RPC changes - -The `walletcreatefundedpsbt` RPC call will now fail with `Insufficient funds` -when inputs are manually selected but are not enough to cover the outputs and -fee. Additional inputs can automatically be added through the new `add_inputs` -option. - -The `fundrawtransaction` RPC now supports `add_inputs` option that when `false` -prevents adding more inputs if necessary and consequently the RPC fails. \ No newline at end of file diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.22.9.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.22.9.md