Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864860
D17743.id52909.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D17743.id52909.diff
View Options
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
)
project(bitcoin-abc
- VERSION 0.30.12
+ VERSION 0.30.13
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 <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.30.12
+pkgver=0.30.13
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 <quest@mac.com>
pkgname=bitcoin-abc
-pkgver=0.30.12
+pkgver=0.30.13
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,15 +1,7 @@
-# Bitcoin ABC 0.30.12 Release Notes
+# Bitcoin ABC 0.30.13 Release Notes
-Bitcoin ABC version 0.30.12 is now available from:
+Bitcoin ABC version 0.30.13 is now available from:
- <https://download.bitcoinabc.org/0.30.12/>
+<https://download.bitcoinabc.org/0.30.13/>
-This release includes the following features and fixes:
- - The `availability_score` field from the `getavalanchepeerinfo` RPC is
- deprecated and no longer computed. It will be removed in a future release.
- This field was never used outside of this RPC. To keep the field in the RPC
- output, add `deprecatedrpc=peer_availability_score` to your node
- configuration. Note that the value will always be 0.
- - The `availability_score` field from the `getpeerinfo` RPC is deprecated and
- will be removed in a future release. To keep the field in the RPC output, add
- `deprecatedrpc=node_availability_score` to your node configuration.
+This is a maintenance release with no user-visible change.
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.30.12.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.30.12.md
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:54 (4 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866098
Default Alt Text
D17743.id52909.diff (2 KB)
Attached To
D17743: Bump version to 0.30.13
Event Timeline
Log In to Comment