Commit cf6033cb0a0ed59114c3f34f91a1b1447da1f6a3

Con Kolivas 2012-08-24T01:26:55

Update NEWS.

diff --git a/NEWS b/NEWS
index adf0a2e..06f328d 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.