Prepare 1.0.10

This commit is contained in:
Neil Booth 2017-04-28 22:44:48 +09:00
parent 9af037b4be
commit 2fe67932c5
2 changed files with 12 additions and 1 deletions

View File

@ -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
-------------

View File

@ -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'