Page MenuHomePhabricator

D2287.diff
No OneTemporary

D2287.diff

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 18)
-define(_CLIENT_VERSION_REVISION, 6)
+define(_CLIENT_VERSION_REVISION, 7)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
diff --git a/doc/Doxyfile b/doc/Doxyfile
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -38,7 +38,7 @@
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.18.6
+PROJECT_NUMBER = 0.18.7
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/release-notes.md b/doc/release-notes.md
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,20 +1,5 @@
-Bitcoin ABC version 0.18.6 is now available from:
+Bitcoin ABC version 0.18.7 is now available from:
- <https://download.bitcoinabc.org/0.18.6/>
+ <https://download.bitcoinabc.org/0.18.7/>
This release includes the following features and fixes:
- - Add `getfinalizedblock` rpc to allow node operators to introspec
- the current finalized block.
- - Wallet `getnewaddress` and `addmultisigaddress` RPC `account` named
- parameters have been renamed to `label` with no change in behavior.
- - Wallet `getlabeladdress`, `getreceivedbylabel`, `listreceivedbylabel`, and
- `setlabel` RPCs have been added to replace `getaccountaddress`,
- `getreceivedbyaccount`, `listreceivedbyaccount`, and `setaccount` RPCs,
- which are now deprecated. There is no change in behavior between the
- new RPCs and deprecated RPCs.
- - Wallet `listreceivedbylabel`, `listreceivedbyaccount` and `listunspent` RPCs
- add `label` fields to returned JSON objects that previously only had
- `account` fields.
- - Add the `-finalizationdelay` to configure the minimum amount of time to wait
- between a block header reception and the block finalization. Unit is seconds,
- default is 7200 (2h).
diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.18.6.md
copy from doc/release-notes.md
copy to doc/release-notes/release-notes-0.18.6.md
diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt
--- a/src/config/CMakeLists.txt
+++ b/src/config/CMakeLists.txt
@@ -13,7 +13,7 @@
# Version
set(CLIENT_VERSION_MAJOR 0)
set(CLIENT_VERSION_MINOR 18)
-set(CLIENT_VERSION_REVISION 6)
+set(CLIENT_VERSION_REVISION 7)
set(CLIENT_VERSION_BUILD 0)
option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF)

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 09:26 (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187196
Default Alt Text
D2287.diff (2 KB)

Event Timeline