From a7b54ec6ae97ada624e1ed7ba21c239c6b9951c3 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Tue, 27 Jun 2017 21:23:14 -0700 Subject: [PATCH] Litecoin: Update release notes for v0.13.3 --- doc/release-notes-litecoin.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/doc/release-notes-litecoin.md b/doc/release-notes-litecoin.md index 4e4ef23824..43601f66c7 100644 --- a/doc/release-notes-litecoin.md +++ b/doc/release-notes-litecoin.md @@ -2,7 +2,7 @@ Litecoin Core version 0.13.3 is now available from: -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, including new features, various bugfixes and performance improvements. It is recommended to upgrade to this version. Please report bugs using the issue tracker at github: @@ -45,10 +45,26 @@ Litecoin Core now supports P2SH addresses beginning with M on mainnet and Q on t P2SH addresses beginning with 3 on mainnet and m or n on testnet will continue to be valid. Old and new addresses can be used interchangeably. +miniupnp CVE-2017-8798 +---------------------- + +Bundled miniupnpc was updated to 2.0.20170509. This fixes an integer signedness error (present in MiniUPnPc v1.4.20101221 through v2.0) that allows remote attackers (within the LAN) to cause a denial of service or possibly have unspecified other impact. + +This only affects users that have explicitly enabled UPnP through the GUI setting or through the -upnp option, as since the last UPnP vulnerability (in Litecoin Core 0.10.4) it has been disabled by default. + +If you use this option, it is recommended to upgrade to this version as soon as possible. + Reset Testnet ------------- -Testnet3 has been deprecated and replaced with Testnet4. +Testnet3 has been deprecated and replaced with Testnet4. The server port has been changed to 19335 however the RPC port remains +the same (19332). + +Testnet faucets can be located at: +- http://testnet.litecointools.com +- http://testnet.thrasher.io + +Developers who require the new testnet blockchain paramaters can find them [here](https://github.com/litecoin-project/litecoin/blob/0.13/src/chainparams.cpp#L214). Credits ======= @@ -57,5 +73,8 @@ Thanks to everyone who directly contributed to this release: - [The Bitcoin Core Developers](/doc/release-notes) - Adrian Gallagher -- shaolinfry +- Shaolin Fry - Xinxi Wang +- Out0fmemory +- Erasmospunk +- Romanornr