summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-03-10 11:31:35 +0100
committerHans-Nikolai Viessmann2019-03-10 11:31:35 +0100
commit0c122f4ab51d98a7c4ff1cae61c5459380c247be (patch)
treeca0c8c2378d2d1f33ee8cbf05d87b4d383ce6f44
parentd7c82eb1751f507fc4d023c98b74a673d155fc5f (diff)
downloadaur-0c122f4ab51d98a7c4ff1cae61c5459380c247be.tar.gz
bump to 2.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md19
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f736c1c056..cb6b97bc4444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmrig-nvidia
pkgdesc = Monero cryptocurrency GPU miner, HTTP API disabled, donation percentage is 0.
- pkgver = 2.11.0
+ pkgver = 2.14.1
pkgrel = 1
url = https://github.com/xmrig/xmrig-nvidia
install = xmrig-nvidia.install
@@ -13,10 +13,10 @@ pkgbase = xmrig-nvidia
depends = libuv
depends = nvidia
optdepends = monero: wallet
- source = https://github.com/xmrig/xmrig-nvidia/archive/v2.11.0.tar.gz
+ source = https://github.com/xmrig/xmrig-nvidia/archive/v2.14.1.tar.gz
source = xmrig-nvidia-param.service
source = xmrig-nvidia.sysusers
- sha256sums = c28e63424beb937e5c121e978531c8abbafc8243bf1a6afb61938d2fb11519a5
+ sha256sums = 3e379044019a837a1881fe1590847955f7c05dc85d2c571645bf9a78076789e1
sha256sums = a0cd0a4fc7fac309eb667c404a721eae0dd5e19546fa64ea7d4e35713deab9e2
sha256sums = d8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d94e86e05c8d..a6352060daf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+# v2.14.1
+- [#246](https://github.com/xmrig/xmrig-nvidia/issues/246) Fixed compatibility with old GPUs (compute capability < 3.5).
+
+# v2.14.0
+- **[#242](https://github.com/xmrig/xmrig-nvidia/pull/242) Added new algorithm `cryptonight/rwz`, short alias `cn/rwz` (also known as CryptoNight ReverseWaltz), for upcoming [Graft](https://www.graft.network/) fork.**
+- **[#931](https://github.com/xmrig/xmrig/issues/931) Added new algorithm `cryptonight/zls`, short alias `cn/zls` for [Zelerius Network](https://zelerius.org) fork.**
+- **[#940](https://github.com/xmrig/xmrig/issues/940) Added new algorithm `cryptonight/double`, short alias `cn/double` (also known as CryptoNight HeavyX), for [X-CASH](https://x-cash.org/).**
+- [#241](https://github.com/xmrig/xmrig-nvidia/issues/241) Minimum required CUDA version increased to 8.0 due CUDA 7.5 lacks support for `nvrtcAddNameExpression`.
+- [#951](https://github.com/xmrig/xmrig/issues/951#issuecomment-469581529) Fixed crash if AVX was disabled on OS level.
+- [#952](https://github.com/xmrig/xmrig/issues/952) Fixed compile error on some Linux.
+- [#957](https://github.com/xmrig/xmrig/issues/957#issuecomment-468890667) Added support for embedded config.
+
+# v2.13.0
+- **[#938](https://github.com/xmrig/xmrig/issues/938) Added support for new algorithm `cryptonight/r`, short alias `cn/r` (also known as CryptoNightR or CryptoNight variant 4), for upcoming [Monero](https://www.getmonero.org/) fork on March 9, thanks [@SChernykh](https://github.com/SChernykh).**
+- [#939](https://github.com/xmrig/xmrig/issues/939) Added support for dynamic (runtime) pools reload.
+
+# v2.12.0-beta
+- [#235](https://github.com/xmrig/xmrig-nvidia/pull/235) Added support for new algorithm `cryptonight/wow`, short alias `cn/wow` (also known as CryptonightR), for upcoming [Wownero](http://wownero.org) fork on February 14.
+
# v2.11.0
- [#928](https://github.com/xmrig/xmrig/issues/928) Added support for new algorithm `cryptonight/gpu`, short alias `cn/gpu` (original name `cryptonight-gpu`), for upcoming [Ryo currency](https://ryo-currency.com) fork on February 14.
diff --git a/PKGBUILD b/PKGBUILD
index 6966e84afbe0..b2fc8ef414c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=xmrig-nvidia
-pkgver=2.11.0
+pkgver=2.14.1
pkgrel=1
pkgdesc='Monero cryptocurrency GPU miner, HTTP API disabled, donation percentage is 0.'
arch=('x86_64')
@@ -16,7 +16,7 @@ changelog=CHANGELOG.md
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}-param.service"
"${pkgname}.sysusers")
-sha256sums=('c28e63424beb937e5c121e978531c8abbafc8243bf1a6afb61938d2fb11519a5'
+sha256sums=('3e379044019a837a1881fe1590847955f7c05dc85d2c571645bf9a78076789e1'
'a0cd0a4fc7fac309eb667c404a721eae0dd5e19546fa64ea7d4e35713deab9e2'
'd8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6')