From db7467ef4ef99896b9baa71eb227dcbfe5f07097 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 31 May 2016 20:53:15 +0200 Subject: [PATCH] release notes for 2.7 --- RELEASE-NOTES | 9 +++++++++ lib/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c1108b62..8179a1de 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,12 @@ +# Release 2.7.0 + * Dynamic fees are enabled by default + * Support for Replace-By-Fee transactions + * Use confirmation times targets for dynamic fees + * Qt GUI: + - A fee slider is available in the in send tab + - The Address tab is hidden by default + - UTXOs are displayed in the Address tab + # Release 2.6.4 (bugfixes) * fix coinchooser bug (#1703) * fix daemon JSONRPC (#1731) diff --git a/lib/version.py b/lib/version.py index 0deda4f1..b71278f9 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.6.4' # version of the client package +ELECTRUM_VERSION = '2.7.0' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0