Commit 79159c3bcc0e7b0788256233abd3331ea51a3638

Con Kolivas 2011-11-11T19:42:03

Update NEWS.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/NEWS b/NEWS
index dfe6320..9319653 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 2.0.8
+Version 2.0.8 - November 11, 2011
 
 - Make longpoll do a mandatory flushing of all work even if the block hasn't
 changed, thus supporting longpoll initiated work change of any sort and merged
@@ -9,6 +9,10 @@ the very rare possibility that a block solve on solo mining was missed.
 - Allow a fixed speed difference between memory and GPU clock speed with
 --gpu-memdiff that will change memory speed when GPU speed is changed in
 autotune mode.
+- Don't load the default config if a config file is specified on the command
+line.
+- Don't build VIA on apple since -a auto bombs instead of gracefully ignoring
+VIA failing.
 
 
 Version 2.0.7 - October 17, 2011