Browse Source

Merge commit 'e4e3cb4' into bfgminer

Conflicts:
	NEWS
Luke Dashjr 13 years ago
parent
commit
0ee6ab1c88
1 changed files with 22 additions and 2 deletions
  1. 22 2
      NEWS

+ 22 - 2
NEWS

@@ -5,8 +5,9 @@ BFGMiner Version 2.9.1 - Future
 - 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.
+- 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
@@ -68,6 +69,25 @@ not be ready at the same time
 - ft232r: Complete necessary interfaces for X6500
 - x6500: Bare minimum detection-only X6500 support via libusb
 - Minor debian packaging fixes.
+- Only add stratum share to database if we succeeded in submitting it, with a
+debug output saying it succeeded.
+- Use keepalive with stratum sockets to improve its ability to detect broken
+connections.
+- Show only the URL in the status bar to avoid long prefixes making for extra
+long lines.
+- Display compact status in menu and update README to reflect current menu
+entries.
+- Add a compact display mode that does not list per device statistics in the
+status window.
+- Add blank spaces after best share displayed.
+- Round a few static string arrays up to 4 byte boundaries for ARM.
+- Display best share diff for scrypt as well.
+- Show the best diff share as "best share" and add info to the README.
+- Display the best diff share submitted so far.
+- Redundant check.
+- The work struct pointer in struct pc_data in findnonce is never freed yet
+there is no need to allocate it separately so make struct work a static part of
+the struct pc_data. s
 - 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.