Browse Source

Merge commit '3c0544a' into bfgminer

Conflicts:
	NEWS
Luke Dashjr 13 years ago
parent
commit
c740a43130
1 changed files with 15 additions and 7 deletions
  1. 15 7
      NEWS

+ 15 - 7
NEWS

@@ -10,14 +10,21 @@ Version 2.4.3 - June 14, 2012
 - Ensure C compiler is in C99 mode
 - Ensure C compiler is in C99 mode
 - Add CPU core count detection for BSD/Mac
 - Add CPU core count detection for BSD/Mac
 - Set CPU mining idle priority on Windows
 - Set CPU mining idle priority on Windows
-- can_roll and should_roll should have no bearing on the cycle period within the miner_thread so remove it.
+- can_roll and should_roll should have no bearing on the cycle period within the
+miner_thread so remove it.
 - Check for strategy being changed to load balance when enabling LPs.
 - Check for strategy being changed to load balance when enabling LPs.
-- Check that all threads on the device that called get_work are waiting on getwork before considering the pool lagging.
-- Iterate over each thread belonging to each device in the hashmeter instead of searching for them now that they're a list.
-- When using rotate pool strategy, ensure we only select from alive enabled pools.
+- Check that all threads on the device that called get_work are waiting on
+getwork before considering the pool lagging.
+- Iterate over each thread belonging to each device in the hashmeter instead of
+searching for them now that they're a list.
+- When using rotate pool strategy, ensure we only select from alive enabled
+pools.
 - Start longpoll from every pool when load balance strategy is in use.
 - Start longpoll from every pool when load balance strategy is in use.
-- Add mandatory and block fields to the work struct. Flag any shares that are detected as blocks as mandatory to submit, along with longpoll work from a previously rejecting pool.
-- Consider the fan optimal if fanspeed is dropping but within the optimal speed window.
+- Add mandatory and block fields to the work struct. Flag any shares that are
+detected as blocks as mandatory to submit, along with longpoll work from a
+previously rejecting pool.
+- Consider the fan optimal if fanspeed is dropping but within the optimal speed
+window.
 - Fix typo in some API messages (succeess/success)
 - Fix typo in some API messages (succeess/success)
 - api.c MMQ stat bugs
 - api.c MMQ stat bugs
 - Bugfix: Fix warnings when built without libudev support
 - Bugfix: Fix warnings when built without libudev support
@@ -27,7 +34,8 @@ Version 2.4.3 - June 14, 2012
 - Bugfix: Honour forceauto parameter in serial_detect functions
 - Bugfix: Honour forceauto parameter in serial_detect functions
 - modminer: Temperature sensor improvements
 - modminer: Temperature sensor improvements
 - modminer: Make log messages more consistent in format
 - modminer: Make log messages more consistent in format
-- Only adjust GPU speed up if the fanspeed is within the normal fanrange and hasn't been turned to maximum speed under overheat conditions.
+- Only adjust GPU speed up if the fanspeed is within the normal fanrange and
+hasn't been turned to maximum speed under overheat conditions.
 - ModMiner use valid .name
 - ModMiner use valid .name
 - New driver: BTCFPGA ModMiner
 - New driver: BTCFPGA ModMiner
 - Abstract generally useful FPGA code into fpgautils.c
 - Abstract generally useful FPGA code into fpgautils.c