@@ -1,3 +1,23 @@
+BFGMiner Version 2.9.8 - January 22, 2013
+
+- Bugfix: libblkmaker: Check that zero-padding on base58check input matches
+output (needed to properly reject addresses with too many or too few prefix/pad
+'1's)
+- api.c pgaenable not re-enabling the device
+- diffexactone pool diff1 used for share value calculation is ffffffff... not
+100000000... :P
+- Bugfix: configure: if blocks require at least one command, so fill with true
+- Bugfix: Only log stratum resume if it was actually "idle" before
+- Differentiate socket full from sock full.
+- Allow stratum to startup without notify but check it is valid before creating
+stratum work.
+- Do not try to generate stratum work unless the notify command has succeeded.
+- Bugfix: If native ncurses detection fails, print "none?" result before moving
+on to try AC_SEARCH_LIBS scan
+- Fix more printf-format non-compatibilities
+- Update windows-build.txt
BFGMiner Version 2.9.7 - December 27, 2012
- Parse anything in the stratum socket if it's full without waiting.
@@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [9])
-m4_define([v_mic], [7])
+m4_define([v_mic], [8])
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))
@@ -1,3 +1,10 @@
+bfgminer (2.9.8-0precise1) precise; urgency=low
+ * Bug fixes only.
+ -- Luke Dashjr <luke+bfgminer@dashjr.org> Tue, 22 Jan 2013 00:40:13 -0000
bfgminer (2.9.7-0precise1) precise; urgency=low
* Bug fixes only.
@@ -2,7 +2,7 @@ Source: bfgminer
Priority: optional
Section: misc
Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 2.9.7
+Standards-Version: 2.9.8
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