From 6c7cf34bcd7f59b67ed4bd203cf7eab83fe523cf Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 18 Dec 2016 08:15:53 +0900 Subject: [PATCH] Prepare 0.9.12 --- RELEASE-NOTES | 10 ++++++++++ server/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0d7e5be..8dc0705 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,13 @@ +version 0.9.12 +-------------- + +- enchancements to RPC and logging. getinfo output has changed, a couple + of fields renamed. + issue 77: add PID to getinfo + issue 78: start RPC immediately, don't wait for catch-up + issue 79: show IPv6 address-port combinations properly in [] + issue 80: show DB and daemon heights in getinfo + version 0.9.11 -------------- diff --git a/server/version.py b/server/version.py index 8df7658..91be23f 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.11" +VERSION = "ElectrumX 0.9.12"