@@ -1,5 +1,22 @@
-BFGMiner Version 2.10.7 - Future
-
+BFGMiner Version 2.10.7 - April 24, 2013
+
+- Bugfix: Check that all pools have URIs set before starting
+- README: Include jansson PKG_CONFIG_PATH in example for Mac
+- Include trailing \0 with coinbase sigs if there's room
+- Differentiate socket closed from socket error in recv_line.
+- Bugfix: ztex: Initialize fw_buf pointer to NULL so a free before allocation is
+safe
+- LTC text typo
+- MMQ it's a bitstream
+- Fix --benchmark generating valid work for cgminer.
+- Bugfix: Correct pdbuilder result directory
+- Bugfix: roundl: Add needed parenthesis to perform ?: before +
+- Bugfix: ft232r: Defer allocating structure until after USB endpoint is
+successfully opened, so it won't leak in case of failure
+- Bugfix: ztex: Free bitstream in memory when done with it
+- Bugfix: Safely handle all-space cURL debug messages, should they ever happen
+- Bugfix: Missing return for /dev globbing
+- Bugfix: Free unused work when retrying failed lp request
- opencl: Include OpenCL platform in kernel binary filenames
- Bugfix: bitforce: Close opened fd if reinit fails
- Bugfix: bitforce: Retry ZGX until device is NOT busy
@@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [10])
-m4_define([v_mic], [6])
+m4_define([v_mic], [7])
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.10.7-0precise1) precise; urgency=low
+ * Bugfixes only.
+ -- Luke Dashjr <luke+bfgminer@dashjr.org> Wed, 24 Apr 2013 03:01:41 -0000
bfgminer (2.10.6-0precise1) precise; urgency=low
* Bugfixes only.
@@ -2,7 +2,7 @@ Source: bfgminer
Priority: optional
Section: misc
Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 2.10.6
+Standards-Version: 2.10.7
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
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bfgminer
PKG_TITLE:=BFGMiner
-PKG_VERSION:=2.10.6
+PKG_VERSION:=2.10.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2