From 7b8119d78749c30df521bd652fcd960c66b01e4a Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 18 Dec 2016 23:21:22 +0900 Subject: [PATCH] Prepare 0.9.13 --- RELEASE-NOTES | 8 ++++++++ server/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8dc0705..726d720 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,11 @@ +version 0.9.13 +-------------- + +- fix to reduce verbosity of logging of deprioritised sessions. Sessions + are deprioritised if they are using high bandwidth, or if they are part + of a group using high bandwidth. Previously each delayed request scheduling + would be logged, now only changes in the delay (up or down) are logged. + version 0.9.12 -------------- diff --git a/server/version.py b/server/version.py index 91be23f..69534cf 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.12" +VERSION = "ElectrumX 0.9.13"