Prepare 0.11.1

This commit is contained in:
Neil Booth 2017-02-18 16:13:41 +09:00
parent f3cdd97ff9
commit a99e8bf45f
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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'