Browse Source

Update NEWS for BFGMiner

Luke Dashjr 13 years ago
parent
commit
50064c36a3
1 changed files with 13 additions and 0 deletions
  1. 13 0
      NEWS

+ 13 - 0
NEWS

@@ -1,5 +1,18 @@
+BFGMiner Version 2.9.1 - Future
+
+- Bugfix: modminer: Check that we have a valid fd before trying to start work
+- Shorten the initiate stratum connect timeout to 30 seconds.
+- Shorten the stratum timeout on read to 90 seconds to detect unresponsive pool.
+- Display best share difficulty on exit.
+- Make stratum socket fail more robust on windows by disabling the send buffer.
+Reuse the same curl handle forcing a new connection instead of risking
+derefencing. Add information about submission failure to stratum send.
+
+
 BFGMiner Version 2.9.0 - October 28, 2012
 
+- modminer: Remove dead code
+- Bugfix: Include headers in order needed for Mingw build
 - Bugfix: Save pool pointer to avoid dereferencing work after it might
 potentially be freed
 - Bugfix: Cleanup some harmless warnings