From 6372e93bc1d1d62a2204617e13649cbaf7088713 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 --- RELEASE-NOTES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7d67cbe..f62be6a 100644 --- a/RELEASE-NOTES +++ b/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 -------------