Browse Source

BFGMiner NEWS updates

Luke Dashjr 13 years ago
parent
commit
6a8e6208ac
1 changed files with 1 additions and 3 deletions
  1. 1 3
      NEWS

+ 1 - 3
NEWS

@@ -1,19 +1,17 @@
 Version ??? - Future
 
+- No longer should hide --no-restart option if OpenCL support is missing
 - Handle crash exceptions by trying to restart cgminer unless the --no-restart
 option is used.
 - Switch queued count when choosing a different pool from a failed stratum pool
 in getwork thread.
 - Put a mandatory 5s wait between reattempting a getwork on failure to avoid
 hammering requests.
-- The ATI stream / AMD APP SDK environment variables appear to only interfere
-with win32 builds so bypass them.
 - Make sure to check pool stratum curl exists under lock before attempting any
 recv to not risk dereferencing upon attempting to reinitiate stratum.
 - Avoid redefining macros and align to 4 byte boundaries.
 - API - add Stratum information to pools
 - update FPGA-README for MMQ
-- ModMiner documentation
 - Time for dynamic is in microseconds, not ms.
 - x86_64 builds of mingw32 are not supported directly and should just configure
 as generic mingw32 builds since they're NOT 64 bit.