-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
<https://download.bitcoinabc.org/0.30.6/> | ||
<https://download.bitcoinabc.org/0.30.7/> | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Bitcoin ABC 0.30.6 Release Notes | ||
|
||
Bitcoin ABC version 0.30.6 is now available from: | ||
|
||
<https://download.bitcoinabc.org/0.30.6/> | ||
|
||
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. |