Browse Source

Bump version to 2.8.5

Luke Dashjr 13 years ago
parent
commit
992e1ce8aa
4 changed files with 21 additions and 2 deletions
  1. 12 0
      NEWS
  2. 1 1
      configure.ac
  3. 7 0
      debian/changelog
  4. 1 1
      debian/control

+ 12 - 0
NEWS

@@ -1,3 +1,15 @@
+BFGMiner Version 2.8.5 - November 7, 2012
+- Bugfix: modminer: Use json_object_set_new to correctly count references to
+per-FPGA RPC data
+- Changes to build prototypes to support building on FreeBSD 9.1-RC2 amd64
+- ztex: Silence false "unexpected" hardware errors, and don't count them as hw
+errors
+- README: Update build instructions to reflect current reality
+- Bugfix: ztex: Include --scan-serial option even for ztex-only builds, so it
+- Bugfix: dynclock: Use standard C struct initializer to handle initialization,
+instead of memsetting memory to nulls
+
+
 BFGMiner Version 2.8.4 - October 30, 2012
 
 - Bugfix: regeneratehash needs to compare hash segments in Little Endian, not

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [8])
-m4_define([v_mic], [4])
+m4_define([v_mic], [5])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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.5-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Wed, 07 Nov 2012 18:40:49 -0000
+
+
 bfgminer (2.8.4-0precise1) precise; urgency=low
 
   * More bug fixes, including numerous memory leaks.

+ 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.4
+Standards-Version: 2.8.5
 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