Browse Source

Bump version to 2.6.4

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

+ 12 - 3
NEWS

@@ -1,5 +1,14 @@
-BFGMiner Version 2.6.4 - Future
-
+BFGMiner Version 2.6.4 - August 11, 2012
+
+- Bugfix: Define my_cancellable_getch in miner.h
+- Escape " and \ when writing json config file
+- miner.php allow a custom page section to select all fields with '*' - e.g. to
+create a STATS section on a custom page
+- miner.php optional single rig totals (on by default)
+- Bugfix: Initialize submitting mutex
+- Bugfix: bitforce: Allocate enough space for FTDI description pointers
+- Queue one request for each staged request removed, keeping the staged
+request count optimal at all times.
 - Bugfix: Avoid cancelling threads while locks are held
 - Bugfix: Avoid cancelling threads while locks are held
 - Set recognizable names on threads for debugging
 - Set recognizable names on threads for debugging
 - Bugfix: Don't keep making new get_work threads if all pools are dead
 - Bugfix: Don't keep making new get_work threads if all pools are dead
@@ -65,7 +74,7 @@ now with pbuilder/pdebuild, and include docs.
 - Fix windows bitforce build.
 - Fix windows bitforce build.
 - Convert the serial autodetect functions to use int instead of char to
 - Convert the serial autodetect functions to use int instead of char to
 enumerate devices.
 enumerate devices.
-- Deuglify windows autodetect code for BFL.
+- Uglify windows autodetect code for BFL.
 - There is no point zeroing temperature in BFL if we fail to get a response, and
 - There is no point zeroing temperature in BFL if we fail to get a response, and
 we should register it as a HW error, suggesting throttling.
 we should register it as a HW error, suggesting throttling.
 - Update SCRYPT README with information about HW errors.
 - Update SCRYPT README with information about HW errors.

+ 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], [3])
+m4_define([v_mic], [4])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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))

+ 16 - 0
debian/changelog

@@ -1,3 +1,19 @@
+bfgminer (2.6.4-0precise1) precise; urgency=low
+
+  * More drastic improvements to ModMiner clock adjustment algorithm. Downclocking should be more conservative, and BFGMiner will even raise the clock speed when it's doing well.
+  * ModMiners are now kept busier (less idle time) and nonces are checked against the previous work to catch races. This may result in a higher utility (effective hashrate).
+  * Tested and fixed problems managing throttling BitFORCE Singles. An 880 MH/s Single that was throttling to 440 MH/s before (and throwing lots of garbled errors) is now working cleanly at 590 MH/s - a 34% improvement in hashrate!
+  * A bunch of annoying crashes were fixed:
+  * * With high-share devices when network connectivity is lost.
+  * * GPU mining not functional when any OpenCL platform fails.
+  * * Occasional deadlock/hang during exit.
+  * New --debuglog option to include debug information in log file (see README) but not in main console.
+  * The scrypt code was updated - now ALL results from a GPU are checked to see if they're valid and if not, instead of being submitted where they are guaranteed to be rejected, they register as hardware errors. This will make tuning your scrypt parameters easier as HW error count will rise if you've set the parameters too high.
+  * Updated miner.php from Kano
+
+ -- graeme <graeme@sudo.ca>  Thu, 09 Aug 2012 10:39:00 -0700
+
+
 bfgminer (2.6.3.2-0precise2) precise; urgency=low
 bfgminer (2.6.3.2-0precise2) precise; urgency=low
 
 
   * Switched to a Debian native package so that building minor packaging versions is easier.
   * Switched to a Debian native package so that building minor packaging versions is easier.

+ 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.3
+Standards-Version: 2.6.4
 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