Browse Source

version 2.7.7 + release notes

283 2.7.7
ThomasV 9 years ago
parent
commit
8c603d6396
  1. 5
      RELEASE-NOTES
  2. 2
      lib/version.py

5
RELEASE-NOTES

@ -1,5 +1,8 @@
# Release 2.7.6 # Release 2.7.7
* Fix utf8 encoding bug with old wallet seeds (issue #1967)
* Fix delete request from menu (isue #1968)
# Release 2.7.6
* Fixes a critical bug with imported private keys (issue #1966). Keys * Fixes a critical bug with imported private keys (issue #1966). Keys
imported in Electrum 2.7.x were not encrypted, even if the wallet imported in Electrum 2.7.x were not encrypted, even if the wallet
had a password. If you imported private keys using Electrum 2.7.x, had a password. If you imported private keys using Electrum 2.7.x,

2
lib/version.py

@ -1,4 +1,4 @@
ELECTRUM_VERSION = '2.7.6' # version of the client package ELECTRUM_VERSION = '2.7.7' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested PROTOCOL_VERSION = '0.10' # protocol version requested
OLD_SEED_VERSION = 4 # electrum versions < 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0

Loading…
Cancel
Save