Browse Source

Bump version to 2.9.0

Luke Dashjr 13 years ago
parent
commit
4be6af0b93
5 changed files with 35 additions and 6 deletions
  1. 1 1
      API-README
  2. 16 2
      NEWS
  3. 2 2
      configure.ac
  4. 15 0
      debian/changelog
  5. 1 1
      debian/control

+ 1 - 1
API-README

@@ -384,7 +384,7 @@ miner.php - an example web page to access the API
 Feature Changelog for external applications using the API:
 Feature Changelog for external applications using the API:
 
 
 
 
-API V1.20
+API V1.20 (BFGMiner v2.9.0)
 
 
 Modified API commands:
 Modified API commands:
  'pools' - add 'Has Stratum', 'Stratum Active', 'Stratum URL'
  'pools' - add 'Has Stratum', 'Stratum Active', 'Stratum URL'

+ 16 - 2
NEWS

@@ -1,5 +1,19 @@
-BFGMiner Version 2.9.0 - Future
-
+BFGMiner Version 2.9.0 - October 28, 2012
+
+- Bugfix: Save pool pointer to avoid dereferencing work after it might
+potentially be freed
+- Bugfix: Cleanup some harmless warnings
+- Bugfix: TUI: Avoid clearing the whole screen when we just want to clear the
+log window
+- Wishlist #130 implemented by "blinkier":
+- - Add all-at-once pool priority reassignment to curses TUI interface
+- - Save/restore pool priorities in config file
+- - Allow setting initial pool priorities via command line
+- Bugfix: Replace reportin hack with a reset back to LIFE_INIT for bitstream
+upload
+- Bugfix: SI kilo prefix is a lowercase "k"
+- Bugfix: If userpass is missing a password, treat it as a null password
+(regression fix)
 - Upgrade libblkmaker to 0.2.0
 - Upgrade libblkmaker to 0.2.0
 - Bugfix: Build correct pay-to-scripthash script
 - Bugfix: Build correct pay-to-scripthash script
 - Implement --coinbase-addr for solo mining
 - Implement --coinbase-addr for solo mining

+ 2 - 2
configure.ac

@@ -1,8 +1,8 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_maj], [2])
-m4_define([v_min], [8])
-m4_define([v_mic], [3])
+m4_define([v_min], [9])
+m4_define([v_mic], [0])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))
 m4_define([lt_rev], m4_eval(v_maj + v_min))

+ 15 - 0
debian/changelog

@@ -1,3 +1,18 @@
+bfgminer (2.9.0-0precise1) precise; urgency=low
+
+  * X6500: New driver for mining on FPGA Mining LLC's X6500 coprocessor.
+  * Support for solo mining against bitcoind 0.7's GBT interface using new --coinbase-addr option (powered by libblkmaker 0.2.0).
+  * OpenCL: Rewritten dynamic intensity code should fix remaining issues with it.
+  * BFGMiner now displays the share's best difficulty as well as the current pool difficulty.
+  * Support for saving and restoring pool priorities in config file, as well as changing them all at once in the curses TUI (by "blinkier").
+  * OpenCL: Updated kernels which should allow ultra low memory speeds once again (idea courtesy of Vbs).
+  * Stratum support by Con.
+  * BFGMiner now tries to actually catch crashes and unless the --no-restart option is given, it will try to restart cleanly.
+  * OpenCL: Scrypt will now not fail when setting high thread concurrency values that still return some RAM even if OpenCL returns an error on that RAM allocation.
+
+ -- Luke Dashjr <luke+bfgminer@dashjr.org>  Sun, 28 Oct 2012 10:39:56 -0000
+
+
 bfgminer (2.8.3-0precise1) precise; urgency=low
 bfgminer (2.8.3-0precise1) precise; urgency=low
 
 
   * Various bugs fixed, no new features.
   * Various bugs fixed, no new features.

+ 1 - 1
debian/control

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