Browse Source

Bump version to 3.5.6

Luke Dashjr 12 years ago
parent
commit
9c34013e0d
5 changed files with 30 additions and 3 deletions
  1. 21 0
      NEWS
  2. 1 1
      configure.ac
  3. 6 0
      debian/changelog
  4. 1 1
      debian/control
  5. 1 1
      openwrt/bfgminer/Makefile

+ 21 - 0
NEWS

@@ -1,3 +1,24 @@
+BFGMiner Version 3.5.6 - December 25, 2013
+
+- Update official Win32 build compiler and library:
+- - Upgrade GCC from 4.8.1 to 4.8.2
+- - Upgrade libcurl from 7.28.1 to 7.34.0
+- Update official Win64 build compiler and library:
+- - Upgrade GCC from 4.7.3 to 4.8.2
+- - Upgrade mingw64-runtime from 2.0.8 to 3.0.0
+- Green-on-red title colours for Christmas release
+- Bugfix: SSM: Free old _ssm_notify before replacing it
+- Bugfix: SSM: Clean _ssm_cur_job_work as needed to avoid memory leaks
+- Bugfix: cgpu_match: Handle digits in dname (x6500)
+- modminer: Check identification begins with "ModMiner" to avoid false detection
+- Bugfix: Handle errors creating a vcom devid more gracefully
+- Bugfix: _wlog: Allocate enough space for complete copy of log line
+- bfsb: Remove unused clock_gettime
+- Bugfix: bfsb: Remove useless slot_on which was never properly initialised
+- Bugfix: When QueryDosDevice fails, skip trying to parse its (undefined)
+results
+
+
 BFGMiner Version 3.5.5 - December 9, 2013
 
 - bfgminer-rpc: Catch error when server host fails to resolve to an IP

+ 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], [5])
+m4_define([v_mic], [6])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+bfgminer (3.5.6-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Wed, 25 Dec 2013 00:44:47 -0000
+
 bfgminer (3.5.5-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.5
+Standards-Version: 3.5.6
 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.5
+PKG_VERSION:=3.5.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2