|
@@ -1,3 +1,52 @@
|
|
|
|
|
+Version 2.6.6 - August 23, 2012
|
|
|
|
|
+
|
|
|
|
|
+- Pick worksize 256 with Cypress if none is specified.
|
|
|
|
|
+- Give warning with sdk2.7 and phatk as well.
|
|
|
|
|
+- Whitelist sdk2.7 for diablo kernel as well.
|
|
|
|
|
+- BFL Flash - always distribute source
|
|
|
|
|
+- BFL flash - include source in builds and more FPGA-README
|
|
|
|
|
+- Remove compile errors/warnings and document compile/usage in FPGA-README
|
|
|
|
|
+- bitforce-firmware-flash.c by Luke-jr
|
|
|
|
|
+- Only keep the last 6 blocks in the uthash database to keep memory usage
|
|
|
|
|
+constant. Storing more is unhelpful anyway.
|
|
|
|
|
+- API-README update cgminer version number
|
|
|
|
|
+- API-README fix groups P: example mistake
|
|
|
|
|
+- API-README add COIN and other edits
|
|
|
|
|
+- miner.php allow 'coin' is custom pages
|
|
|
|
|
+- gpu->hit should be reset on new work as well.
|
|
|
|
|
+- Do not add time to dynamic opencl calculations over a getwork.
|
|
|
|
|
+- Update windows build instructions courtesy of sharky.
|
|
|
|
|
+- miner.php allow page title to be defined in myminer.php
|
|
|
|
|
+- select_pool does not switch back to the primary once lagging is disabled.
|
|
|
|
|
+- miner.php show summary Diff1 Shares total
|
|
|
|
|
+- miner.php fix Work Utility totals
|
|
|
|
|
+- miner.php format new Work Utility and Diff1 Shares
|
|
|
|
|
+- API new command 'coin' with mining information
|
|
|
|
|
+- Bugfix: bitforce: Allocate enough space for FTDI description pointers
|
|
|
|
|
+- Increment total work counter under mutex lock.
|
|
|
|
|
+- Do the dynamic timing in opencl code over a single pass through scanhash to
|
|
|
|
|
+make sure we're only getting opencl times contributing to the measured
|
|
|
|
|
+intervals.
|
|
|
|
|
+- Avoid attempting to recursively lock the console mutex by disabling warnings
|
|
|
|
|
+in gpu_fanpercent when fanspeed monitoring fails on windows. Debugged by
|
|
|
|
|
+luke-jr.
|
|
|
|
|
+- Add message to share if it's a resubmit.
|
|
|
|
|
+- Reinstate fix ADL gpu-map not working when there are more ADL devices than
|
|
|
|
|
+openCL patch by Nite69. Add virtual adl mapping for when none is specified on
|
|
|
|
|
+the command line to not crash without a map specified.
|
|
|
|
|
+- Initialise cnt in libztex.c
|
|
|
|
|
+- fpga serial I/O extra debug (disabled by default)
|
|
|
|
|
+- Don't try to start devices that don't support scrypt when scrypt mining.
|
|
|
|
|
+- Simplify all those total_secs usages by initialising it to 1 second.
|
|
|
|
|
+- Artificially set the pool lagging flag on pool switch in failover only mode as
|
|
|
|
|
+well.
|
|
|
|
|
+- Artificially set the pool lagging flag on work restart to avoid messages about
|
|
|
|
|
+slow pools after every longpoll.
|
|
|
|
|
+- 0 is a valid return value for read so only break out if read returns -1.
|
|
|
|
|
+- Repeating on timeout in ztex could make the code never return.
|
|
|
|
|
+- Offset libusb reads/writes by length written as well in ztex.
|
|
|
|
|
+- Cope with timeouts and partial reads in ztex code.
|
|
|
|
|
+
|
|
|
Version 2.6.5 - August 15, 2012
|
|
Version 2.6.5 - August 15, 2012
|
|
|
|
|
|
|
|
- Don't try to get bitforce temperature if we're polling for a result to
|
|
- Don't try to get bitforce temperature if we're polling for a result to
|