#1585 Fixed build without HTTP support.

This commit is contained in:
XMRig 2020-03-08 12:29:32 +07:00
parent e8355e1a1c
commit f1e688724e
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
# v5.9.0
- [#1578](https://github.com/xmrig/xmrig/pull/1578) Added new RandomKEVA algorithm for upcoming Kevacoin fork, as `"algo": "rx/keva"` or `"coin": "keva"`.
- [#1584](https://github.com/xmrig/xmrig/pull/1584) Fixed invalid AstroBWT hashes after algorithm switching.
- [#1585](https://github.com/xmrig/xmrig/issues/1585) Fixed build without HTTP support.
- Added command line option `--astrobwt-max-size`.
# v5.8.2