From 86086cac633849bf787183ca4b12ddf55cb9f2b0 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 23 Nov 2016 17:59:18 +0900 Subject: [PATCH] Prepare 0.7.5 --- docs/RELEASE-NOTES | 14 ++++++++++++++ server/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 7d67cbe..f62be6a 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,17 @@ +version 0.7.5 +------------- + +- refactoring of server manager and event handling. One side effect + is to fix a bug in 0.7.4 where after a reorg ElectrumX might create + a second mempool and/or kick off more servers. Your testing would + be appreciated. This is part of the refactoring necessary to + process incoming blocks asynchronously so client connections are not + left waiting for several seconds +- close connections on first bad JSON encoding. Do not process buffered + requests of a closing connection +- make IRC params a function of the coin (TheLazier) and supply them for + Dash + version 0.7.4 ------------- diff --git a/server/version.py b/server/version.py index aa6eb22..c7103aa 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.7.4" +VERSION = "ElectrumX 0.7.5"