Skip to content

Commit 49a5509

Browse files
authored
Merge pull request #516 from RavenProject/mney_2.2.2_release_notes
Adding release notes for v2.2.2 release
2 parents 5de46da + 7a342a2 commit 49a5509

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
Raven Core version *2.2.2* is now available!!
2+
==============
3+
4+
<https://github.com/RavenProject/Ravencoin/releases/tag/v2.2.2>
5+
6+
7+
This is a major release containing bug fixes and enhancements for 2.2.0/2.2.1. It is highly recommended that users
8+
upgrade to this version.
9+
10+
Please report bugs using the issue tracker at GitHub:
11+
12+
<https://github.com/RavenProject/Ravencoin/issues>
13+
14+
To receive security and update notifications, please subscribe to:
15+
16+
<https://ravencoin.org/en/list/announcements/join/>
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/Raven-Qt` (on Mac)
24+
or `ravend`/`raven-qt` (on Linux).
25+
26+
The first time you run version 2.1.0 or higher, your chainstate database may
27+
be converted to a new format, which will take anywhere from a few minutes to
28+
half an hour, depending on the speed of your machine.
29+
30+
Downgrading warning
31+
==============
32+
33+
If you are upgrading to 2.2.2 from a version before 2.1.0 the chainstate database for this release is
34+
not compatible. If you run 2.1.0 or newer and then decide to switch back to any
35+
older version, you will need to run the old release with the `-reindex-chainstate`
36+
option to rebuild the chainstate data structures in the old format.
37+
38+
If your node has pruning enabled, this will entail re-downloading and
39+
processing the entire blockchain.
40+
41+
It is not recommended that users downgrade their version. Version 2.1.0 and later contain
42+
changes that *will* fork the chain, users not running 2.1.0 (or later) will be not
43+
be able to participate in this fork process and will be left on the old chain which
44+
will not be valid.
45+
46+
Note: There are no consensus-rule changes between versions 2.1.0 and 2.2.2 - running versions in this range
47+
will not fork the chain.
48+
49+
Compatibility
50+
==============
51+
52+
Raven Core is extensively tested on multiple operating systems using
53+
the Linux kernel, macOS 10.8+, and Windows 10(x64) and later. 32-bit versions of Windows,
54+
and Windows XP are not supported.
55+
56+
Raven Core should also work on most other Unix-like systems but is not
57+
frequently tested on them.
58+
59+
Raven Core has been tested with macOS 10.14 Mojave, but it is recommended that *developers*
60+
do not update to Mojave. There is an incompatibility with Berkeley-db 4.8.30 that causes
61+
the binaries to seg-fault. There is a workaround, but as of this release users should
62+
not update to Mojave (see build-OSX.md for current status of this issue). There are no
63+
known issues running the release binaries on Mojave.
64+
65+
Notable changes
66+
==============
67+
*This list includes changes from all releases between 2.1.0 and 2.2.2*
68+
- Reduction in memory usage
69+
- Chain synchronization speed
70+
- New QT interface
71+
- QT dark mode (not using OSX Mojave dark mode)
72+
- Chain split attack vector fix
73+
- Better asset caching
74+
- Enhancements for Ravencoin Dev Kit and Mobile Wallet Support
75+
- Limit listaddressesbyasset RPC call to only return 5,000 asset-addresses per call
76+
- Updates and fixes to the functional and unit tests for better asset coverage and stability
77+
78+
79+
2.2.2 Change log
80+
==============
81+
82+
Changelog available here: <https://github.com/RavenProject/Ravencoin/commits/release_2.2.2>
83+
84+
Credits
85+
==============
86+
87+
Thanks to everyone who directly contributed to this release:
88+
89+
- Most importantly - The Raven Community!
90+
- Tron Black
91+
- Jesse Empey
92+
- Jeremy Anderson
93+
- Corbin Fox
94+
- Daben Steele
95+
- Cade Call
96+
- @Roshii
97+
- @underdarkskies
98+
- Mark Ney

0 commit comments

Comments
 (0)