Browse Source

BFGMiner-specific NEWS

Luke Dashjr 13 years ago
parent
commit
230ef49c4c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      NEWS

+ 4 - 0
NEWS

@@ -1,11 +1,15 @@
 BFGMiner Version 2.7.6 - Future
 BFGMiner Version 2.7.6 - Future
 
 
+- Sort the blocks database in reverse order, allowing us to remove the first
+block without iterating over them. Output the block number to debug.
 - Adjust opencl intensity when adjusting thread count to prevent it getting
 - Adjust opencl intensity when adjusting thread count to prevent it getting
 pegged at a value below the minimum threads possible.
 pegged at a value below the minimum threads possible.
 - miner.h max_hashes -> int64_t
 - miner.h max_hashes -> int64_t
 - Keep the local block number in the blocks structs stored and sort them by
 - Keep the local block number in the blocks structs stored and sort them by
 number to guarantee we delete the oldest when ageing the block struct entries.
 number to guarantee we delete the oldest when ageing the block struct entries.
 - Use correct sdk version detection for SDK 2.7
 - Use correct sdk version detection for SDK 2.7
+- Bugfix: Align Ztex statline properly by removing redundant frequency
+- make-release: Convert text files to DOS format for Windows ZIP
 
 
 
 
 BFGMiner Version 2.7.5 - August 27, 2012
 BFGMiner Version 2.7.5 - August 27, 2012