aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-10-18 20:40:09 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-10-18 20:55:35 +0200
commit1646f9c7603610a55b36ee1f1f057ecabaf3e6de (patch)
tree0324a1c76e3eb18fd218e378e2d0bc2686cc4955 /doc/release-notes.md
parent51bad9195eb435200626beccbaf6b60774a4a894 (diff)
parent20cdc2b36c40221a0eec942a1fbdf38ca7c4e005 (diff)
downloadbitcoin-1646f9c7603610a55b36ee1f1f057ecabaf3e6de.tar.xz
Merge #11447: 0.15.1: Backports
20cdc2b Fix importmulti bug when importing an already imported key (Pedro Branco) 405e069 Update importprivkey named args documentation (Dusty Williams) c94527a [Docs] Update Windows build instructions for using WSL and Ubuntu 17.04 (fanquake) 27e861a net: Improve and document SOCKS code (Wladimir J. van der Laan) dea3b87 Add new step to clean $PATH var by removing /mnt specific Window's %PATH% paths that cause issues with the make system (Donal OConnor) a43be5b rpc: Prevent `dumpwallet` from overwriting files (Wladimir J. van der Laan) b6c0209 Fix validationinterface build on super old boost/clang (Matt Corallo) 6a62c74 qt: Backup former GUI settings on `-resetguisettings` (Wladimir J. van der Laan) 0fe2a9a when clearing addrman clear mapInfo and mapAddr (Gregory Sanders) 6b4d9f2 wallet: update stored witness in AddToWallet (Suhas Daftuar) 62d18cd doc: Prepare release notes for 0.15.1 (MarcoFalke) 8b61aee Put back inadvertently removed copyright notices (Paul Berg) 75997c3 Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds (Matt Corallo) 8d13b42 Replace save|restoreWindowGeometry with Qt functions (MeshCollider) 6642558 [Qt] Add delay before filtering transactions Fixes 3141 (Lucas Betschart) 19d63e8 Remove custom fee radio group (Andrew Chow) b1a6c94 rpc: make estimatesmartfee argument naming consistent with documentation (Wladimir J. van der Laan) 921542e rpc: update cli for estimatefee argument rename (Wladimir J. van der Laan) 2e31b1d Fix division by zero in time remaining (MeshCollider) 47c02a8 qt: Use IsMine to validate custom change address (Chris Moore) 7310f1f [Qt] Fix display of package name on 'open config file' tooltip (Daniel Edgecumbe) 2cb720a Acquire cs_main lock before cs_wallet during wallet initialization (Russell Yanofsky) b278a43 rpc: Write authcookie atomically (Wladimir J. van der Laan) 50bd3f6 Avoid returning a BIP9Stats object with uninitialized values (practicalswift) 9e8aae3 [wallet] Close DB on error. (Karl-Johan Alm) Pull request description: This mostly backports various commits that fix(ed) bugs and issues. However, it also includes two patches for qt that only fix minor issues, as well as some doc patches. Tree-SHA512: 5165e309faf6b4395fdf2f6662ccc0d58306971f3769e675504f17b2055efe29b2919f22d0dbf78c4c2dc7fd5c9d08a2c53345615e4a1df73914526687c9d571
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md29
1 files changed, 12 insertions, 17 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 32bf667734..0235e1c606 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)
- <https://bitcoin.org/bin/bitcoin-core-0.15.0.1/>
+Bitcoin Core version *0.15.1* is now available from:
-This is a minor bug fix for 0.15.0.
+ <https://bitcoin.org/bin/bitcoin-core-0.15.1/>
+
+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,19 @@ 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.
+- `dumpwallet` no longer allows overwriting files. This is a security measure
+ as well as prevents dangerous user mistakes.
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/).