aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-01-29 02:15:46 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-01-29 02:15:46 -0500
commita816470950a0a00d37cc920cda51dad51558659b (patch)
tree602575a612286ead65e9be2efcf44ca3b0215939
parentf889476bbd35b4d1667e58522666688bef1f9a89 (diff)
Release version 0.6.v0.6
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3859323..9f25645 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
+Version 0.6 - January 29, 2010
+
+- Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
+- BeeCee1's sha256 4way optimizations
+- lfm's byte swap optimization (improves via, cryptopp)
+- Fix non-working short options -q, -r
+
Version 0.5 - December 28, 2010
- Exit program, when all threads have exited
diff --git a/configure.ac b/configure.ac
index b833434..1402b8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([cpuminer], [0.5])
+AC_INIT([cpuminer], [0.6])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([cpu-miner.c])