From 66734c7d3f29f4a6a5da7adaad05ee5a1850e4ce Mon Sep 17 00:00:00 2001 From: xmrig Date: Thu, 5 Dec 2019 20:24:38 +0700 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6404cef24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Required data** + - Miner log as text or screenshot + - Config file or command line (without wallets) + - OS: [e.g. Windows] + - For GPU related issues: information about GPUs and driver version. + +**Additional context** +Add any other context about the problem here. From 06e105821aa97b5d425066b41ff57f34d160560b Mon Sep 17 00:00:00 2001 From: XMRig Date: Wed, 11 Dec 2019 14:06:53 +0700 Subject: [PATCH 2/3] v5.2.0 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 8b761e10c..8fa978c8f 100644 --- a/src/version.h +++ b/src/version.h @@ -28,7 +28,7 @@ #define APP_ID "xmrig" #define APP_NAME "XMRig" #define APP_DESC "XMRig miner" -#define APP_VERSION "5.2.0-dev" +#define APP_VERSION "5.2.0" #define APP_DOMAIN "xmrig.com" #define APP_SITE "www.xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2016-2019 xmrig.com" From 9db3fb280e4419d56454f8e9175f287713e2b88e Mon Sep 17 00:00:00 2001 From: xmrig Date: Wed, 11 Dec 2019 16:22:05 +0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b92cb292..70ab12cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - 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`. + - Added new option `wrmsr` in `randomx` object with command line equivalent `--randomx-wrmsr=6`. - [#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.