From 2fe67932c5feb12ae68a2a7b9c3b81e301fdcf47 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 28 Apr 2017 22:44:48 +0900 Subject: [PATCH] Prepare 1.0.10 --- README.rst | 11 +++++++++++ server/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5509e36..fb7cac8 100644 --- a/README.rst +++ b/README.rst @@ -130,6 +130,17 @@ Roadmap ChangeLog ========= +Version 1.0.10 +-------------- + +- add bauerj's installer docs +- segwit has activated on Litecoin. Make segwit deserialization the + default. Also as the first Segwit block probably will break old + electrum-server implementation servers, disable IRC and make + Litecoin mainnet and testnet use the peer-discovery protocol. If + you previously used "testnet-segwit" as your NET you should instead + use "testnet". + Version 1.0.9 ------------- diff --git a/server/version.py b/server/version.py index fc5a6f8..cdab28f 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.9' +VERSION = 'ElectrumX 1.0.10' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'