summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-09-16 08:03:37 +0200
committerHans-Nikolai Viessmann2019-09-16 08:03:37 +0200
commit9d4ab9b4e1228d214ee8de05fb9f0e1535a7ec22 (patch)
tree3eb581a515e4ee185090559d7255e6b19ee64ff2 /CHANGELOG.md
parent167ffddb1e768c2ddeaf4b6f76daeef2cddd794d (diff)
downloadaur-9d4ab9b4e1228d214ee8de05fb9f0e1535a7ec22.tar.gz
bump to version 3.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a560482206c1..30e5335943f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v3.1.2
+- Many RandomX optimizations and fixes.
+ - [#1132](https://github.com/xmrig/xmrig/issues/1132) Fixed build on CentOS 7.
+ - [#1163](https://github.com/xmrig/xmrig/pull/1163) Optimized soft AES code, up to +30% hashrate on CPU without AES support and other optimizations.
+ - [#1166](https://github.com/xmrig/xmrig/pull/1166) Fixed crash when initialize dataset with big threads count (eg 272).
+ - [#1168](https://github.com/xmrig/xmrig/pull/1168) Optimized loading from scratchpad.
+- [#1128](https://github.com/xmrig/xmrig/issues/1128) Fixed CMake 2.8 compatibility.
+
# v3.1.1
- [#1133](https://github.com/xmrig/xmrig/issues/1133) Fixed syslog regression.
- [#1138](https://github.com/xmrig/xmrig/issues/1138) Fixed multiple network bugs.