From ef65f9f2810f7b923e51d25500ab534326720c1c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 13 Dec 2016 22:52:00 +0900 Subject: [PATCH] Prepare 0.9.4 --- RELEASE-NOTES | 9 +++++++++ server/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e20961a..ad0b5af 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,12 @@ +version 0.9.4 +------------- + +- new env var MAX_SESSIONS, see docs/ENV-NOTES. The default limit is + 1,000 sessions so raise this if you want to be able to take more. +- a couple of minor bug fixes relating to paused connections +- removed RPC calls numsessions and numpeers. They're not very interesting + and all that and more is in getinfo. + version 0.9.3 ------------- diff --git a/server/version.py b/server/version.py index 8dddfb1..bff806e 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.3" +VERSION = "ElectrumX 0.9.4"