From 6d7bc7595f41d5d81b9a1c61b7af571d3d4355c5 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 18 Nov 2016 22:25:43 +0900 Subject: [PATCH] Prepare release 0.6.1 --- README.rst | 2 -- docs/RELEASE-NOTES | 9 +++++++++ server/version.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 05edc14..6c41e06 100644 --- a/README.rst +++ b/README.rst @@ -92,8 +92,6 @@ Roadmap Pre-1.0 =============== - minor code cleanups -- minor additions of missing functionality -- logging improvements, mostly post-sync. Pre-sync logs seem decent. - at most 1 more DB format change; I will make a weak attempt to retain 0.6 release's DB format if possible - provision of configurable ways to limit client connections so as to diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 214c459..444f9e4 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,12 @@ +version 0.6.1 +------------- + +- main focus was better logging - more concise and informative, particularly + when caught up +- issues closed: #26, #27 +- default reorg limit is now taken from the coin, with a high default for + bitcoin testnet + version 0.6.0 ------------- diff --git a/server/version.py b/server/version.py index d0bffae..fb32e04 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.6.0" +VERSION = "ElectrumX 0.6.1"