From 730d062636139ee831a10967a0763987da4d599f Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 14 Aug 2013 10:49:16 +1000 Subject: [PATCH] Update NEWS. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 7795cb77..0e93140b 100644 --- a/NEWS +++ b/NEWS @@ -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