Prepare 0.10.7

This commit is contained in:
Neil Booth 2017-01-17 08:13:57 +09:00
parent f05dd6c2a3
commit 0dfdfaba7e
2 changed files with 10 additions and 1 deletions

View File

@ -137,6 +137,15 @@ version prior to the release of 1.0.
ChangeLog ChangeLog
========= =========
Version 0.10.7
--------------
* remove LMDB
* turn on snappy compression for LevelDB and RocksDB; gives smaller DBs and
faster sync
* fix and speed up RocksDB iterator slightly
* expect JSON with bitcoind HTTP status code 500
Version 0.10.6 Version 0.10.6
-------------- --------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.6" VERSION = "ElectrumX 0.10.7"