URI: 
       tupdate release notes - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6c30efd8be73b4d001ba5cf495f600f9c3894f6f
   DIR parent 1e392313443685ed1dfc2751560b0ffc30a8eff5
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 25 Feb 2015 11:23:03 +0100
       
       update release notes
       
       Diffstat:
         M RELEASE-NOTES                       |      16 +++++++++-------
       
       1 file changed, 9 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -15,7 +15,7 @@
           and use a gap limit of 20.
        
         * Support for Multisig wallets using parallel BIP32 derivations and
       -   P2SH addresses (2 of 2, 2 of 3).
       +   P2SH addresses ("2 of 2", "2 of 3").
        
         * Compact serialization format for unsigned or partially signed
           transactions, that includes the BIP32 master public key and
       t@@ -27,7 +27,7 @@
           - In the GUI, payment requests are shown in the 'Invoices' tab.
        
         * Two-factor authentication plugin using TrustedCoin's cosigning
       -   service. It uses 2 of 3 multisig wallets and Google
       +   service. It uses "2 of 3" multisig wallets and Google
           Authenticator. These wallets can be deterministically restored from
           seed without Trustedcoin's server.
        
       t@@ -49,12 +49,14 @@
         * The 'Send' tab in the Qt GUI supports transactions with multiple
           outputs, and raw hexadecimal scripts.
        
       - * The GUI can use the daemon: "electrum -d". The daemon can serve
       -   several clients. It times out if no client uses if for more than 5
       -   minutes.
       + * The GUI can connect to the Electrum daemon: "electrum -d" will
       +   start the daemon if it is not already running, and the GUI will
       +   connect to it. The daemon can serve several clients. It times out
       +   if no client uses if for more than 5 minutes.
        
       - * More watching-only functionality: Create wallets to monitor any 
       -   address of choice by entering a list of addresses in the install wizard
       + * The install wizard can be used to import addresses or private
       +   keys. A watching-only wallet is created by entering a list of
       +   addresses in the wizard dialog.
        
         * New file format: Wallets files are saved as JSON. Note that new
           wallet files cannot be read by older versions of Electrum. Old