changelog 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. cgminer (2.6.2-1) precise; urgency=low
  2. Version 2.6.2 - August 3, 2012
  3. * Scrypt mining does not support block testing yet so don't try to print it.
  4. * Clear the bitforce buffer whenever we get an unexpected result as it has
  5. likely throttled and we are getting cached responses out of order, and use the
  6. temperature monitoring as a kind of watchdog to flush unexpected results.
  7. * It is not critical getting the temperature response in bitforce so don't
  8. mandatorily wait on the mutex lock.
  9. * Check there is a cutoff temp actually set in bitforce before using it as a cut
  10. off value otherwise it may think it's set to zero degrees.
  11. * We dropped the temporary stopping of curl recruiting on submit_fail by
  12. mistake, reinstate it.
  13. * Make threads report in either side of the scanhash function in case we miss
  14. reporting in when restarting work.
  15. * Don't make mandatory work and its clones last forever.
  16. * Make test work for pool_active mandatory work items to smooth out staged work
  17. counts when in failover-only mode.
  18. * Add debugging output when work is found stale as to why.
  19. * Print the 3 parameters that are passed to applog for a debug line in
  20. bitforce.c
  21. * Clear bitforce buffer on init as previously.
  22. * Add some headroom to the number of curls available per pool to allow for
  23. longpoll and sendwork curls.
  24. * Revert "Revert "Change BFL driver thread initialising to a constant 100ms
  25. delay between devices instead of a random arrangement.""
  26. * Revert "Remove bitforce_thread_init"
  27. * Show the correct base units on GPU summary.
  28. * Differentiate between the send return value being a bool and the get return
  29. value when managing them in bitforce scanhash.
  30. * 23a8c60 Revert "bitforce: Skip out of sending work if work restart requested"
  31. -- nushor <nushor@nushor-desktop> Fri, 03 Aug 2012 11:27:44 -0500
  32. cgminer (2.4.2-1) stable; urgency=medium
  33. Version 2.4.2 - June 2, 2012
  34. * API.class compiled with Java SE 6.0_03 - works with Win7x64
  35. * miner.php highlight devs too slow finding shares (possibly failing)
  36. * API update version to V1.11 and document changes
  37. * API save default config file if none specified
  38. * api.c save success incorrectly returns error
  39. * api.c replace BUFSIZ (linux/windows have different values)
  40. * Move RPC API content out of README to API-README
  41. * Open a longpoll connection if a pool is in the REJECTING state as it's the
  42. only way to re-enable it automatically.
  43. * Use only one longpoll as much as possible by using a pthread conditional
  44. broadcast that each longpoll thread waits on and checks if it's the current pool
  45. before
  46. * If shares are known stale, don't use them to decide to disable a pool for
  47. sequential rejects.
  48. * Restarting cgminer from within after ADL has been corrupted only leads to a
  49. crash. Display a warning only and disable fanspeed monitoring.
  50. * Icarus: fix abort calculation/allow user specified abort
  51. * Icarus: make --icarus-timing hidden and document it in FPGA-README
  52. * Icarus: high accuracy timing and other bitstream speed support
  53. * add-MIPSEB-to-icarus-for-BIG_ENDIAN
  54. * work_decode only needs swab32 on midstate under BIG ENDIAN
  55. * add compile command to api-example.c
  56. * save config bugfix: writing an extra ',' when no gpus
  57. * Add dpkg-source commits
  58. -- nushor <nushor11@gmail.com> Sun, 03 Jun 2012 22:02:03 -0500
  59. cgminer (2.4.1-1) stable; urgency=low
  60. Version 2.4.1-1 - May 6, 2012
  61. * In the unlikely event of finding a block, display the block solved count with
  62. the pool it came from for auditing.
  63. * Display the device summary on exit even if a device has been disabled.
  64. * Use correct pool enabled enums in api.c.
  65. * Import Debian packaging configs
  66. * Ensure we test for a pool recovering from idle so long as it's not set to
  67. disabled.
  68. * Fix pool number display.
  69. * Give cgminer -T message only if curses is in use.
  70. * Reinit_adl is no longer used.
  71. * API 'stats' allow devices to add their own stats also for testing/debug
  72. * API add getwork stats to cgminer - accesable from API 'stats'
  73. * Don't initialise variables to zero when in global scope since they're already
  74. initialised.
  75. * Get rid of unitialised variable warning when it's false.
  76. * Move a pool to POOL_REJECTING to be disabled only after 3 minutes of
  77. continuous rejected shares.
  78. * Some tweaks to reporting and logging.
  79. * Change FPGA detection order since BFL hangs on an ICA
  80. * API support new pool status
  81. * Add a temporarily disabled state for enabled pools called POOL_REJECTING and
  82. use the work from each longpoll to help determine when a rejecting pool has
  83. started working again. Switch pools based on the multipool strategy once a pool
  84. is re-enabled.
  85. * Removing extra debug
  86. * Fix the benchmark feature by bypassing the new networking code.
  87. * Reset sequential reject counter after a pool is disabled for when it is
  88. re-enabled.
  89. * Icarus - correct MH/s and U: with work restart set at 8 seconds
  90. * ztex updateFreq was always reporting on fpga 0
  91. * Trying harder to get 1.15y working
  92. * Specifying threads on multi fpga boards extra cgpu
  93. * Missing the add cgpu per extra fpga on 1.15y boards
  94. * API add last share time to each pool
  95. * Don't try to reap curls if benchmarking is enabled.
  96. -- nushor <nushor11@gmail.com> Sun, 06 May 2012 11:09:46 -0500
  97. cgminer (2.4.0-1) stable; urgency=low
  98. Version 2.4.0 - May 3, 2012
  99. * Only show longpoll warning once when it has failed.
  100. * Convert hashes to an unsigned long long as well.
  101. * Detect pools that have issues represented by endless rejected shares and
  102. disable them, with a parameter to optionally disable this feature.
  103. * Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow
  104. 32-bit on some FPGAs
  105. * Implement an older header fix for a label existing before the pthread_cleanup
  106. macro.
  107. * Limit the number of curls we recruit on communication failures and with
  108. delaynet enabled to 5 by maintaining a per-pool curl count, and using a pthread
  109. conditional that wakes up when one is returned to the ring buffer.
  110. * Generalise add_pool() functions since they're repeated in add_pool_details.
  111. * Bugfix: Return failure, rather than quit, if BFwrite fails
  112. * Disable failing devices such that the user can attempt to re-enable them
  113. * Bugfix: thread_shutdown shouldn't try to free the device, since it's needed
  114. afterward
  115. * API bool's and 1TBS fixes
  116. * Icarus - minimise code delays and name timer variables
  117. * api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
  118. * api.c bug - remove extra ']'s in notify command
  119. * Increase pool watch interval to 30 seconds.
  120. * Reap curls that are unused for over a minute. This allows connections to be
  121. closed, thereby allowing the number of curl handles to always be the minimum
  122. necessary to not delay networking.
  123. * Use the ringbuffer of curls from the same pool for submit as well as getwork
  124. threads. Since the curl handles were already connected to the same pool and are
  125. immediately available, share submission will not be delayed by getworks.
  126. * Implement a scaleable networking framework designed to cope with any sized
  127. network requirements, yet minimise the number of connections being reopened. Do
  128. this by create a ring buffer linked list of curl handles to be used by getwork,
  129. recruiting extra handles when none is immediately available.
  130. * There is no need for the submit and getwork curls to be tied to the pool
  131. struct.
  132. * Do not recruit extra connection threads if there have been connection errors
  133. to the pool in question.
  134. * We should not retry submitting shares indefinitely or we may end up with a
  135. huge backlog during network outages, so discard stale shares if we failed to
  136. submit them and they've become stale in the interim.
  137. -- nushor <nushor11@gmail.com> Thurs, 03 May 2012 10:43:22 -0500
  138. cgminer (2.3.6-3) stable; urgency=low
  139. Version 2.3.6-3 - may 3, 2012
  140. * More bug fixes, Pre 2.4.1 release.
  141. -- nushor <nushor11@gmail.com> Thurs, 03 May 2012 00:36:50 -0500
  142. cgminer (2.3.6-2) stable; urgency=low
  143. Version 2.3.6-2 - May 2, 2012
  144. * Various bug fixes, latest build from repository.
  145. -- nushor <nushor11@gmail.com> Wed, 02 May 2012 18:17:49 -0500
  146. cgminer (2.3.6-1) stable; urgency=low
  147. Version 2.3.6 - April 29, 2012
  148. * Shorten stale share messages slightly.
  149. * Protect the freeing of current_hash under mutex_lock to prevent racing on it
  150. when set_curblock is hit concurrently.
  151. * Change default behaviour to submitting stale, removing the --submit-stale
  152. option and adding a --no-submit-stale option.
  153. * Make sure to start the getwork and submit threads when a pool is added on the
  154. fly. This fixes a crash when a pool is added to running cgminer and then
  155. switched to.
  156. * Faster hardware can easily outstrip the speed we can get work and submit
  157. shares when using only one connection per pool.
  158. * Test the queued list to see if any get/submits are already queued and if they
  159. are, start recruiting extra connections by generating new threads.
  160. * This allows us to reuse network connections at low loads but recuit new open
  161. connections as they're needed, so that cgminer can scale to hardware of any
  162. size.
  163. -- nushor <nushor11@gmail.com> Tue, 01 May 2012 13:26:09 -0500