Browse Source

Bump version to 3.0.2

Luke Dashjr 12 years ago
parent
commit
5cfcd5808e
5 changed files with 22 additions and 3 deletions
  1. 12 0
      NEWS
  2. 1 1
      configure.ac
  3. 7 0
      debian/changelog
  4. 1 1
      debian/control
  5. 1 1
      openwrt/bfgminer/Makefile

+ 12 - 0
NEWS

@@ -1,3 +1,15 @@
+BFGMiner Version 3.0.2 - April 28, 2013
+
+- Receive failures in recv_line should unconditionally fail.
+- Use sock_blocks function for stratum send and receive.
+- Avoid applog under stratum_lock in __stratum_send.
+- Create an OS specific sock_blocks function.
+- There should be no error response code with return value 0 in recv_line.
+- Check for errors on stratum recv for any recv return value less than 1 and
+only parse the response if it's positive.
+- Avoid applog under stratum_lock in recv_line.
+
+
 BFGMiner Version 3.0.1 - April 24, 2013
 
 - Bugfix: configure: Move actual roundl macro back to miner.h after math.h

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [3])
 m4_define([v_min], [0])
-m4_define([v_mic], [1])
+m4_define([v_mic], [2])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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 (3.0.2-0precise1) precise; urgency=low
+
+  * Fix stratum on Windows.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Sun, 28 Apr 2013 05:22:53 -0000
+
+
 bfgminer (3.0.1-0precise1) precise; urgency=low
 
   * Bitforce SC: Switched to using bulk queue mode for all ASIC-based devices.

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: bfgminer
 Priority: optional
 Section: misc
 Maintainer: Luke Dashjr <luke_bfgminer@dashjr.org>
-Standards-Version: 3.0.1
+Standards-Version: 3.0.2
 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

+ 1 - 1
openwrt/bfgminer/Makefile

@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bfgminer
 PKG_TITLE:=BFGMiner
-PKG_VERSION:=3.0.1
+PKG_VERSION:=3.0.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2