Litecoin Core version 0.16.1 is now available from:
Litecoin Core version 0.16.2 is now available from:
<https://download.litecoin.org/litecoin-0.16.1/>
<https://download.litecoin.org/litecoin-0.16.2/>
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
@@ -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'
- #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 <memory> 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:
@@ -142,3 +166,8 @@ Thanks to everyone who directly contributed to this release:
This is a new major 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:
@ -46,100 +46,71 @@ the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not su
@@ -46,100 +46,71 @@ the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not su
Bitcoin Core should also work on most other Unix-like systems but is not
frequently tested on them.
Notable changes
===============
Miner block size removed
------------------------
The `-blockmaxsize` option for miners to limit their blocks' sizes was
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
- #11423`d353dd1` [Policy] Several transaction standardness rules (jl2012)