URI: 
       tversion 3.0.5 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit eaeac4ca51076ca847fc085d7d4a93bc39050773
   DIR parent b076f45f8e78946e8bd0548b705c39db04d5fd2f
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon,  8 Jan 2018 00:50:15 +0100
       
       version 3.0.5
       
       Diffstat:
         M RELEASE-NOTES                       |      10 ++++++++++
         M lib/version.py                      |       2 +-
       
       2 files changed, 11 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,13 @@
       +# Release 3.0.5 : (Security update)
       +
       +This is a follow-up to the 3.0.4 release, which did not completely fix
       +issue #3374. Users should upgrade to 3.0.5.
       +
       + * The JSONRPC interface is password protected
       + * JSONRPC commands are disabled if the GUI is running, except 'ping',
       +   which is used to determine if a GUI is already running
       +
       +
        # Release 3.0.4 : (Security update)
        
         * Fix a vulnerability caused by Cross-Origin Resource Sharing (CORS)
   DIR diff --git a/lib/version.py b/lib/version.py
       t@@ -1,4 +1,4 @@
       -ELECTRUM_VERSION = '3.0.4'   # version of the client package
       +ELECTRUM_VERSION = '3.0.5'   # version of the client package
        PROTOCOL_VERSION = '1.1'     # protocol version requested
        
        # The hash of the mnemonic seed must begin with this