diff --git a/NEWS b/NEWS index 3adff5a5..51b122ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +NSGminer v0.9.2 - 20th of February 2016 +- NeoScrypt OpenCL kernel v7; +- optional use of the NVIDIA Management Library; +- correct work utility calculation + + NSGminer v0.9.1 - 16th of January 2016 - NeoScrypt OpenCL kernel v6; - block hash calculation for display purposes fixed; diff --git a/autogen.sh b/autogen.sh index 3a8c50f7..3f19f342 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,5 +22,5 @@ echo 'Running autoreconf -ifv...' if test -z "$NOCONFIGURE" ; then echo 'Configuring...' - "${bs_dir}"/configure "$@" + "${bs_dir}"/configure CFLAGS="-O2 -fomit-frame-pointer -fno-stack-protector" "$@" fi diff --git a/configure.ac b/configure.ac index fb5541df..51698ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl * any later version. See COPYING for more details. ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [9]) -m4_define([v_mic], [1]) +m4_define([v_mic], [2]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_ver], [v_maj.v_min.v_mic]) m4_define([lt_rev], m4_eval(v_maj + v_min)) diff --git a/debian/control b/debian/control index 193df991..270e6817 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nsgminer Priority: optional Section: misc Maintainer: John Doering -Standards-Version: 0.9.1 +Standards-Version: 0.9.2 Build-Depends: build-essential, debhelper, autoconf, automake, libtool, libssl-dev, pkg-config, libcurl4-openssl-dev, wget, unzip, libncurses5-dev, git, quilt Package: nsgminer