1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Update NEWS.

This commit is contained in:
Con Kolivas 2013-08-14 10:49:16 +10:00
parent c9f58230a5
commit 730d062636

14
NEWS
View File

@ -1,3 +1,17 @@
Version 3.3.4 - 14th August 2013
- API/miner.php add some % fields
- Nonce2 stratum submission is not working with nonce2 lengths >4, revert the
buggy __bin2hex function and use bin2hex.
- The write thread in avalon is only ever actually woken up by timeout so remove
the write semaphore and use a simple sleep poll.
- Fix warning.
- Interrupting reads on the avalon to start writes loses data so remove the
cgsem_post in the read code.
- Add room for the null byte at the end of the nonce2 string on stratum share
submission and zero the allocated ram.
Version 3.3.3 - 13th August 2013
- Only perform the bin2hex on nonce2 data if it's required for stratum