Browse Source

Prepare 1.0.16

master
Neil Booth 7 years ago
parent
commit
7442bad66c
  1. 10
      README.rst
  2. 2
      server/version.py

10
README.rst

@ -133,6 +133,16 @@ Roadmap
ChangeLog
=========
Version 1.0.16
--------------
- binding address fix for multi-homed machines (mmouse)
- listen to IPv4 and IPv6 local interfaces
- add Fujicoin (fujicoin), Crown (Extreemist), RegTest (RCasatta),
Monacoin (cryptocoin-junkey)
- bug fixes and updates (Kefkius, mmouse, thesamesam, cryptocoin-junkey,
jtarthur)
Version 1.0.15
--------------

2
server/version.py

@ -1,5 +1,5 @@
# Server name and protocol versions
VERSION = 'ElectrumX 1.0.15'
VERSION = 'ElectrumX 1.0.16'
PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0'

Loading…
Cancel
Save