Browse Source

Prepare 1.0.8

master 1.0.8
Neil Booth 8 years ago
parent
commit
e0a79c313c
  1. 11
      README.rst
  2. 2
      server/version.py

11
README.rst

@ -127,6 +127,17 @@ Roadmap
ChangeLog ChangeLog
========= =========
Version 1.0.8
-------------
Minor peer-discovery tweaks:
* I intended that if a host and its IP address were both registered as
peers, that the real hostname replace the IP address. That wasn't
working properly and is fixed now.
* 1.0.6 no longer required a clearnet identity but part of the peer
discovery logic assumed one existed. That is now fixed.
Version 1.0.7 Version 1.0.7
------------- -------------

2
server/version.py

@ -1,5 +1,5 @@
# Server name and protocol versions # Server name and protocol versions
VERSION = 'ElectrumX 1.0.7' VERSION = 'ElectrumX 1.0.8'
PROTOCOL_MIN = '1.0' PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0' PROTOCOL_MAX = '1.0'

Loading…
Cancel
Save