diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-02-08 10:46:49 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-02-08 10:50:08 +0100 |
commit | a5e3d44cc8f61f03a94d57302ff8c33c8f8a8689 (patch) | |
tree | e292143df51ac212482f0a6443edd6671606c72a | |
parent | 4f63a43f6b0425b4cdd9211283017af375e18c90 (diff) |
doc: Update release notes from wiki (for rc3 PRs)v0.16.0rc3
Tree-SHA512: 34fa3ae23c0857fe7a0972b7c5dee802dc66b1eb85d6f70dc50257c4b61a10bab3d481cae6288d5a5da3230505d12e861373988a16a888a3198fbddd36a919bb
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 5b1ef0e457..841f4ea071 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -225,6 +225,7 @@ Known Issues - #12127 `9501dc2` Remove unused mempool index (sdaftuar) - #12118 `44080a9` Sort mempool by min(feerate, ancestor_feerate) (sdaftuar) - #8498 `0e3a411` Minimize the number of times it is checked that no money... (jtimon) +- #12368 `3f5012b` Hold mempool.cs for the duration of ATMP (TheBlueMatt) ### P2P protocol and network code - #10596 `6866b49` Add vConnect to CConnman::Options (benma) @@ -318,6 +319,8 @@ Known Issues - #11303 `e542728` Fix estimatesmartfee rounding display issue (TheBlueMatt) - #7061 `8c2de82` Add RPC call "rescanblockchain <startheight> <stopheight>" (jonasschnelli) - #11055 `95e14dc` RPC getreceivedbyaddress should return error if called with address not owned by the wallet (jnewbery) +- #12366 `93de37a` http: Join worker threads before deleting work queue (laanwj) +- #12315 `758a41e` Bech32 addresses in dumpwallet (fivepiece) ### GUI - #10964 `64e66bb` Pass SendCoinsRecipient (208 bytes) by reference (practicalswift) @@ -349,6 +352,8 @@ Known Issues - #11991 `062c8b6` Receive: checkbox for bech32 address (Sjors) - #11644 `045a809` Fix qt build broken by 5a5e4e9 (TheBlueMatt) - #11448 `d473e6d` reset addrProxy/addrSeparateProxyTor if colon char missing (mess110) +- #12377 `604f289` qt: Poll ShutdownTimer after init is done (MarcoFalke) +- #12374 `daaae36` qt: Make sure splash screen is freed on AppInitMain fail (laanwj) ### Build system - #10923 `2c9f5ec` travis: Build with --enable-werror under OS X (practicalswift) @@ -601,6 +606,7 @@ Known Issues - #12194 `7abb0f0` Add change type option to fundrawtransaction (promag) - #12269 `2ae7cf8` Update defaultAssumeValid to block 506067 (gmaxwell) - #11952 `9ab9963` univalue: Bump subtree (MarcoFalke) +- #12367 `09fc859` Fix two fast-shutdown bugs (TheBlueMatt) Credits ======= @@ -642,6 +648,7 @@ Thanks to everyone who directly contributed to this release: - Evan Klitzke - fanquake - Ferdinando M. Ametrano +- fivepiece - flack - Florian Schmaus - gnuser @@ -709,4 +716,3 @@ Thanks to everyone who directly contributed to this release: - Wladimir J. van der Laan As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/). - |