tprepare 3.0.2 release - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 580f2da19d50c919e0f8f6ca76e442d91b4bb32f DIR parent 5e8791e5a4cc38fb03fa772a06ae8aefb83e2b06 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 13 Nov 2017 11:58:25 +0100 prepare 3.0.2 release Diffstat: M RELEASE-NOTES | 11 ++++++++++- M lib/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,7 +1,16 @@ +# Release 3.0.2 + * Android: replace requests tab with address tab, with access to + private keys + * sweeping minikeys: search for both compressed and uncompressed + pubkeys + * fix wizard crash when attempting to reset Google Authenticator + * fix #3248: fix Ledger+segwit signing + * fix #3262: fix SSL payment request signing + * other minor fixes. + # Release 3.0.1 * minor bug and usability fixes - # Release 3.0 - Uncanny Valley (November 1st, 2017) * The project was migrated to Python3 and Qt5. Python2 is no longer DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.0.1' # version of the client package +ELECTRUM_VERSION = '3.0.2' # version of the client package PROTOCOL_VERSION = '1.1' # protocol version requested # The hash of the mnemonic seed must begin with this