summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-12-11 18:06:32 +0100
committerHans-Nikolai Viessmann2019-12-11 18:06:32 +0100
commit804b52285174a4a480031f1d5a9b4c9687d545ea (patch)
tree5b07150cab50aaf34206f295c3483349a4f39544 /CHANGELOG.md
parent351088140649cd2c8a6dd02b1c483940acffd393 (diff)
downloadaur-804b52285174a4a480031f1d5a9b4c9687d545ea.tar.gz
bump to version 5.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f43e11974aa5..4b92cb292d40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# v5.2.0
+- **[#1388](https://github.com/xmrig/xmrig/pull/1388) Added [1GB huge pages support](https://xmrig.com/docs/miner/hugepages#onegb-huge-pages) for Linux.**
+ - Added new option `1gb-pages` in `randomx` object with command line equivalent `--randomx-1gb-pages`.
+ - Added automatic huge pages configuration on Linux if use the miner with root privileges.
+- **Added [automatic Intel prefetchers configuration](https://xmrig.com/docs/miner/randomx-optimization-guide#intel-specific-optimizations) on Linux.**
+ - Added new option `wrmsr` in `randomx` object with command line equivalent `--randomx-wrmsr`.
+- [#1396](https://github.com/xmrig/xmrig/pull/1396) [#1401](https://github.com/xmrig/xmrig/pull/1401) New performance optimizations for Ryzen CPUs.
+- [#1385](https://github.com/xmrig/xmrig/issues/1385) Added `max-threads-hint` option support for RandomX dataset initialization threads.
+- [#1386](https://github.com/xmrig/xmrig/issues/1386) Added `priority` option support for RandomX dataset initialization threads.
+- For official builds all dependencies (libuv, hwloc, openssl) updated to recent versions.
+- Windows `msvc` builds now use Visual Studio 2019 instead of 2017.
+
# v5.1.1
- [#1365](https://github.com/xmrig/xmrig/issues/1365) Fixed various system response/stability issues.
- Added new CPU option `yield` and command line equivalent `--cpu-no-yield`.