Browse Source

Bump version to 2.9.9

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

+ 24 - 0
NEWS

@@ -1,3 +1,27 @@
+BFGMiner Version 2.9.9 - February 7, 2013
+
+- Bugfix: Sanity check for bits exponent in regeneratehash
+- Bugfix: Correct various size mismatches
+- Bugfix: Remove dependencies of compat.h on miner.h for Windows (moves
+timersub/timeradd to compat.h where it belongs)
+- Disable libusb linkage/usage when neither X6500 nor ZTEX support is desired
+- fpgautils: Look for bitstreams in ../share/bfgminer/ too
+- Bugfix: Ensure curses library is always linked in NCURSES_LIBS, to avoid
+unnecessary dependencies for (non-curses) tools
+- Bugfix: GBT: work->data is always little-endian, but libblkmaker wants the
+nonce in native-endian
+- Bugfix: Fix configure big endian detection
+- Bugfix: Skip yasm check when building for non-x86 platforms
+- Allow --scantime alias to --scan-time
+- Bugfix: Remove miner.h include from api-example.c since it isn't needed and
+pulls in libblkmaker
+- Make wrapping consistent at 79-80 characters per line
+- Bugfix: Correct numerous misspellings, typos, etc
+- Bugfix: Prefer using a non-frozen mining thread for watchdog
+- Bugfix: x6500: Expose x6500_fpga_data even if JTAG reset/detect fail, since
+it is still used to store temperature info if the other FPGA initializes
+
+
 BFGMiner Version 2.9.8 - January 22, 2013
 
 - Revert "x6500: Whenever we get a hardware error, purge buffers just in case

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [9])
-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.9.9-0precise1) precise; urgency=low
+
+  * Bug fixes only.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Thu, 07 Feb 2013 05:01:14 -0000
+
+
 bfgminer (2.9.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.9.8
+Standards-Version: 2.9.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