Browse Source

version 1.5.8

283 1.5.8
ThomasV 12 years ago
parent
commit
cefb1445de
  1. 5
      RELEASE-NOTES
  2. 4
      lib/version.py

5
RELEASE-NOTES

@ -3,13 +3,16 @@
== Core
* (Bug) Fix pending address balance on received coins for pruning servers
* (Bug) Fix history command line option to show output again (regression by SPV)
* (Chore) Restore timer for deseeded wallets
* (Chore) Add timeout to blockchain headers file download by HTTP
* (Feature) new option: -L, --language: default language used in GUI.
== Lite GUI
* (Bug) Sending to auto-completed contacts works again
* (Chore) Added version number to title bar
== Classic GUI
* (Feature) Language selector in options.
# Release 1.5.7 (18-12-2012)
== Core

4
lib/version.py

@ -1,4 +1,4 @@
ELECTRUM_VERSION = "1.5.7" # version of the client package
ELECTRUM_VERSION = "1.5.8" # version of the client package
PROTOCOL_VERSION = '0.6' # protocol version requested
SEED_VERSION = 4 # bump this everytime the seed generation is modified
TRANSLATION_ID = 33853 # version of the wiki page
TRANSLATION_ID = 34259 # version of the wiki page

Loading…
Cancel
Save