From 10d026eb1e67e9b86d9e7f03bc9bbc2e8c551e46 Mon Sep 17 00:00:00 2001 From: Fabien Date: Mon, 16 Dec 2024 16:07:12 +0100 Subject: [PATCH] Bump version to 0.30.7 Summary: As per title. Test Plan: ninja print-version Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D17363 --- CMakeLists.txt | 2 +- contrib/aur/bitcoin-abc-qt/PKGBUILD | 2 +- contrib/aur/bitcoin-abc/PKGBUILD | 2 +- doc/release-notes.md | 19 ++++--------------- doc/release-notes/release-notes-0.30.6.md | 18 ++++++++++++++++++ 5 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 doc/release-notes/release-notes-0.30.6.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b0ede819ab..c0dedb0f0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ) project(bitcoin-abc - VERSION 0.30.6 + VERSION 0.30.7 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 index d217b188a6..bdc5a08bb6 100644 --- 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.30.6 +pkgver=0.30.7 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 index 3cf2dafcab..0356f77d3c 100644 --- a/contrib/aur/bitcoin-abc/PKGBUILD +++ b/contrib/aur/bitcoin-abc/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Josh Ellithorpe pkgname=bitcoin-abc -pkgver=0.30.6 +pkgver=0.30.7 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 index 285ee8fe4b..2610e23256 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,18 +1,7 @@ -# Bitcoin ABC 0.30.6 Release Notes +# Bitcoin ABC 0.30.7 Release Notes -Bitcoin ABC version 0.30.6 is now available from: +Bitcoin ABC version 0.30.7 is now available from: - + -This release includes the following features and fixes: - - A new `getinfo` RPC has been added to retrieve basic information about the - node. - - A bug only affecting nodes with avalanche disabled has been fixed. This bug - could cause the node to crash under certain circumstances. Avalanche is - enabled by default and disabling the feature is highly discouraged. - - The MacOS release is now built with Chronik support, which can be enabled - with the `-chronik` option just like the other platforms. - - Starting with this version, support for MacOS 10.15 Catalina has been - removed. The release build requires MacOS 11.0 (Big Sur) or above. - - The MacOS .dmg file will no longer be distributed and is replaced by a .zip - archive. To install, just drag the application into the Applications folder. +This is a maintenance release with no user-visible change. diff --git a/doc/release-notes/release-notes-0.30.6.md b/doc/release-notes/release-notes-0.30.6.md new file mode 100644 index 0000000000..285ee8fe4b --- /dev/null +++ b/doc/release-notes/release-notes-0.30.6.md @@ -0,0 +1,18 @@ +# Bitcoin ABC 0.30.6 Release Notes + +Bitcoin ABC version 0.30.6 is now available from: + + + +This release includes the following features and fixes: + - A new `getinfo` RPC has been added to retrieve basic information about the + node. + - A bug only affecting nodes with avalanche disabled has been fixed. This bug + could cause the node to crash under certain circumstances. Avalanche is + enabled by default and disabling the feature is highly discouraged. + - The MacOS release is now built with Chronik support, which can be enabled + with the `-chronik` option just like the other platforms. + - Starting with this version, support for MacOS 10.15 Catalina has been + removed. The release build requires MacOS 11.0 (Big Sur) or above. + - The MacOS .dmg file will no longer be distributed and is replaced by a .zip + archive. To install, just drag the application into the Applications folder.