Browse Source

Bump version to 2.10.11

Luke Dashjr 12 years ago
parent
commit
4787500502
5 changed files with 29 additions and 3 deletions
  1. 18 0
      NEWS
  2. 1 1
      configure.ac
  3. 8 0
      debian/changelog
  4. 1 1
      debian/control
  5. 1 1
      openwrt/bfgminer/Makefile

+ 18 - 0
NEWS

@@ -1,3 +1,21 @@
+BFGMiner Version 2.10.11 - July 8, 2013
+
+- README: Update statlines
+- Bugfix: fpgautils: Close product string file from sysfs (autodetect)
+- README: Add condensed list of dependencies
+- Bugfix: Detect whether the linker accepts -zorigin before attempting to use it
+- opencl: ADL: ADL_Adapter_ID_Get fails with newer drivers, so tolerate its
+failure best we can
+- opencl: Don't try to use BFI_INT patching with APP-SDK newer than 1084
+(Catalyst 13.1), since it doesn't work
+- Bugfix: Set ELF rpath for bundled libblkmaker to use $ORIGIN so it can be run
+from other directories
+- Add LIFE_INIT2 status (safe to call functions, but not mining yet) for devices
+that want to report initialization status in their statline
+- Bugfix: modminer & x6500: Increment *->diff1 for all bad nonces, and do stats
+changes within stats_lock
+
+
 BFGMiner Version 2.10.10 - June 22, 2013
 
 - stratum: Deliver exact socket-error within the debug error message

+ 1 - 1
configure.ac

@@ -14,7 +14,7 @@ dnl * any later version.  See COPYING for more details.
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [10])
-m4_define([v_mic], [10])
+m4_define([v_mic], [11])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 8 - 0
debian/changelog

@@ -1,3 +1,11 @@
+bfgminer (2.10.11-0precise1) precise; urgency=low
+
+  * Catalyst 13.2+ support.
+  * Bug fixes.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Mon, 08 Jul 2013 19:22:32 -0000
+
+
 bfgminer (2.10.10-0precise1) precise; urgency=low
 
   * Fixed a bunch of bugs, including at least one stratum-related crash.

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: bfgminer
 Priority: optional
 Section: misc
 Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 2.10.10
+Standards-Version: 2.10.11
 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, git, quilt
 
 Package: bfgminer

+ 1 - 1
openwrt/bfgminer/Makefile

@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bfgminer
 PKG_TITLE:=BFGMiner
-PKG_VERSION:=2.10.10
+PKG_VERSION:=2.10.11
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2