Browse Source

Update NEWS.

Con Kolivas 13 years ago
parent
commit
78f2be1624
1 changed files with 24 additions and 0 deletions
  1. 24 0
      NEWS

+ 24 - 0
NEWS

@@ -1,3 +1,27 @@
+Version 2.8.2 - October 11, 2012
+
+- Reinstate the history on dynamic intensity mode to damp fluctuations in
+intensity but use an upper limit on how much the value can increase at any time
+to cope with rare overflows.
+- Create a fix-protocol option which prevents cgminer from switching to stratum
+if it's detected.
+- Simplify target generation code.
+- Add support for client.get_version for stratum.
+- Use a 64 bit unsigned integer on the diff target to generate the hex target.
+- Update reconnect message to show whole address including port.
+- Look for null values and parse correct separate array entries for url and port
+with client reconnect commands for stratum.
+- The command for stratum is client.reconnect, not mining.reconnect.
+- Only copy the stratum url to the rpc url if an rpc url does not exist.
+- Implement rudimentary mining.reconnect support for stratum.
+- Ignore the value of stratum_active on calling initiate_stratum and assume
+we're always trying to reinitiate it, and set the active flag to false in that
+function.
+- stratum auth can be unset if we fail to authorise on subsequent calls to
+auth_stratum which undoes the requirement of setting it in one place so set it
+in pool_active.
+
+
 Version 2.8.1 - October 8, 2012
 Version 2.8.1 - October 8, 2012
 
 
 - Use the stratum url as the rpc url advertised if we switch to it.
 - Use the stratum url as the rpc url advertised if we switch to it.