Browse Source

Bump version to 2.8.3

Luke Dashjr 13 years ago
parent
commit
f05dbbec91
4 changed files with 39 additions and 2 deletions
  1. 30 0
      NEWS
  2. 1 1
      configure.ac
  3. 7 0
      debian/changelog
  4. 1 1
      debian/control

+ 30 - 0
NEWS

@@ -1,3 +1,33 @@
+BFGMiner Version 2.8.3 - October 18, 2012
+
+- Update to libblkmaker 0.1.3
+- Use explicit host to BE functions in scrypt code instead of hard coding
+byteswap everywhere.
+- Ease the checking on allocation of padbuffer8 in the hope it works partially
+anyway on an apparently failed call.
+- Round target difficulties down to be in keeping with the rounding of detected
+share difficulties.
+- String alignment to 4 byte boundaries and optimisations for bin<->hex
+conversions.
+- Fix GPU memory allocation size for scrypt
+- Fix access violation with scrypt mining
+- Bugfix: Only free rpc_req after using it, not before
+- Bugfix: Increment work->pool->staged inside of mutex to avoid work being
+freed (and staged decremented) before we dereference it
+- Revert "No need for extra variable in hash_push.": The extra variable is
+needed to avoid a rare dereference-after-free error.
+- In opencl_free_work, make sure to still flush results in dynamic mode.
+- Workaround: Debug log only after dec_queued, to make a free/use race more
+rare
+- Bugfix: Remove redundant \n in debug messages
+- Bugfix: Free rpc_req in pool_active and longpolls
+- README: Explicitly provide Ubuntu package name for libjansson-dev
+- Bugfix: Include flash_led bool in cgpu_info for Icarus-but-not-BitForce
+builds, since Cairnsmore uses it
+- Only check work block id against pool's if the pool has a known block id
+- Avoid clearing pool->block_id unless we really are changing pools
+
+
 BFGMiner Version 2.8.2 - October 8, 2012
 
 - Update to libblkmaker 0.1.2

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [8])
-m4_define([v_mic], [2])
+m4_define([v_mic], [3])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+bfgminer (2.8.3-0precise1) precise; urgency=low
+
+  * Various bugs fixed, no new features.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Mon, 18 Oct 2012 12:56:56 -0000
+
+
 bfgminer (2.8.2-0precise1) precise; urgency=low
 
   * Numerous fixups for Enterpoint's Cairsmore dynamic clocking; it has actually been tested this time. :)

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: bfgminer
 Priority: optional
 Section: misc
 Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 2.8.2
+Standards-Version: 2.8.3
 Build-Depends: build-essential, debhelper, autoconf, automake, libtool, libssl-dev, yasm, pkg-config, libudev-dev, libcurl4-openssl-dev, wget, unzip, libjansson-dev, libncurses5-dev, libudev-dev, libusb-1.0-0-dev
 
 Package: bfgminer