Browse Source

Bump version to 3.5.2

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

+ 19 - 0
NEWS

@@ -1,3 +1,22 @@
+BFGMiner Version 3.5.2 - November 12, 2013
+
+- README.scrypt: Update to reflect current status of code (unmaintained); remove
+Con's litecoin donation address (leaving his bitcoin one) since it is unknown if
+he still accepts donations with litecoin
+- Bugfix: minerloop_async: Check the correct _mt_disable_called flag
+- bitforce: Allow ZCX response to override Manufacturer string
+- Bugfix: RPC: Restore null termination on responses
+- Bugfix: configure: We need DLOPEN_FLAGS for lowlevel hid too
+- Add additional debug information to help track work through BFGMiner
+- README: Update hidapi dependency for HashBuster
+- Bugfix: bigpic: Convert device serial and nonces to host endian
+- Bugfix: modminer: Ensure devices that fail probe are closed properly
+- Bugfix: bitforce: Ensure devices that fail probe are closed properly
+- Bugfix: littlefury: Ensure devices that fail probe are closed properly
+- Bugfix: bigpic: Ensure devices that fail probe are closed properly
+- nanofury: Attempt to be more resilient to problems
+
+
 BFGMiner Version 3.5.1 - November 7, 2013
 
 - Bugfix: make-release: Add README.GPU document

+ 1 - 1
configure.ac

@@ -14,7 +14,7 @@ dnl * any later version.  See COPYING for more details.
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [3])
 m4_define([v_min], [5])
-m4_define([v_mic], [1])
+m4_define([v_mic], [2])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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 (3.5.2-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Tue, 12 Nov 2013 07:59:00 -0000
+
+
 bfgminer (3.5.1-0precise1) precise; urgency=low
 
   * Bug fixes only.

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: bfgminer
 Priority: optional
 Section: misc
 Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 3.5.1
+Standards-Version: 3.5.2
 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, uthash-dev, libsensors4-dev
 
 Package: bfgminer

+ 1 - 1
openwrt/bfgminer/Makefile

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