Browse Source

BFGMiner NEWS updates

Luke Dashjr 13 years ago
parent
commit
eff6eb3666
1 changed files with 8 additions and 1 deletions
  1. 8 1
      NEWS

+ 8 - 1
NEWS

@@ -1,10 +1,10 @@
 BFGMiner Version 2.8.1 - Future
 BFGMiner Version 2.8.1 - Future
 
 
+- Reorder libztex header include order to fix missing struct definition.
 - Display share difficulty on log with a shortened hash display on submission.
 - Display share difficulty on log with a shortened hash display on submission.
 - API stats add some pool getwork difficulty stats
 - API stats add some pool getwork difficulty stats
 - Ignore any pings pushed to the worker threads if the thread is still paused to
 - Ignore any pings pushed to the worker threads if the thread is still paused to
 prevent it being enabled and disabled repeatedly.
 prevent it being enabled and disabled repeatedly.
-- README - FAQ - usermod group - shouldn't remove other groups
 - Test for sequential getwork failures on a pool that might actually be up but
 - Test for sequential getwork failures on a pool that might actually be up but
 failing to deliver work as we may end up hammering it repeatedly by mistake.
 failing to deliver work as we may end up hammering it repeatedly by mistake.
 - reduce windows compile warnings
 - reduce windows compile warnings
@@ -25,6 +25,13 @@ failing to deliver work as we may end up hammering it repeatedly by mistake.
 - API/BFL identify a device - currently only BFL to flash the led
 - API/BFL identify a device - currently only BFL to flash the led
 - BFL add throttle count to internal stats + API
 - BFL add throttle count to internal stats + API
 - BFL: missing device id in log message
 - BFL: missing device id in log message
+- Bugfix: ztex: Clear device_ztex before freeing it
+- Bugfix: ztex: statline existence depends on whether the libztex structure
+exists, not whether the cgpu is enabled
+- Bugfix: README: Make usermod commands consistent, including important -a
+option
+- Bugfix: Address a couple of rare TQ leaks, and improve logging a bit
+- Bugfix: Properly quote configure options
 
 
 
 
 BFGMiner Version 2.8.0 - September 15, 2012
 BFGMiner Version 2.8.0 - September 15, 2012