From cf6033cb0a0ed59114c3f34f91a1b1447da1f6a3 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 24 Aug 2012 01:26:55 +1000 Subject: [PATCH] Update NEWS. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index adf0a2e3..06f328dd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 2.7.4 - August 23, 2012 + +- Perform select_pool even when not lagging to allow it to switch back if needed +to the primary. +- Simplify macros in output kernels avoiding apparent loops and local variables. +- Carry the needed bool over the work command queue. +- Move the decision to queue further work upstream before threads are spawned +based on fine grained per-pool stats and increment the queued count immediately. +- Track queued and staged per pool once again for future use. +- OpenCL 1.0 does not have native atomic_add and extremely slow support with +atom_add so detect opencl1.0 and use a non-atomic workaround. +- Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php + + Version 2.7.3 - August 22, 2012 - Minimise the number of getwork threads we generate.