1
- Dash Core version 0.17.0.3
1
+ DMS Core version 0.17.0.3 "Kenji"
2
2
==========================
3
3
4
4
Release is now available from:
5
5
6
- < https://www.dash.org/downloads/#wallets >
6
+ < https://github.com/Krekeler/documentchain/releases >
7
7
8
- This is a new hotfix release.
8
+ For release notes see [ release-notes-0.17.0.3 ] ( https://github.com/Krekeler/documentchain/tree/master/doc/release-notes/dms/release-notes-0.17.0.3.md )
9
9
10
10
Please report bugs using the issue tracker at github:
11
11
12
- < https://github.com/dashpay/dash /issues >
12
+ < https://github.com/Krekeler/documentchain /issues >
13
13
14
14
15
15
Upgrading and downgrading
@@ -20,113 +20,14 @@ How to Upgrade
20
20
21
21
If you are running an older version, shut it down. Wait until it has completely
22
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
27
- from version 0.13 should not require any additional actions.
23
+ installer (on Windows) or just copy over /Applications/DMS-Qt (on Mac) or
24
+ dmsd/dms-qt (on Linux). If you upgrade using version < 0.13.4 "Judy"
25
+ or after DIP020 activation using any version < 0.17.0.3 "Kenji"
26
+ you will have to reisync (see below).
28
27
29
- When upgrading from a version prior to 0.14.0.3, the
30
- first startup of Dash Core will run a migration process which can take a few
31
- minutes to finish. After the migration, a downgrade to an older version is only
32
- possible with a reindex (or reindex-chainstate).
28
+ Note the [ blockchain download option] ( https://documentchain.org/support/bootstrap/ ) for quick synchronization.
33
29
34
30
Downgrade warning
35
31
-----------------
36
32
37
- ### Downgrade to a version < 0.14.0.3
38
-
39
- Downgrading to a version older than 0.14.0.3 is no longer supported due to
40
- changes in the "evodb" database format. If you need to use an older version,
41
- you must either reindex or re-sync the whole chain.
42
-
43
- ### Downgrade of masternodes to < 0.17.0.2
44
-
45
- Starting with the 0.16 release, masternodes verify the protocol version of other
46
- masternodes. This results in PoSe punishment/banning for outdated masternodes,
47
- so downgrading even prior to the activation of the introduced hard-fork changes
48
- is not recommended.
49
-
50
- Notable changes
51
- ===============
52
-
53
- This release adds some missing translations and help strings. It also fixes
54
- a couple of build issues and a rare crash on some linux systems.
55
-
56
- 0.17.0.3 Change log
57
- ===================
58
-
59
- See detailed [ set of changes] ( https://github.com/dashpay/dash/compare/v0.17.0.2...dashpay:v0.17.0.3 ) .
60
-
61
- - [ ` 6a54af0df7 ` ] ( https://github.com/dashpay/dash/commit/6a54af0df7 ) Bump to v0.17.0.3
62
- - [ ` 97e8461234 ` ] ( https://github.com/dashpay/dash/commit/97e8461234 ) doc: Archive v0.17.0.2 release notes
63
- - [ ` 96c041896b ` ] ( https://github.com/dashpay/dash/commit/96c041896b ) feat: add tor entrypoint script for use in dashmate (#4182 )
64
- - [ ` 3661f36bbd ` ] ( https://github.com/dashpay/dash/commit/3661f36bbd ) Merge #14416 : Fix OSX dmg issue (10.12 to 10.14) (#4177 )
65
- - [ ` 4f4bda0557 ` ] ( https://github.com/dashpay/dash/commit/4f4bda0557 ) depends: Undefine ` BLSALLOC_SODIUM ` in ` bls-dash.mk ` (#4176 )
66
- - [ ` 575e0a3070 ` ] ( https://github.com/dashpay/dash/commit/575e0a3070 ) qt: Add ` QFont::Normal ` as a supported font weight when no other font weights were found (#4175 )
67
- - [ ` ce4a73b790 ` ] ( https://github.com/dashpay/dash/commit/ce4a73b790 ) rpc: Fix ` upgradetohd ` help text (#4170 )
68
- - [ ` 2fa8ddf160 ` ] ( https://github.com/dashpay/dash/commit/2fa8ddf160 ) Translations 202105 (add missing) (#4169 )
69
-
70
- Credits
71
- =======
72
-
73
- Thanks to everyone who directly contributed to this release:
74
-
75
- - dustinface (xdustinface)
76
- - strophy
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.17.0.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.17.0.2.md ) released May/19/2021
105
- - [ v0.16.1.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.1.md ) released November/17/2020
106
- - [ v0.16.1.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.0.md ) released November/14/2020
107
- - [ v0.16.0.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.0.1.md ) released September/30/2020
108
- - [ v0.15.0.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.15.0.0.md ) released Febrary/18/2020
109
- - [ v0.14.0.5] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.5.md ) released December/08/2019
110
- - [ v0.14.0.4] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.4.md ) released November/22/2019
111
- - [ v0.14.0.3] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.3.md ) released August/15/2019
112
- - [ v0.14.0.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.2.md ) released July/4/2019
113
- - [ v0.14.0.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.1.md ) released May/31/2019
114
- - [ v0.14.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.md ) released May/22/2019
115
- - [ v0.13.3] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.3.md ) released Apr/04/2019
116
- - [ v0.13.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.2.md ) released Mar/15/2019
117
- - [ v0.13.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.1.md ) released Feb/9/2019
118
- - [ v0.13.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.0.md ) released Jan/14/2019
119
- - [ 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
120
- - [ 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
121
- - [ 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
122
- - [ 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
123
- - [ 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
124
- - [ 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
125
- - [ v0.12.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.md ) released Nov/08/2017
126
- - [ v0.12.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.1.md ) released Feb/06/2017
127
- - [ v0.12.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.0.md ) released Aug/15/2015
128
- - [ v0.11.2] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.2.md ) released Mar/04/2015
129
- - [ v0.11.1] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.1.md ) released Feb/10/2015
130
- - [ v0.11.0] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.0.md ) released Jan/15/2015
131
- - [ v0.10.x] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md ) released Sep/25/2014
132
- - [ v0.9.x] ( https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md ) released Mar/13/2014
33
+ Downgrading to a older version is no longer supported.
0 commit comments