@@ -1,3 +1,15 @@
+BFGMiner Version 2.10.14 - September 19, 2013
+
+- Only show long-poll message in pool summary if it's not using stratum.
+- README.OpenWrt: Include serialusb drivers
+- Bugfix: Free temporary kernel path copy when writing config file
+- Bugfix: Put kernel path on the (main) stack after initialisation from
+commandline/config, to avoid appending an argv or jansson string
+- Bugfix: Try to initialise libusb later, so any mutexes applog might need are
+initialised
+- AUTHORS: Add contributor Josh Lehan
BFGMiner Version 2.10.13 - August 30, 2013
- Fixes column alignment in decimal fields. Workaround for printf rounding up
@@ -14,7 +14,7 @@ dnl * any later version. See COPYING for more details.
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [10])
-m4_define([v_mic], [13])
+m4_define([v_mic], [14])
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.14-0precise1) precise; urgency=low
+ * Bug fixes only.
+ -- Luke Dashjr <luke+bfgminer@dashjr.org> Thu, 19 Sep 2013 05:11:54 -0000
bfgminer (2.10.13-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.10.13
+Standards-Version: 2.10.14
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.13
+PKG_VERSION:=2.10.14
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2