Skip to content

Commit

Permalink
release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa authored and SomberNight committed Jan 7, 2018
1 parent 6be7bda commit f8fad2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 3.0.4 : (Security update)

* Fix a vulnerability caused by Cross-Origin Resource Sharing (CORS)
in the JSONRPC interface. Previous versions of Electrum are
vulnerable to port scanning and deanonimization attacks from
malicious websites. Wallets that are not password-protected are
vulnerable to theft.
* Bundle QR scanner with Android app
* Minor bug fixes

# Release 3.0.3
* Qt GUI: sweeping now uses the Send tab, allowing fees to be set
* Windows: if using the installer binary, there is now a separate shortcut
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELECTRUM_VERSION = '3.0.3' # version of the client package
ELECTRUM_VERSION = '3.0.4' # version of the client package
PROTOCOL_VERSION = '1.1' # protocol version requested

# The hash of the mnemonic seed must begin with this
Expand Down

0 comments on commit f8fad2f

Please sign in to comment.