Compare commits

...

4 Commits
master ... v5

Author SHA1 Message Date
xmrig
ed4bfaae30
Update CHANGELOG.md 2020-06-23 12:54:31 +07:00
XMRig
4d8642a6dd
v5.11.4 2020-06-23 11:23:04 +07:00
xmrig
30a7a2b412
Update CHANGELOG.md 2020-06-23 11:18:21 +07:00
XMRig
c2dd43cdc5
Merge branch 'dev' into v5 2020-06-23 11:15:25 +07:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# v5.11.4
- [#1726](https://github.com/xmrig/xmrig/issues/1726) Fixed detection of AVX2/AVX512.
- [#1728](https://github.com/xmrig/xmrig/issues/1728) Fixed, 32 bit Windows builds was crash on start.
- Fixed AMD GPU health (temperatures/power/clocks/fans) readings on Linux.
# v5.11.3
- [#1718](https://github.com/xmrig/xmrig/pull/1718) Fixed, linker on Linux was marking entire executable as having an executable stack.
- [#1720](https://github.com/xmrig/xmrig/pull/1720) Fixed broken CryptoNight algorithms family with gcc 10.1.

View File

@ -28,7 +28,7 @@
#define APP_ID "xmrig"
#define APP_NAME "XMRig"
#define APP_DESC "XMRig miner"
#define APP_VERSION "5.11.4-dev"
#define APP_VERSION "5.11.4"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"