From d949bf74d1baf5f927e0e34eb8f6bba7f923b70d Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 23 Jul 2018 17:16:50 -0700 Subject: [PATCH] Litecoin: Release notes for v0.16.2 --- doc/release-notes-litecoin.md | 39 ++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/doc/release-notes-litecoin.md b/doc/release-notes-litecoin.md index 776768844..f74cd459f 100644 --- a/doc/release-notes-litecoin.md +++ b/doc/release-notes-litecoin.md @@ -1,9 +1,9 @@ -Litecoin Core version 0.16.1 is now available from: +Litecoin Core version 0.16.2 is now available from: - + -This is a new minor version release, including new features, various bugfixes -and performance improvements, as well as updated translations. +This is a new minor version release, with various bugfixes +as well as updated translations. Please report bugs using the issue tracker at GitHub: @@ -57,7 +57,7 @@ deprecated in version 0.15.1, and has now been removed. Miners should use the `-blockmaxweight` option if they want to limit the weight of their blocks' weights. -0.16.1 change log +0.16.2 change log ------------------ ### Policy @@ -76,11 +76,24 @@ weights. ### Wallet - #13265 `5d8de76` Exit SyncMetaData if there are no transactions to sync (laanwj) - #13030 `5ff571e` Fix zapwallettxes/multiwallet interaction. (jnewbery) +- #13622 `c04a4a5` Remove mapRequest tracking that just effects Qt display. (TheBlueMatt) +- #12905 `cfc6f74` [rpcwallet] Clamp walletpassphrase value at 100M seconds (sdaftuar) +- #13437 `ed82e71` wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (MarcoFalke) + +### RPC and other APIs +- #13451 `cbd2f70` rpc: expose CBlockIndex::nTx in getblock(header) (instagibbs) +- #13507 `f7401c8` RPC: Fix parameter count check for importpubkey (kristapsk) +- #13452 `6b9dc8c` rpc: have verifytxoutproof check the number of txns in proof structure (instagibbs) +- #12837 `bf1f150` rpc: fix type mistmatch in `listreceivedbyaddress` (joemphilips) +- #12743 `657dfc5` Fix csBestBlock/cvBlockChange waiting in rpc/mining (sipa) ### GUI - #12999 `1720eb3` Show the Window when double clicking the taskbar icon (ken2812221) - #12650 `f118a7a` Fix issue: "default port not shown correctly in settings dialog" (251Labs) - #13251 `ea487f9` Rephrase Bech32 checkbox texts, and enable it with legacy address default (fanquake) +- #12432 `f78e7f6` [qt] send: Clear All also resets coin control options (Sjors) +- #12617 `21dd512` gui: Show messages as text not html (laanwj) +- #12793 `cf6feb7` qt: Avoid reseting on resetguisettigs=0 (MarcoFalke) ### Build system - #12474 `b0f692f` Allow depends system to support armv7l (hkjn) @@ -90,6 +103,8 @@ weights. - #12636 `845838c` backport: #11995 Fix Qt build with Xcode 9 (fanquake) - #12946 `e055bc0` depends: Fix Qt build with XCode 9.3 (fanquake) - #12998 `7847b92` Default to defining endian-conversion DECLs in compat w/o config (TheBlueMatt) +- #13544 `9fd3e00` depends: Update Qt download url (fanquake) +- #12573 `88d1a64` Fix compilation when compiler do not support `__builtin_clz*` (532479301) ### Tests and QA - #12447 `01f931b` Add missing signal.h header (laanwj) @@ -104,6 +119,11 @@ weights. - #12904 `6c26df0` Ensure bitcoind processes are cleaned up when tests end (sdaftuar) - #13049 `9ea62a3` Backports (MarcoFalke) - #13201 `b8aacd6` Handle disconnect_node race (sdaftuar) +- #13061 `170b309` Make tests pass after 2020 (bmwiedemann) +- #13192 `79c4fff` [tests] Fixed intermittent failure in `p2p_sendheaders.py` (lmanners) +- #13300 `d9c5630` qa: Initialize lockstack to prevent null pointer deref (MarcoFalke) +- #13545 `e15e3a9` tests: Fix test case `streams_serializedata_xor` Remove Boost dependency. (practicalswift) +- #13304 `cbdabef` qa: Fix `wallet_listreceivedby` race (MarcoFalke) ### Miscellaneous - #12518 `a17fecf` Bump leveldb subtree (MarcoFalke) @@ -111,6 +131,10 @@ weights. - #12988 `acdf433` Hold cs_main while calling UpdatedBlockTip() signal (skeees) - #12985 `0684cf9` Windows: Avoid launching as admin when NSIS installer ends. (JeremyRand) - #503 `87ec334` Fix CVE-2018-12356 by hardening the regex (jmutkawoa) +- #12887 `2291774` Add newlines to end of log messages (jnewbery) +- #12859 `18b0c69` Bugfix: Include for `std::unique_ptr` (luke-jr) +- #13131 `ce8aa54` Add Windows shutdown handler (ken2812221) +- #13652 `20461fc` rpc: Fix that CWallet::AbandonTransaction would leave the grandchildren, etc. active (Empact) ### Documentation - #12637 `60086dd` backport: #12556 fix version typo in getpeerinfo RPC call help (fanquake) @@ -142,3 +166,8 @@ Thanks to everyone who directly contributed to this release: - voidmain - wbsmolen - xinxi + +And to those that reported security issues: + +- Braydon Fuller +- Himanshu Mehta \ No newline at end of file