From 7442bad66c89395d8208fc293bfc0e078eaa23f8 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 21 Aug 2017 20:52:02 +0900 Subject: [PATCH] Prepare 1.0.16 --- README.rst | 10 ++++++++++ server/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f0550c6..113a05b 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,16 @@ Roadmap ChangeLog ========= +Version 1.0.16 +-------------- + +- binding address fix for multi-homed machines (mmouse) +- listen to IPv4 and IPv6 local interfaces +- add Fujicoin (fujicoin), Crown (Extreemist), RegTest (RCasatta), + Monacoin (cryptocoin-junkey) +- bug fixes and updates (Kefkius, mmouse, thesamesam, cryptocoin-junkey, + jtarthur) + Version 1.0.15 -------------- diff --git a/server/version.py b/server/version.py index c0277f7..0a8daa5 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.15' +VERSION = 'ElectrumX 1.0.16' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'