diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-09-19 13:32:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-09-19 13:49:47 +0200 |
commit | 0602db06eb1530606b85b2c137ddf0c63347a4fa (patch) | |
tree | b9492e676c862ffccc0cbde4f1ae43d7559618f0 /doc/release-notes.md | |
parent | 4b8a3f5d235f40be8102506ab26caad005cc40d6 (diff) | |
parent | 391b2cf0250de44afcaeaaf977e3ef8ec5c4d55f (diff) |
Merge #14262: 0.15.2 release notes, manpage and version bumpv0.15.2
391b2cf0250de44afcaeaaf977e3ef8ec5c4d55f doc: Update manpages for 0.15.2 (Sjors Provoost)
1e3dafcaa7b195d14713ad1a146c2bb2003c91b3 build: Bump version to 0.15.2 (Sjors Provoost)
bf47116671c15ab792db2a3242d468ae2fa85cb0 doc: 0.15.2 release notes (Sjors Provoost)
Pull request description:
Semi manual based on [commits since v0.15.1](https://github.com/bitcoin/bitcoin/compare/v0.15.1...0.15), so please sanity check.
Tree-SHA512: d4df6ed446f61657c1ed3c545808bafa2ba4d38ea6073881c1e69da20a01c64b20e550eb15d57c6dde390d260b369d348ba8b74b42ab3283e8cdf12632c427a0
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 55 |
1 files changed, 48 insertions, 7 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index e9da25732c..69dd93807e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,10 +1,10 @@ -Bitcoin Core version *0.15.1* is now available from: +Bitcoin Core version *0.15.2* is now available from: - <https://bitcoincore.org/bin/bitcoin-core-0.15.x/> + <https://bitcoincore.org/bin/bitcoin-core-0.15.2/> or - <https://bitcoin.org/bin/bitcoin-core-0.15.x/> + <https://bitcoin.org/bin/bitcoin-core-0.15.2/> This is a new minor version release, including various bugfixes and performance improvements, as well as updated translations. @@ -62,15 +62,56 @@ frequently tested on them. Notable changes =============== -0.15.x Change log +Denial-of-Service vulnerability CVE-2018-17144 +------------------------------- + +A denial-of-service vulnerability exploitable by miners has been discovered in +Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of +the vulnerable versions to 0.15.2 or 0.16.3 as soon as possible. + +0.15.2 Change log ================= +### Build system + +- #11995 `9bb1a16` depends: Fix Qt build with XCode 9.2(fanquake) +- #12946 `93b9a61` depends: Fix Qt build with XCode 9.3(fanquake) +- #13544 `9fd3e00` depends: Update Qt download url (fanquake) +- #11847 `cb7ef31` Make boost::multi_index comparators const (sdaftuar) + +### Consensus +- #14247 `4b8a3f5` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar) + +### RPC +- #11676 `7af2457` contrib/init: Update openrc-run filename (Luke Dashjr) +- #11277 `7026845` Fix uninitialized URI in batch RPC requests (Russell Yanofsky) + +### Wallet +- #11289 `3f1db56` Wrap dumpwallet warning and note scripts aren't dumped (MeshCollider) +- #11289 `42ea47d` Add wallet backup text to import*, add* and dumpwallet RPCs (MeshCollider) +- #11590 `6372a75` [Wallet] always show help-line of wallet encryption calls (Jonas Schnelli) + +### bitcoin-tx + +- #11554 `a69cc07` Sanity-check script sizes in bitcoin-tx (TheBlueMatt) + +### Tests +- #11277 `3a6cdd4` Add test for multiwallet batch RPC calls (Russell Yanofsky) +- #11647 `1c8c7f8` Add missing batch rpc calls to python coverage logs (Russell Yanofsky) +- #11277 `1036c43` Add missing multiwallet rpc calls to python coverage logs (Russell Yanofsky) +- #11277 `305f768` Limit AuthServiceProxyWrapper.\_\_getattr\_\_ wrapping (Russell Yanofsky) +- #11277 `2eea279` Make AuthServiceProxy.\_batch method usable (Russell Yanofsky) Credits ======= Thanks to everyone who directly contributed to this release: -(todo) - -As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). +- fanquake +- Jonas Schnelli +- Luke Dashjr +- Matt Corallo +- MeshCollider +- Russell Yanofsky +- Suhas Daftuar +- Wladimir J. van der Laan |