diff --git a/configure.ac b/configure.ac index edb7f1aee..aae7ce0d5 100755 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/man/axe-cli.1 b/doc/man/axe-cli.1 index be2b5e8bd..0d2202c58 100644 --- a/doc/man/axe-cli.1 +++ b/doc/man/axe-cli.1 @@ -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] [params] diff --git a/doc/man/axe-tx.1 b/doc/man/axe-tx.1 index 2b1fc296e..27a31f4a1 100644 --- a/doc/man/axe-tx.1 +++ b/doc/man/axe-tx.1 @@ -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] [commands] diff --git a/doc/man/axed.1 b/doc/man/axed.1 index 3a7e72a3c..2f4084870 100644 --- a/doc/man/axed.1 +++ b/doc/man/axed.1 @@ -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] diff --git a/doc/release-notes.md b/doc/release-notes.md index 29d061009..c7ed68bcc 100755 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,4 +1,4 @@ -Axe Core version 1.4.0.1 +Axe Core version 1.5.0.1 ========================== Release is now available from: @@ -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. diff --git a/share/pixmaps/bitcoin.ico b/share/pixmaps/bitcoin.ico index 0bfbe87a2..a19717e0f 100644 Binary files a/share/pixmaps/bitcoin.ico and b/share/pixmaps/bitcoin.ico differ