From 62d18cdb893fea92680a6f382bb8b3e8ca157bcf Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 3 Oct 2017 18:09:04 +0200 Subject: doc: Prepare release notes for 0.15.1 --- doc/release-notes.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'doc/release-notes.md') diff --git a/doc/release-notes.md b/doc/release-notes.md index 32bf667734..ef8de316a5 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,8 +1,12 @@ -Bitcoin Core version *0.15.0.1* is now available from: +(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.1* is now available from: -This is a minor bug fix for 0.15.0. + + +This is a new minor version release, including various bugfixes and +performance improvements, as well as updated translations. Please report bugs using the issue tracker at GitHub: @@ -56,28 +60,16 @@ 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) -Also the manpages were updated, as this was forgotten for 0.15.0. +0.15.1 Change log +================= Credits ======= Thanks to everyone who directly contributed to this release: -- Andrew Chow -- Matt Corallo -- Jonas Schnelli -- Wladimir J. van der Laan +(fill this in) As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). -- cgit v1.2.3 From a43be5bcdb27a68abe9bb5fec57185a1b6652479 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 7 Mar 2017 09:50:41 +0100 Subject: rpc: Prevent `dumpwallet` from overwriting files Prevent arbitrary files from being overwritten. There have been reports that users have overwritten wallet files this way. It may also avoid other security issues. Fixes #9934. Adds mention to release notes and adds a test. Github-Pull: #9937 Rebased-From: 0cd9273fd959c6742574259d026039f7da0309a2 --- doc/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/release-notes.md') diff --git a/doc/release-notes.md b/doc/release-notes.md index ef8de316a5..0235e1c606 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -65,6 +65,9 @@ Notable changes 0.15.1 Change log ================= +- `dumpwallet` no longer allows overwriting files. This is a security measure + as well as prevents dangerous user mistakes. + Credits ======= -- cgit v1.2.3