tversion 3.2.2 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 26fcb1d3d5502580eb745a3671aa42d106df94eb DIR parent 2693d345f9c63b9f14000e80b0be13b09a809f5d HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 2 Jul 2018 08:18:44 +0200 version 3.2.2 Diffstat: M RELEASE-NOTES | 6 ++++++ M lib/version.py | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,9 @@ +# Release 3.2.2 - (July 2nd, 2018) + + * Fix DNS resolution on Windows + * Fix websocket bug in daemon + + # Release 3.2.1 - (July 1st, 2018) * fix Windows binaries: due to build process changes, the locale files DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,6 +1,7 @@ -ELECTRUM_VERSION = '3.2.1' # version of the client package +ELECTRUM_VERSION = '3.2.2' # version of the client package +APK_VERSION = '3.2.2.0' # read by buildozer.spec + PROTOCOL_VERSION = '1.2' # protocol version requested -APK_VERSION = '3.2.1.0' # read by buildozer.spec # The hash of the mnemonic seed must begin with this SEED_PREFIX = '01' # Standard wallet