Browse Source

Bump version to 2.8.9

Luke Dashjr 13 years ago
parent
commit
dbffa3c2a4
4 changed files with 23 additions and 2 deletions
  1. 14 0
      NEWS
  2. 1 1
      configure.ac
  3. 7 0
      debian/changelog
  4. 1 1
      debian/control

+ 14 - 0
NEWS

@@ -1,3 +1,17 @@
+BFGMiner Version 2.8.9 - December 21, 2012
+
+- libztex: check returnvalue of libusb_claim_interface() and release the
+interface in case of early exit
+- Use correct cbreak after 15 second delay when no pool is found alive.
+- Bugfix: modminer: Return failure to change frequency when device reports it
+- opencl: Look in the right place for OpenCL library on Mac OS X
+- Hot-patch broken libcurl pkgconfig CFLAGS found in libcurl's Windows binaries
+- README: Explicitly mention automake dependency
+- README: Update AMD APP SDK URIs
+- driver-ztex: use the correct size for the swap array
+- Benchmark incorrect work size
+
+
 BFGMiner Version 2.8.8 - December 10, 2012
 
 - Bugfix: Copy share hash to work->hash before doing 4-byte flip required by

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [8])
-m4_define([v_mic], [8])
+m4_define([v_mic], [9])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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.9-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Fri, 21 Dec 2012 07:38:03 -0000
+
+
 bfgminer (2.8.8-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: 2.8.8
+Standards-Version: 2.8.9
 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