Browse Source

Merge commit 'be57725' into bfgminer

Conflicts:
	NEWS
Luke Dashjr 13 years ago
parent
commit
d9c3ef54dd
1 changed files with 20 additions and 0 deletions
  1. 20 0
      NEWS

+ 20 - 0
NEWS

@@ -1,3 +1,23 @@
+BFGMiner Version 2.6.4 - Future
+
+- Convert the serial autodetect functions to use int instead of char to
+enumerate devices.
+- Deuglify windows autodetect code for BFL.
+- There is no point zeroing temperature in BFL if we fail to get a response, and
+we should register it as a HW error, suggesting throttling.
+- Update SCRYPT README with information about HW errors.
+- Use the scrypt CPU code to confirm results from OCL code, and mark failures as
+HW errors, making it easier to tune scrypt parameters.
+- We may as well leave one curl still available per pool instead of reaping the
+last one.
+- Display reaped debug message outside mutex lock to avoid recursive locking.
+- Add specific information when ADL detects error -10 saying the device is not
+enabled.
+- api.c update API start message and include port number
+- miner.php ignore arg when readonly
+- miner.php allow pool inputs: delete, addpool, poolpriority
+
+
 BFGMiner Version 2.6.3 - August 6, 2012
 
 - modminer: Relax no-nonces downclocking condition to be more reasonable