diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.24.1 + VERSION 0.24.2 DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash 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.24.1 +pkgver=0.24.2 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.24.1 +pkgver=0.24.2 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,35 +1,7 @@ -# Bitcoin ABC 0.24.1 Release Notes +# Bitcoin ABC 0.24.2 Release Notes -Bitcoin ABC version 0.24.1 is now available from: +Bitcoin ABC version 0.24.2 is now available from: - + This release includes the following features and fixes: - -## CLI - -A new `bitcoin-cli -generate` command, equivalent to RPC `generatenewaddress` -followed by `generatetoaddress`, can generate blocks for command line testing -purposes. This is a client-side version of the former `generate` RPC. See -the help for details. - -## Low-level RPC Changes - -- To make RPC `sendtoaddress` more consistent with `sendmany` the following error - `sendtoaddress` codes were changed from `-4` to `-6`: - - Insufficient funds - - Transaction has too long of a mempool chain - -- Exposed transaction version numbers are now treated as unsigned 32-bit integers - instead of signed 32-bit integers. This matches their treatment in consensus - logic. Versions greater than 2 continue to be non-standard (matching previous - behavior of smaller than 1 or greater than 2 being non-standard). Note that - this includes the joinpsbt command, which combines partially-signed - transactions by selecting the highest version number. - -## Notification changes - -`-walletnotify` notifications are now sent for wallet transactions that are -removed from the mempool because they conflict with a new block. These -notifications were sent previously before the v0.21.13 release, but had been -broken since that release. diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.24.1.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.24.1.md