From b8dfae34281477f7bb5a7ccb96c510c44297505d Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 7 Jan 2017 15:29:57 +0900 Subject: [PATCH] Prepare 0.9.23 --- README.rst | 7 +++++++ server/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 688ca5c..292dd95 100644 --- a/README.rst +++ b/README.rst @@ -145,6 +145,12 @@ need to resync from Genesis, which is quite tolerable. ChangeLog ========= +Version 0.9.23 +-------------- + +* Includes what should be a fix for issue `#94#` - stale references to + old sessions. This would effectively memory and network handles. + Version 0.9.22 -------------- @@ -312,4 +318,5 @@ Version 0.9.0 .. _#88: https://github.com/kyuupichan/electrumx/issues/88 .. _#89: https://github.com/kyuupichan/electrumx/issues/89 .. _#93: https://github.com/kyuupichan/electrumx/issues/93 +.. _#94: https://github.com/kyuupichan/electrumx/issues/94 .. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst diff --git a/server/version.py b/server/version.py index 47bceef..1c4d9ce 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.22" +VERSION = "ElectrumX 0.9.23"