summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2018-10-16 15:44:20 +0100
committerHans-Nikolai Viessmann2018-10-16 15:44:20 +0100
commit0680bdb2450001484afd93ee6f4ff53d53c4f24a (patch)
treedbee87685e73cf39298744c6a1c613ee7cae0a7a /CHANGELOG.md
parent0f2e0780438260b33a625267dbd68051c49a9835 (diff)
downloadaur-0680bdb2450001484afd93ee6f4ff53d53c4f24a.tar.gz
bump to 2.8.1 (another monero fork imminent)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cec311b5cd1f..d0be80de6678 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+# v2.8.1
+- [#167](https://github.com/xmrig/xmrig-amd/issues/167) Fixed wrong hashrate in `GET /1/threads` endpoint.
+- [#204](https://github.com/xmrig/xmrig-nvidia/issues/204) Fixed regression, periodical health reports was not shown since v2.7.0-beta.
+
+# v2.8.0
+- **[#753](https://github.com/xmrig/xmrig/issues/753) Added new algorithm [CryptoNight variant 2](https://github.com/xmrig/xmrig/issues/753) for Monero fork, thanks [@SChernykh](https://github.com/SChernykh).**
+- **[#758](https://github.com/xmrig/xmrig/issues/758) Added SSL/TLS support for secure connections to pools.**
+ - Added per pool options `"tls"` and `"tls-fingerprint"` and command line equivalents.
+- [#245](https://github.com/xmrig/xmrig-proxy/issues/245) Fixed API ID collision when run multiple miners on same machine.
+- [#757](https://github.com/xmrig/xmrig/issues/757) Fixed send buffer overflow.
+- [#777](https://github.com/xmrig/xmrig/issues/777) Better report about pool connection issues.
+
+# v2.7.0-beta
+- Algorithm variant `cryptonight-lite/ipbc` replaced to `cryptonight-heavy/tube` for **Bittube (TUBE)** coin.
+- Added `cryptonight-heavy/xhv` variant for **Haven Protocol (XHV)** coin.
+- Added `cryptonight/rto` (cryptonight variant 1 with IPBC/TUBE mod) variant for **Arto (RTO)** coin.
+- Added `cryptonight/xao` (original cryptonight with bigger iteration count) variant for **Alloy (XAO)** coin.
+- Added `cryptonight/xtl` variant for **Stellite (XTL)** coin.
+- Added `cryptonight/msr` also known as `cryptonight-fast` for **Masari (MSR)** coin.
+- Added new detailed hashrate report.
+- Added command line option `--dry-run`.
+
# v2.6.1
- Fixed critical bug, in some cases miner was can't recovery connection and switch to failover pool, version 2.5.2 and v2.6.0-beta1 affected.
- [#499](https://github.com/xmrig/xmrig/issues/499) IPv6 support disabled for internal HTTP API.