diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-15 15:59:43 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-15 16:00:59 +0200 |
commit | fb7b5293844ea6adc5dcf5ad0a0c5890b4495939 (patch) | |
tree | 06a27b7ff4e68cee839bd350c0a5d71d64eef911 | |
parent | f266f2668bf8fd73015bf8265f0d00f5e858b577 (diff) |
doc: Release notes for 0.15.0.1v0.15.0.1
Tree-SHA512: ce2e874659ea59fa3f1f34a02ed910f655db2ec5b030ef40f89dca0b90932a3b579768db4e7f30773ca9cbbf72891369efe34fdbf111669c3bb583e8c69eda85
-rw-r--r-- | doc/release-notes.md | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 9bf9e63c5c..32bf667734 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,12 +1,8 @@ -(note: this is a temporary file, to be added-to by anybody, and moved to -release-notes at release time) +Bitcoin Core version *0.15.0.1* is now available from: -Bitcoin Core version *0.15.1* is now available from: + <https://bitcoin.org/bin/bitcoin-core-0.15.0.1/> - <https://bitcoin.org/bin/bitcoin-core-0.15.1/> - -This is a new major version release, including new features, various bugfixes -and performance improvements, as well as updated translations. +This is a minor bug fix for 0.15.0. Please report bugs using the issue tracker at GitHub: @@ -60,16 +56,28 @@ frequently tested on them. Notable changes =============== +GUI startup crash issue +------------------------- + +After upgrade to 0.15.0, some clients would crash at startup because a custom +fee setting was configured that no longer exists in the GUI. This is a minimal +patch to avoid this issue from occuring. + +0.15.0.1 Change log +==================== +- #11332 `46c8d23` Fix possible crash with invalid nCustomFeeRadio in QSettings (achow101, TheBlueMatt) -0.15.1 Change log -================= +Also the manpages were updated, as this was forgotten for 0.15.0. Credits ======= Thanks to everyone who directly contributed to this release: -(fill this in) +- Andrew Chow +- Matt Corallo +- Jonas Schnelli +- Wladimir J. van der Laan As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). |