tversion 2.0.3 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 39ba3db0ddaf775a559951ea5a85f30afc58e6c3
DIR parent bf341f0cd3869de37a3042fce3182c44471ae562
HTML Author: ThomasV <thomasv@gitorious>
Date: Sat, 14 Mar 2015 14:29:10 +0100
version 2.0.3
Diffstat:
M RELEASE-NOTES | 5 +++++
M lib/version.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
---
DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
t@@ -1,3 +1,8 @@
+# Release 2.0.3 - bugfixes and minor GUI improvements
+ * Do not use daemon threads (fix #960)
+ * Add a zoom button to receive tab
+ * Use Tor's default port number in default proxy config
+
# Release 2.0.2 - bugfixes
* Fix transaction sweep (#1066)
* Fix thread timing bug (#1054)
DIR diff --git a/lib/version.py b/lib/version.py
t@@ -1,4 +1,4 @@
-ELECTRUM_VERSION = "2.0.2" # version of the client package
+ELECTRUM_VERSION = "2.0.3" # version of the client package
PROTOCOL_VERSION = '0.9' # protocol version requested
NEW_SEED_VERSION = 11 # electrum versions >= 2.0
OLD_SEED_VERSION = 4 # electrum versions < 2.0