From 36a06ea2c2128440e8f1b8bc43f33b17a8149445 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 6 Dec 2016 06:40:19 +0900 Subject: [PATCH] Prepare 0.8.4 --- README.rst | 6 ++---- RELEASE-NOTES | 5 +++++ server/version.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 6b32929..ccd46e0 100644 --- a/README.rst +++ b/README.rst @@ -113,10 +113,8 @@ be necessary. Roadmap Pre-1.0 =============== -- minor code cleanups -- 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 bandwidth limit controls +- minor code cleanups. It is unlikely DB format will change +- better DoS protections and mempool handling - implement simple protocol to discover peers without resorting to IRC diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6140ddc..78c83b1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +version 0.8.4 +------------- + +- remove invalidated histories from cache on new block + version 0.8.3 ------------- diff --git a/server/version.py b/server/version.py index 5e72ebe..23e3031 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.8.3" +VERSION = "ElectrumX 0.8.4"