aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2010-12-06 02:30:57 -0500
committerJeff Garzik <jgarzik@redhat.com>2010-12-06 02:30:57 -0500
commit1a1a018627d11ac7475f0c27e2cbdb7f248314f2 (patch)
treea742af8550320765c455f439e7246e3d8870932f
parent8ca6ffa8a92ed50de916fbbc95c9c6900bd71ef8 (diff)
Release version 0.2.2.v0.2.2
Remove 'experimental' marker from VIA padlock implementation.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--cpu-miner.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c8101c8..4d77c21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+Version 0.2.2 - December 6, 2010
+
+- VIA padlock implementation works now
+- Minor build and runtime fixes
+
Version 0.2.1 - November 29, 2010
- avoid buffer overflow when submitting solutions
diff --git a/configure.ac b/configure.ac
index daf2f55..f2e7fbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([cpuminer], [0.2.1])
+AC_INIT([cpuminer], [0.2.2])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([cpu-miner.c])
diff --git a/cpu-miner.c b/cpu-miner.c
index ab7ea1a..70974c3 100644
--- a/cpu-miner.c
+++ b/cpu-miner.c
@@ -79,7 +79,7 @@ static struct option_help options_help[] = {
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
#endif
#ifdef WANT_VIA_PADLOCK
- "\n\tvia\t\tVIA padlock implementation (EXPERIMENTAL)"
+ "\n\tvia\t\tVIA padlock implementation"
#endif
"\n\tcryptopp\tCrypto++ library implementation (EXPERIMENTAL)"
},