1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Update NEWS.

This commit is contained in:
Con Kolivas 2012-01-01 16:07:38 +11:00
parent d56e5ae61b
commit a4f6d5c685

17
NEWS
View File

@ -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