Commit 91554b93c894a8e24d7e45771264ead5f096429a

Con Kolivas 2012-01-22T20:38:18

Update NEWS.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/NEWS b/NEWS
index a9e180b..2979df2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 Version 2.2.0
 
+- Add API commands: config, switchpool, gpu settings, save
 - Implement socks4 proxy support.
 - Fix send() for JSON strings
 - Introduce a --net-delay option which guarantees at least 250ms between any
@@ -21,7 +22,7 @@ should decrease the false positives for "pool not providing work fast enough".
 - Invalidating work after longpoll made hash_pop return no work giving a false
 positive for dead pool. Rework hash_pop to retry while finds no staged work u
 - Remove TCP_NODELAY from curl options as many small packets may be contributing
-to network overload.
+to network overload, when --net-delay is enabled.
 - Refactor miner_thread to be common code for any kind of device
 - Simplify submit_nonce loop and avoid potentially missing FOUND - 1 entry.
 Reported by Luke-Jr.