Prepare 0.10.15

This commit is contained in:
Neil Booth 2017-01-31 08:17:10 +09:00
parent 616bcf6bfd
commit 60711956d5
2 changed files with 13 additions and 1 deletions

View File

@ -138,6 +138,16 @@ ChangeLog
Version 0.10.14
---------------
* Force JSONRPCv2 for backwards compat with Coinomi wallets that don't
speak JSON RPCv1 properly. This will only be forced for a few
months to give Coinomi users a chance to upgrade.
* Basic sanity check on IRC reported settings (closes `#110`_)
* Add an RPC interface to set **DAEMON_URL** at run-time and switch back
to the primary daemon (closes `#111`_)
Version 0.10.14
---------------
* misc cleanups and code changes to prepare for peer discovery in 0.11.0
* add `docs/PEER_DISCOVERY.rst`_
@ -278,5 +288,7 @@ stability please stick with the 0.9 series.
.. _#101: https://github.com/kyuupichan/electrumx/issues/101
.. _#102: https://github.com/kyuupichan/electrumx/issues/102
.. _#103: https://github.com/kyuupichan/electrumx/issues/103
.. _#110: https://github.com/kyuupichan/electrumx/issues/110
.. _#111: https://github.com/kyuupichan/electrumx/issues/111
.. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst
.. _docs/PEER_DISCOVERY.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/PEER_DISCOVERY.rst

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.14"
VERSION = "ElectrumX 0.10.15"