Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864320
D11708.id34245.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
D11708.id34245.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.25.8
+ VERSION 0.25.9
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.25.8
+pkgver=0.25.9
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.25.8
+pkgver=0.25.9
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,16 +1,7 @@
-# Bitcoin ABC 0.25.8 Release Notes
+# Bitcoin ABC 0.25.9 Release Notes
-Bitcoin ABC version 0.25.8 is now available from:
+Bitcoin ABC version 0.25.9 is now available from:
- <https://download.bitcoinabc.org/0.25.8/>
+ <https://download.bitcoinabc.org/0.25.9/>
This release includes the following features and fixes:
-- Users can start their node with the option `-coinstatsindex` which syncs an
- index of coin statistics in the background. After the index is synced the user
- can use `gettxoutsetinfo` with hash_type=none or hash_type=muhash and will get
- the response instantly out of the index
-- Users can specify a height or block hash when calling `gettxoutsetinfo` to
- see coin statistics at a specific block height when they use the `-coinstatsindex`
- option.
-- Additional amount tracking information has been added to the output of
- `gettxoutsetinfo` when the `-coinstatsindex` option is set.
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.25.8.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.25.8.md
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 18:46 (3 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5862301
Default Alt Text
D11708.id34245.diff (2 KB)
Attached To
D11708: Bump version to 0.25.9
Event Timeline
Log In to Comment