@@ -1,3 +1,28 @@
+BFGMiner Version 3.0.4 - June 22, 2013
+
+- stratum: Deliver exact socket-error within the debug error message
+- Bugfix: Handle make dependencies on subdirectory files properly
+- Bugfix: Use EXTRA_*_DEPENDENCIES for Cygwin workaround, to fix program make
+dependencies
+- ignore file that is generated on Macs
+- compile unix code on Mac OS X fixes not finding the config file in $HOME
+- Bugfix: serial_autodetect_ftdi: Debuglog FTDI COM port mappings returned, fix
+type of FT_HANDLE
+- Bugfix: Allow starting non-libusb devices if libusb_init fails
+- Bugfix: Add missing newline to libusb_init failure message
+- Bugfix: Save start time for stats to correct "Elapsed" key on "stats" RPC
+request
+- bitforce: RPC pgaset fanmode 9 for auto fan control
+- serial_autodetect_ftdi: Debuglog FTDI COM port mappings returned
+- Bugfix: On stratum disconnect, clear stratum_active and stratum_notify
+atomically along with sock
+- Windows: Use backtrace.dll to print usable backtraces to stderr on crash
+- bitforce: XLINK: Update to use actual length,xlinkid header order
+- Bugfix: bitforce: XLINK: Avoid trying to send 0 bytes after each write
+- Bugfix: Do not try to call get_stats or get_statline* if device is still
+initializing
BFGMiner Version 3.0.3 - June 13, 2013
- make-release: Include all submodules, recursively
@@ -14,7 +14,7 @@ dnl * any later version. See COPYING for more details.
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [3])
m4_define([v_min], [0])
-m4_define([v_mic], [3])
+m4_define([v_mic], [4])
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 (3.0.4-0precise1) precise; urgency=low
+ * Fixed a bunch of bugs, including at least one stratum-related crash.
+ -- Luke Dashjr <luke+bfgminer@dashjr.org> Sat, 22 Jun 2013 18:01:40 -0000
bfgminer (3.0.3-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: 3.0.3
+Standards-Version: 3.0.4
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:=3.0.3
+PKG_VERSION:=3.0.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2