trelease notes - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 47a6af71f1d6d09ac1e3dbf5bf0afa1e38b561e3 DIR parent 20fc2da9b5cb64e684c2fbaccdf8da15ddd1a056 HTML Author: ThomasV <thomasv@gitorious> Date: Sat, 28 Feb 2015 11:40:35 +0100 release notes Diffstat: M RELEASE-NOTES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -30,14 +30,14 @@ * Support for hardware wallets: Trezor (Satoshilabs) and Btchip (Ledger). * Two-factor authentication service by TrustedCoin. This service uses - "2 of 3" multisig wallets and Google Authenticator. Wallets - protected by two-factor authentication can be deterministically - restored from seed, without Trustedcoin's server. + "2 of 3" multisig wallets and Google Authenticator. Note that + wallets protected by this service can be deterministically restored + from seed, without Trustedcoin's server. * Cosigner Pool plugin: encrypted communication channel for multisig wallets, to send and receive partially signed transactions. - * Audio Modem plugin : send and receive transactions by sound. + * Audio Modem plugin: send and receive transactions by sound. * OpenAlias plugin: send bitcoins to aliases verified using DNSSEC. t@@ -65,9 +65,9 @@ may take some time, because public keys will be derived for each address of your wallet. - * The SSL certificate of Electrum servers can be signed by a CA. + * The client accepts servers with a CA-signed SSL certificate. - * new ECIES encrypt/decrypt methods, availabe in the GUI and using + * ECIES encrypt/decrypt methods, availabe in the GUI and using the command line: encrypt <pubkey> <message> decrypt <pubkey> <message>