Merge #12075: [scripts] Add missing univalue file to copyright_header.py
[bitcoinplatinum.git] / doc / release-notes / release-notes-0.15.0.1.md
blob53ab02cbb0242957ba3697655d848a9461ab7455
1 Bitcoin Core version *0.15.0.1* is now available from:
3   <https://bitcoin.org/bin/bitcoin-core-0.15.0.1/>
5 and
7   <https://bitcoincore.org/bin/bitcoin-core-0.15.0.1/>
9 This is a minor bug fix for 0.15.0.
11 Please report bugs using the issue tracker at GitHub:
13   <https://github.com/bitcoin/bitcoin/issues>
15 To receive security and update notifications, please subscribe to:
17   <https://bitcoincore.org/en/list/announcements/join/>
19 How to Upgrade
20 ==============
22 If you are running an older version, shut it down. Wait until it has completely
23 shut down (which might take a few minutes for older versions), then run the 
24 installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
25 or `bitcoind`/`bitcoin-qt` (on Linux).
27 The first time you run version 0.15.0 or higher, your chainstate database will
28 be converted to a new format, which will take anywhere from a few minutes to
29 half an hour, depending on the speed of your machine.
31 The file format of `fee_estimates.dat` changed in version 0.15.0. Hence, a
32 downgrade from version 0.15.0 or upgrade to version 0.15.0 will cause all fee
33 estimates to be discarded.
35 Note that the block database format also changed in version 0.8.0 and there is no
36 automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading
37 directly from 0.7.x and earlier without redownloading the blockchain is not supported.
38 However, as usual, old wallet versions are still supported.
40 Downgrading warning
41 -------------------
43 The chainstate database for this release is not compatible with previous
44 releases, so if you run 0.15 and then decide to switch back to any
45 older version, you will need to run the old release with the `-reindex-chainstate`
46 option to rebuild the chainstate data structures in the old format.
48 If your node has pruning enabled, this will entail re-downloading and
49 processing the entire blockchain.
51 Compatibility
52 ==============
54 Bitcoin Core is extensively tested on multiple operating systems using
55 the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
57 Bitcoin Core should also work on most other Unix-like systems but is not
58 frequently tested on them.
60 Notable changes
61 ===============
63 GUI startup crash issue
64 -------------------------
66 After upgrade to 0.15.0, some clients would crash at startup because a custom
67 fee setting was configured that no longer exists in the GUI. This is a minimal
68 patch to avoid this issue from occuring.
70 0.15.0.1 Change log
71 ====================
73 -  #11332 `46c8d23` Fix possible crash with invalid nCustomFeeRadio in QSettings (achow101, TheBlueMatt)
75 Also the manpages were updated, as this was forgotten for 0.15.0.
77 Credits
78 =======
80 Thanks to everyone who directly contributed to this release:
82 - Andrew Chow
83 - Matt Corallo
84 - Jonas Schnelli
85 - Wladimir J. van der Laan
87 As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).