Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Release version 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik authored and jgarzik committed Mar 15, 2011
1 parent 0258fae commit 4be41af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 4be41af

Please sign in to comment.