mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Release version 0.7.2.
This commit is contained in:
parent
0258fae450
commit
4be41af2be
9
NEWS
9
NEWS
@ -1,4 +1,13 @@
|
||||
|
||||
Version 0.7.2 - March 14, 2011
|
||||
|
||||
- Add port of ufasoft's sse2 assembly implementation (Linux only)
|
||||
This is a substantial speed improvement on Intel CPUs.
|
||||
|
||||
- Move all JSON-RPC I/O to separate thread. This reduces the
|
||||
number of HTTP connections from one-per-thread to one, reducing resource
|
||||
usage on upstream bitcoind / pool server.
|
||||
|
||||
Version 0.7.1 - March 2, 2011
|
||||
|
||||
- Add support for JSON-format configuration file. See example
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([cpuminer], [0.7.1])
|
||||
AC_INIT([cpuminer], [0.7.2])
|
||||
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||
|
Loading…
x
Reference in New Issue
Block a user