@@ -1,4 +1,4 @@
-BFGMiner Version 2.6.6 - Future
+BFGMiner Version 2.6.6 - August 23, 2012
- Pick worksize 256 with Cypress if none is specified.
- Give warning with sdk2.7 and phatk as well.
@@ -23,6 +23,8 @@ intervals.
well.
- Artificially set the pool lagging flag on work restart to avoid messages about
slow pools after every longpoll.
+- If there are more devices than nDevs, don't iterate over them as they may
+overwrite devices mapped below that with the mapping option.
- Don't try to get bitforce temperature if we're polling for a result to
minimise the chance of interleaved responses.
- Fix harmless unused warnings in scrypt.h.
@@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [6])
-m4_define([v_mic], [5])
+m4_define([v_mic], [6])
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))
@@ -1,3 +1,10 @@
+bfgminer (2.6.6-0precise1) precise; urgency=low
+
+ * Various bugfixes and updates.
+ -- Luke Dashjr <luke+bfgminer@dashjr.org> Mon, 23 Aug 2012 20:45:11 -0000
bfgminer (2.6.5-0precise1) precise; urgency=low
* New BitFORCE firmware flash utility. When compiled with BitFORCE support, run `bitforce-firmware-flash` to get usage.
@@ -2,7 +2,7 @@ Source: bfgminer
Priority: optional
Section: misc
Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 2.6.5
+Standards-Version: 2.6.6
Build-Depends: build-essential, debhelper, autoconf, automake, libtool, libssl-dev, yasm, pkg-config, libudev-dev, libcurl4-openssl-dev, wget, unzip, libncurses5-dev, libudev-dev, libusb-1.0-0-dev
Package: bfgminer