From 26ec213726be64bde2829a49240673994b4c4286 Mon Sep 17 00:00:00 2001 From: Fabien Date: Fri, 11 Oct 2024 11:24:32 +0200 Subject: [PATCH] Bump version to 0.30.2 Summary: And add the appropriated release notes. Test Plan: ninja print-version Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D16893 --- CMakeLists.txt | 2 +- contrib/aur/bitcoin-abc-qt/PKGBUILD | 2 +- contrib/aur/bitcoin-abc/PKGBUILD | 2 +- doc/release-notes.md | 13 ++++++++----- doc/release-notes/release-notes-0.30.1.md | 8 ++++++++ 5 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 doc/release-notes/release-notes-0.30.1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 1744279493..1f791e7bf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ) project(bitcoin-abc - VERSION 0.30.1 + VERSION 0.30.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 index fad7b72ee9..e2e17396f1 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.1 +pkgver=0.30.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 index b220f33437..ccfe608ad2 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.1 +pkgver=0.30.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 index 013eb177a3..b7f43c6258 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,8 +1,11 @@ -# Bitcoin ABC 0.30.1 Release Notes +# Bitcoin ABC 0.30.2 Release Notes -Bitcoin ABC version 0.30.1 is now available from: +Bitcoin ABC version 0.30.2 is now available from: - + -This release fixes a bug that could potentially cause a crash of the node. -All node operators should upgrade their node to avoid the issue. +This release fixes a bug introduced in version 0.30.1 that affects nodes running +with Chronik enabled. Under some rare circumstances the bug could cause Chronik +to crash. Only node operators running Chronik (disabled by default) are +affected. If you encountered the issue, please update your node to solve it. No +reindex is required. diff --git a/doc/release-notes/release-notes-0.30.1.md b/doc/release-notes/release-notes-0.30.1.md new file mode 100644 index 0000000000..013eb177a3 --- /dev/null +++ b/doc/release-notes/release-notes-0.30.1.md @@ -0,0 +1,8 @@ +# Bitcoin ABC 0.30.1 Release Notes + +Bitcoin ABC version 0.30.1 is now available from: + + + +This release fixes a bug that could potentially cause a crash of the node. +All node operators should upgrade their node to avoid the issue.