Browse Source

Bump version to 2.7.5

Luke Dashjr 13 years ago
parent
commit
2efcf4baed
4 changed files with 33 additions and 2 deletions
  1. 20 0
      NEWS
  2. 1 1
      configure.ac
  3. 11 0
      debian/changelog
  4. 1 1
      debian/control

+ 20 - 0
NEWS

@@ -1,3 +1,23 @@
+BFGMiner Version 2.7.5 - August 27, 2012
+
+- Revert "Do a complete cgminer restart if the ATI Display Library fails, as
+it does on windows after running for some time, when fanspeed reporting
+fails."
+- Stop special-casing worksize default to 256 for Cypress, since it incurs a 5
+MH/s hit with stock config
+- New "--scan-serial all" feature to probe all enumerated serial ports
+- modminer: Revamp dynamic clocking algorithm per request from cablepair
+- Test for lagging once more in queue_request to enable work to leak to backup
+pools.
+- There is no need to try to switch pools in select_pool since the current pool
+is actually not affected by the choice of pool to get work from.
+- Only clear the pool lagging flag if we're staging work faster than we're
+using it.
+- needed flag is currently always false in queue_request. Remove it for now.
+- thr is always NULL going into queue_request now.
+- Fix for non-ADL OpenCL device formatting issue
+
+
 BFGMiner Version 2.7.4 - August 23, 2012
 
 - Perform select_pool even when not lagging to allow it to switch back if needed

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [7])
-m4_define([v_mic], [4])
+m4_define([v_mic], [5])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 11 - 0
debian/changelog

@@ -1,3 +1,14 @@
+bfgminer (2.7.5-0precise1) precise; urgency=low
+
+  * ModMiner: Revamped the dynamic clocking algorithm to keep FPGAs at higher speeds with fewer hardware errors.
+  * OpenCL: Restored old default for Cypress (Radeon 58xx) worksize, to fix performance regression introduced in 2.7.2.
+  * Failover is now fixed, courtesy of Con.
+  * FPGAs: "-S all" option to try probing all enumerated serial ports on systems without non-miner serial devices.
+  * Reverted "restart on ADL failure" feature that never did anything useful (if I'm wrong, complain and I'll make a switch to add it back)
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Thu, 27 Aug 2012 17:12:09 -0000
+
+
 bfgminer (2.7.4-0precise1) precise; urgency=low
 
   * More fixes.

+ 1 - 1
debian/control

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