Skip to content

Commit

Permalink
Bump version to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 9, 2013
1 parent 147ada0 commit 0140285
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
BFGMiner Version 3.5.5 - December 9, 2013

- bfgminer-rpc: Catch error when server host fails to resolve to an IP
- RPC: Remove unnecessary delay from RPC server startup
- Call WSAStartup for our own needs independently of libcurl etc
- Bugfix: lowl-usb: Include winsock2.h to make sure it is before windows.h
- Bugfix: Draw statuswin in line order to ensure overflow is cutoff properly
- Fixed one byte stack overflow in mcast recvfrom.
- Specifically handle mining.get_transactions failures so they get logged at the
lower debug loglevel


BFGMiner Version 3.5.4 - December 2, 2013

- New / updated instructions for building bfgminer on Windows
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl * any later version. See COPYING for more details.
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [3])
m4_define([v_min], [5])
m4_define([v_mic], [4])
m4_define([v_mic], [5])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bfgminer (3.5.5-0precise1) precise; urgency=low

* Bug fixes only.

-- Luke Dashjr <[email protected]> Mon, 09 Dec 2013 03:30:22 -0000

bfgminer (3.5.4-0precise1) precise; urgency=low

* Bug fixes only.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: bfgminer
Priority: optional
Section: misc
Maintainer: Luke Dashjr <[email protected]>
Standards-Version: 3.5.4
Standards-Version: 3.5.5
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, uthash-dev, libsensors4-dev

Package: bfgminer
Expand Down
2 changes: 1 addition & 1 deletion openwrt/bfgminer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=bfgminer
PKG_TITLE:=BFGMiner
PKG_VERSION:=3.5.4
PKG_VERSION:=3.5.5
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2
Expand Down

0 comments on commit 0140285

Please sign in to comment.