1.9.1: bug fixes
authorThomasV <thomasv@gitorious>
Tue, 5 Nov 2013 22:28:04 +0000 (23:28 +0100)
committerThomasV <thomasv@gitorious>
Tue, 5 Nov 2013 22:28:04 +0000 (23:28 +0100)
RELEASE-NOTES
lib/version.py

index bc141ca..2e6c573 100644 (file)
@@ -1,3 +1,7 @@
+# Release 1.9.1
+* fix regression with --offline mode
+* fix regression with --portable mode: use a dedicated directory
+
 # Release 1.9
 
 * The client connects to multiple servers in order to retrieve block headers and find the longest chain
index af0dcd9..a7487c9 100644 (file)
@@ -1,4 +1,4 @@
-ELECTRUM_VERSION = "1.9"    # version of the client package
+ELECTRUM_VERSION = "1.9.1"  # version of the client package
 PROTOCOL_VERSION = '0.6'    # protocol version requested
 SEED_VERSION     = 6        # bump this every time the seed generation is modified
 SEED_PREFIX      = '01'     # the hash of the mnemonic seed must begin with this