Browse Source

Bump version to 3.5.1

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

+ 16 - 0
NEWS

@@ -1,3 +1,19 @@
+BFGMiner Version 3.5.1 - November 7, 2013
+
+- Bugfix: make-release: Add README.GPU document
+- Demote USB string fetch failure to LOG_DEBUG since it is rather common
+- Bugfix: RPC: devscan shouldn't be available to read-only access
+- Bugfix: bigpic: Ignore the bitfury chip's counter as best we can
+- Bugfix: bigpic: Accept other delimiters in Bitfury BF1 product string in
+autodetection
+- Bugfix: Fix VCOM/fpgautils build check
+- Bugfix: Only include VCOM code when VCOM/fpgautils support is being built
+- Bugfix: Reimplement scan-serial "all" keyword
+- Bugfix: bitforce detect: Close device after ZGX failure
+- Bugfix: Define lowl_usb even if libusb support is omitted, since VCOM and HID
+drivers check against it for warnings
+
+
 BFGMiner Version 3.5.0 - November 6, 2013
 
 - bigpic: Probe sooner than most drivers, but still after icarus/erupter

+ 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], [0])
+m4_define([v_mic], [1])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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.1-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Thu, 07 Nov 2013 03:42:48 -0000
+
+
 bfgminer (3.5.0-0precise1) precise; urgency=low
 
   * hashbuster: New driver for HasbBuster nano ASIC miners.

+ 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.0
+Standards-Version: 3.5.1
 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.0
+PKG_VERSION:=3.5.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2