mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
release 3.0.4
This commit is contained in:
parent
d4f1445914
commit
063ec0a758
2 changed files with 11 additions and 1 deletions
|
@ -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
|
# Release 3.0.3
|
||||||
* Qt GUI: sweeping now uses the Send tab, allowing fees to be set
|
* 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
|
* Windows: if using the installer binary, there is now a separate shortcut
|
||||||
|
|
|
@ -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
|
PROTOCOL_VERSION = '1.1' # protocol version requested
|
||||||
|
|
||||||
# The hash of the mnemonic seed must begin with this
|
# The hash of the mnemonic seed must begin with this
|
||||||
|
|
Loading…
Add table
Reference in a new issue