Prepare 0.9.4

This commit is contained in:
Neil Booth 2016-12-13 22:52:00 +09:00
parent e2f4847632
commit ef65f9f281
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
version 0.9.4
-------------
- new env var MAX_SESSIONS, see docs/ENV-NOTES. The default limit is
1,000 sessions so raise this if you want to be able to take more.
- a couple of minor bug fixes relating to paused connections
- removed RPC calls numsessions and numpeers. They're not very interesting
and all that and more is in getinfo.
version 0.9.3
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.9.3"
VERSION = "ElectrumX 0.9.4"