Browse Source

Bump version to 2.6.6

Luke Dashjr 13 years ago
parent
commit
ec93a59ce1
4 changed files with 12 additions and 3 deletions
  1. 3 1
      NEWS
  2. 1 1
      configure.ac
  3. 7 0
      debian/changelog
  4. 1 1
      debian/control

+ 3 - 1
NEWS

@@ -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.
 - Pick worksize 256 with Cypress if none is specified.
 - Give warning with sdk2.7 and phatk as well.
 - Give warning with sdk2.7 and phatk as well.
@@ -23,6 +23,8 @@ intervals.
 well.
 well.
 - Artificially set the pool lagging flag on work restart to avoid messages about
 - Artificially set the pool lagging flag on work restart to avoid messages about
 slow pools after every longpoll.
 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
 - Don't try to get bitforce temperature if we're polling for a result to
 minimise the chance of interleaved responses.
 minimise the chance of interleaved responses.
 - Fix harmless unused warnings in scrypt.h.
 - Fix harmless unused warnings in scrypt.h.

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_maj], [2])
 m4_define([v_min], [6])
 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([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 7 - 0
debian/changelog

@@ -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
 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.
   * New BitFORCE firmware flash utility. When compiled with BitFORCE support, run `bitforce-firmware-flash` to get usage.

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: bfgminer
 Priority: optional
 Priority: optional
 Section: misc
 Section: misc
 Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
 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
 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
 Package: bfgminer