Skip to content

Commit fb6f0e0

Browse files
authored
Bump version to 0.14.0.2 and copy release notes (#2991)
1 parent 05adda9 commit fb6f0e0

File tree

5 files changed

+127
-4
lines changed

5 files changed

+127
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 14)
55
define(_CLIENT_VERSION_REVISION, 0)
6-
define(_CLIENT_VERSION_BUILD, 1)
6+
define(_CLIENT_VERSION_BUILD, 2)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2019)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PROJECT_NAME = "Dash Core"
4141
# could be handy for archiving the generated documentation or if some version
4242
# control system is used.
4343

44-
PROJECT_NUMBER = 0.14.0.1
44+
PROJECT_NUMBER = 0.14.0.2
4545

4646
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747
# for a project that appears at the top of each page and should give viewer a

doc/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Dash Core version 0.14.0.1
1+
Dash Core version 0.14.0.2
22
==========================
33

44
Release is now available from:
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
Dash Core version 0.14.0.1
2+
==========================
3+
4+
Release is now available from:
5+
6+
<https://www.dash.org/downloads/#wallets>
7+
8+
This is a new minor version release, bringing various bugfixes.
9+
10+
Please report bugs using the issue tracker at github:
11+
12+
<https://github.com/dashpay/dash/issues>
13+
14+
15+
Upgrading and downgrading
16+
=========================
17+
18+
How to Upgrade
19+
--------------
20+
21+
If you are running an older version, shut it down. Wait until it has completely
22+
shut down (which might take a few minutes for older versions), then run the
23+
installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or
24+
dashd/dash-qt (on Linux). If you upgrade after DIP0003 activation and you were
25+
using version < 0.13 you will have to reindex (start with -reindex-chainstate
26+
or -reindex) to make sure your wallet has all the new data synced. Upgrading from
27+
version 0.13 should not require any additional actions.
28+
29+
Downgrade warning
30+
-----------------
31+
32+
### Downgrade to a version < 0.13.0.0
33+
34+
Downgrading to a version smaller than 0.13 is not supported anymore as DIP2/DIP3 has
35+
activated on mainnet and testnet.
36+
37+
### Downgrade to versions 0.13.0.0 - 0.13.3.0
38+
39+
Downgrading to 0.13 releases is fully supported until DIP0008 activation but is not
40+
recommended unless you have some serious issues with version 0.14.
41+
42+
Notable changes
43+
===============
44+
45+
Fixed governance votes pruning for invalid masternodes
46+
------------------------------------------------------
47+
A community member reported a possible attack that involves DoSing masternodes to force the network
48+
to prune all governance votes from this masternodes. This could be used to manipulate vote outcomes.
49+
50+
This vulnerability is currently not possible to execute as LLMQ DKGs and PoSe have not activated yet on
51+
mainnet. This version includes a fix that requires to have at least 51% masternodes to upgrade to
52+
0.14.0.1, after which superblock trigger voting will automatically fix the discrepancies between
53+
old and new nodes. This also means that we will postpone activation of LLMQ DKGs and thus PoSe until
54+
at least 51% of masternodes have upgraded to 0.14.0.1.
55+
56+
Fixed a rare memory/db leak in LLMQ based InstantSend
57+
-----------------------------------------------------
58+
We fixed a rare memory/db leak in LLMQ based InstantSend leak which would only occur when reorganizations
59+
would happen.
60+
61+
0.14.0.1 Change log
62+
===================
63+
64+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.0...dashpay:v0.14.0.1).
65+
66+
- [`a2baa93ec`](https://github.com/dashpay/dash/commit/a2baa93ec) Only require valid collaterals for votes and triggers (#2947) (#2957)
67+
- [`b293e6dde`](https://github.com/dashpay/dash/commit/b293e6dde) Fix off-by-one error in InstantSend mining info removal when disconnecting blocks (#2951)
68+
- [`276b6e3a8`](https://github.com/dashpay/dash/commit/276b6e3a8) bump version to 0.14.0.1 and prepare release notes (#2952)
69+
70+
Credits
71+
=======
72+
73+
Thanks to everyone who directly contributed to this release:
74+
75+
- Alexander Block (codablock)
76+
- demodun6
77+
- UdjinM6
78+
79+
As well as everyone that submitted issues and reviewed pull requests.
80+
81+
Older releases
82+
==============
83+
84+
Dash was previously known as Darkcoin.
85+
86+
Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin
87+
which was first released on Jan/18/2014.
88+
89+
Darkcoin tree 0.9.x was the open source implementation of masternodes based on
90+
the 0.8.x tree and was first released on Mar/13/2014.
91+
92+
Darkcoin tree 0.10.x used to be the closed source implementation of Darksend
93+
which was released open source on Sep/25/2014.
94+
95+
Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9,
96+
Darkcoin was rebranded to Dash.
97+
98+
Dash Core tree 0.12.0.x was a fork of Bitcoin Core tree 0.10.
99+
100+
Dash Core tree 0.12.1.x was a fork of Bitcoin Core tree 0.12.
101+
102+
These release are considered obsolete. Old release notes can be found here:
103+
104+
- [v0.14.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.md) released May/22/2019
105+
- [v0.13.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.3.md) released Apr/04/2019
106+
- [v0.13.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.2.md) released Mar/15/2019
107+
- [v0.13.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.1.md) released Feb/9/2019
108+
- [v0.13.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.0.md) released Jan/14/2019
109+
- [v0.12.3.4](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.4.md) released Dec/14/2018
110+
- [v0.12.3.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.3.md) released Sep/19/2018
111+
- [v0.12.3.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.2.md) released Jul/09/2018
112+
- [v0.12.3.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.1.md) released Jul/03/2018
113+
- [v0.12.2.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.3.md) released Jan/12/2018
114+
- [v0.12.2.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.2.md) released Dec/17/2017
115+
- [v0.12.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.md) released Nov/08/2017
116+
- [v0.12.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.1.md) released Feb/06/2017
117+
- [v0.12.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.0.md) released Aug/15/2015
118+
- [v0.11.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.2.md) released Mar/04/2015
119+
- [v0.11.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015
120+
- [v0.11.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015
121+
- [v0.10.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
122+
- [v0.9.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014
123+

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 0
1818
#define CLIENT_VERSION_MINOR 14
1919
#define CLIENT_VERSION_REVISION 0
20-
#define CLIENT_VERSION_BUILD 1
20+
#define CLIENT_VERSION_BUILD 2
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)