aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-14 23:42:53 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-14 23:42:53 -0400
commit4be41af2be1b2442161a98b9d7fbf2a61cc854f9 (patch)
treeb0725d66cf17d28e39d58cbb56aef4a6c64e9f74
parent0258fae450d8f3164f5a6706a65e80e10f016528 (diff)
Release version 0.7.2.v0.7.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1843f42..64c8fab 100644
--- a/NEWS
+++ b/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
diff --git a/configure.ac b/configure.ac
index 15a25a9..8991cc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])