From e0a79c313c31a86b32517e58d5d85294cf74c570 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 3 Apr 2017 20:13:35 +0900 Subject: [PATCH] Prepare 1.0.8 --- README.rst | 11 +++++++++++ server/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 52cecb4..bc2596f 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,17 @@ Roadmap 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 ------------- diff --git a/server/version.py b/server/version.py index a99169f..97d5497 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.7' +VERSION = 'ElectrumX 1.0.8' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'