Skip to content

Commit

Permalink
Merge pull request #464 from AXErunners/v1.5.x
Browse files Browse the repository at this point in the history
Release 1.5.0.1
  • Loading branch information
charlesrocket committed Feb 25, 2020
2 parents e219856 + 6dd6e74 commit c7c1f2c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 36 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 5)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
6 changes: 3 additions & 3 deletions doc/man/axe-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH AXE-CLI "1" "January 2020" "axe-cli v1.5.0.0" "User Commands"
.TH AXE-CLI "1" "February 2020" "axe-cli v1.5.0.1" "User Commands"
.SH NAME
axe-cli \- manual page for axe-cli v1.5.0.0
axe-cli \- manual page for axe-cli v1.5.0.1
.SH DESCRIPTION
Axe Core RPC client version v1.5.0.0
Axe Core RPC client version v1.5.0.1
.SS "Usage:"
.TP
axe\-cli [options] <command> [params]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/axe-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH AXE-TX "1" "January 2020" "axe-tx v1.5.0.0" "User Commands"
.TH AXE-TX "1" "February 2020" "axe-tx v1.5.0.1" "User Commands"
.SH NAME
axe-tx \- manual page for axe-tx v1.5.0.0
axe-tx \- manual page for axe-tx v1.5.0.1
.SH DESCRIPTION
Axe Core axe\-tx utility version v1.5.0.0
Axe Core axe\-tx utility version v1.5.0.1
.SS "Usage:"
.TP
axe\-tx [options] <hex\-tx> [commands]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/axed.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH AXED "1" "January 2020" "axed v1.5.0.0" "User Commands"
.TH AXED "1" "February 2020" "axed v1.5.0.1" "User Commands"
.SH NAME
axed \- manual page for axed v1.5.0.0
axed \- manual page for axed v1.5.0.1
.SH DESCRIPTION
Axe Core Daemon version v1.5.0.0
Axe Core Daemon version v1.5.0.1
.SS "Usage:"
.TP
axed [options]
Expand Down
36 changes: 10 additions & 26 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Axe Core version 1.4.0.1
Axe Core version 1.5.0.1
==========================

Release is now available from:
Expand All @@ -22,38 +22,22 @@ If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Axe-Qt (on Mac) or
axed/axe-qt (on Linux). If you upgrade after DIP0003 activation and you were
using version < 0.13 you will have to reindex (start with -reindex-chainstate
using version < 1.4 you will have to reindex (start with -reindex-chainstate
or -reindex) to make sure your wallet has all the new data synced. Upgrading from
version 0.13 should not require any additional actions.
version 1.4.1 should not require any additional actions.

Downgrade warning
-----------------

### Downgrade to a version < 1.3.0.0
### Downgrade to a version < 1.4.0.0

Downgrading to a version smaller than 0.13 is not supported anymore as DIP2/DIP3 has
activated on mainnet and testnet.

### Downgrade to versions 1.3.0.0

Downgrading to 1.3 releases is fully supported until DIP0008 activation but is not
recommended unless you have some serious issues with version 1.4.
Downgrading to a version smaller than 1.4 is not supported anymore.

Notable changes
===============

Fixed governance votes pruning for invalid masternodes
------------------------------------------------------
A community member reported a possible attack that involves DoSing masternodes to force the network
to prune all governance votes from this masternodes. This could be used to manipulate vote outcomes.

This vulnerability is currently not possible to execute as LLMQ DKGs and PoSe have not activated yet on
mainnet. This version includes a fix that requires to have at least 51% masternodes to upgrade to
1.4.0.1, after which superblock trigger voting will automatically fix the discrepancies between
old and new nodes. This also means that we will postpone activation of LLMQ DKGs and thus PoSe until
at least 51% of masternodes have upgraded to 1.4.0.1.

Fixed a rare memory/db leak in LLMQ based InstantSend
-----------------------------------------------------
We fixed a rare memory/db leak in LLMQ based InstantSend leak which would only occur when reorganizations
would happen.
Upstream backports

Qt updates

Testnet restarted.
Binary file modified share/pixmaps/bitcoin.ico
Binary file not shown.

0 comments on commit c7c1f2c

Please sign in to comment.