Browse Source

Bump version to 3.2.1

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

+ 37 - 0
NEWS

@@ -1,3 +1,40 @@
+BFGMiner Version 3.2.1 - September 19, 2013
+
+- Only show long-poll message in pool summary if it's not using stratum.
+- README.ASIC: Clarify syntax of --scan-serial usage for USB Erupters
+- Bugfix: RPC: Defer allocation of apisock until after we check for --api-listen
+- make-release: Only try to include libmicrohttpd if bfgminer.exe depends on it
+- Bugfix: make-release: Include libplibc-1.dll if available
+- SGW: For Windows builds, include winsock2.h instead of POSIX networking
+headers
+- configure: Display getwork proxy server support in summary
+- Bugfix: SGW: Pass actual cgpu_info to prune_worklog_thread instead of silently
+casting one from getwork_client
+- Bugfix: Get total_staged with lock for TS stat, before getting console lock
+- Bugfix: bitforce: Correct fanmode RPC help
+- bitforce: Hide fan control when disabled in firmware
+- Bugfix: bitforce: Correct fanspeed TUI setting
+- Bugfix: logging: Allow up to 4 KB for log lines
+- Bugfix: icarus: Ensure last2_work exists before trying to check nonces fit it
+- README.OpenWrt: Include serialusb drivers
+- README: Include OpenWrt serialusb driver package names
+- Bugfix: Initialise notifier (as invalid) for no-thread devices (SGW)
+- 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: Always allow startup with curses enabled (since the user can use
+Manage devices to add new ones, and display Ctrl-C for text-only quit help
+- Bugfix: Ignore/reject libmicrohttpd before 0.9.5, which introduced symbols we
+need
+- README: Elaborate on format of BW
+- Bugfix: Try to initialise libusb later, so any mutexes applog might need are
+initialised
+- Bugfix: Implicitly initialise timer_set_now when it is first called
+- util: Eliminate unsafe const-removing casts
+- configure: Cleanup CFLAGS/LDFLAGS display
+- Show RT_LIBS in ./configure output.
+
+
 BFGMiner Version 3.2.0 - August 29, 2013
 - cpu: sse2_64: Rename sha256_init to sha256_init_sse2 to avoid conflict with
 new sha2.c

+ 1 - 1
configure.ac

@@ -14,7 +14,7 @@ dnl * any later version.  See COPYING for more details.
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [3])
 m4_define([v_min], [2])
-m4_define([v_mic], [0])
+m4_define([v_mic], [1])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 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.2.1-0precise1) precise; urgency=low
+
+  * Allow startup with no devices, even if RPC and HTTP server are disabled, so long as the user can add new ones via the curses TUI.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Thu, 19 Sep 2013 04:37:01 -0000
+
+
 bfgminer (3.2.0-0precise1) precise; urgency=low
 
   * modminer, x6500 & ztex: Completely removed bitstreams from BFGMiner distribution, and replaced with instructions on where to find them officially.

+ 1 - 1
debian/control

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

+ 1 - 1
openwrt/bfgminer/Makefile

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