Commit a4f6d5c685862610b0e0c28f24303c767eaf3b2f

Con Kolivas 2012-01-01T16:07:38

Update NEWS.

diff --git a/NEWS b/NEWS
index 8e6b8b6..e347cf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-Version 2.1.0 - December 27, 2012
+Version 2.1.1 - January 2, 2012
+
+- Include API examples in distribution tarball.
+- Don't attempt to pthread_join when cancelling threads as they're already
+detached and doing so can lead to a segfault.
+- Give more generic message if slow pool at startup is the donation pool.
+- Continue to attempt restarting GPU threads if they're flagged dead at 1 min.
+intervals.
+- Don't attempt to restart sick flagged GPUs while they're still registering
+activity.
+- Make curl use fresh connections whenever there is any communication issue
+in case there are dead persistent connections preventing further comms from
+working.
+
+
+Version 2.1.0 - December 27, 2011
 
 - Major infrastructure upgrade with RPC interface for controlling via sockets
 encoded with/without JSON courtesy of Andrew Smith. Added documentation for