Browse Source

Prepare 0.11.1

master
Neil Booth 8 years ago
parent
commit
a99e8bf45f
  1. 7
      README.rst
  2. 2
      server/version.py

7
README.rst

@ -136,6 +136,12 @@ version for the release of 1.0.
ChangeLog ChangeLog
========= =========
Version 0.11.1
--------------
* report unconfirmed parent tx status correctly, and notify if that
parent status changes. Fixes `#129`_.
Version 0.11.0 Version 0.11.0
-------------- --------------
@ -332,6 +338,7 @@ stability please stick with the 0.9 series.
.. _#110: https://github.com/kyuupichan/electrumx/issues/110 .. _#110: https://github.com/kyuupichan/electrumx/issues/110
.. _#111: https://github.com/kyuupichan/electrumx/issues/111 .. _#111: https://github.com/kyuupichan/electrumx/issues/111
.. _#126: https://github.com/kyuupichan/electrumx/issues/126 .. _#126: https://github.com/kyuupichan/electrumx/issues/126
.. _#129: https://github.com/kyuupichan/electrumx/issues/129
.. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst .. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst
.. _docs/ENVIRONMENT.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/ENVIRONMENT.rst .. _docs/ENVIRONMENT.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/ENVIRONMENT.rst
.. _docs/PEER_DISCOVERY.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/PEER_DISCOVERY.rst .. _docs/PEER_DISCOVERY.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/PEER_DISCOVERY.rst

2
server/version.py

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

Loading…
Cancel
Save