diff --git a/NEWS b/NEWS index 4b154853..ac6e4a56 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Version 2.8.3 - October 12, 2012 + +- Left align values that are suffix_string generated. +- Share_diff should not be converting the work data to hex. +- Off by one error. +- Prevent overflows of the port char array in extract_sockaddr. +- Disable stratum detection with scrypt. +- Use the suffix string function when displaying device hashrates. +- Be consistent with the get_statline function. +- Use the suffix string function for displaying hashrate with 4 significant +digits. +- Display the actual share diff next to the pool required diff, using a suffix +creation function to prevent values of >1000 being shown in their entirety. +- Fix 4 * 0 being 0 that would break dynamic intensity mode. +- Fix wrong byteswap macro being used on mingw32 which was breaking target +generation on stratum. + + Version 2.8.2 - October 11, 2012 - Reinstate the history on dynamic intensity mode to damp fluctuations in diff --git a/README b/README index c8619f76..5dc33695 100644 --- a/README +++ b/README @@ -384,11 +384,10 @@ Or press any other key to continue The running log shows output like this: - [2012-10-12 15:38:17] Accepted 78bb4861 Diff 2/1 GPU 1 pool 6 - [2012-10-12 15:38:17] Accepted f99b2b7a Diff 4/1 GPU 2 pool 6 - [2012-10-12 15:38:23] Accepted af298bef Diff 4/1 GPU 0 pool 6 - [2012-10-12 15:38:24] Accepted d04421af Diff 5/1 GPU 0 pool 6 - [2012-10-12 15:38:25] Accepted c18e5b5b Diff 4/1 GPU 3 pool 6 + [2012-10-12 18:02:20] Accepted f0c05469 Diff 1/1 GPU 0 pool 1 + [2012-10-12 18:02:22] Accepted 218ac982 Diff 7/1 GPU 1 pool 1 + [2012-10-12 18:02:23] Accepted d8300795 Diff 1/1 GPU 3 pool 1 + [2012-10-12 18:02:24] Accepted 122c1ff1 Diff 14/1 GPU 1 pool 1 The 8 byte hex value are the 2nd 8 bytes of the share being submitted to the pool. The 2 diff values are the actual difficulty target that share reached