aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-22 14:01:32 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-22 14:01:32 -0400
commit991a358dc9d5935a7cca96e68156e0aa595056b4 (patch)
tree393a577c11917f2934ab593ff64c29d34f866159
parenta7d9f31747a6bff71c3ea6955996d402ef72d538 (diff)
Release version 0.8.1.v0.8.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd9138e..b38508d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
+Version 0.8.1 - March 22, 2011
+
+- Make --user, --pass actually work
+
+- Add User-Agent HTTP header to requests, so that server operators may
+ more easily identify the miner client.
+
+- Fix minor bug in example JSON config file
+
Version 0.8 - March 21, 2011
- Support long polling: http://deepbit.net/longpolling.php
diff --git a/configure.ac b/configure.ac
index 0271eb3..730b0d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cpuminer], [0.8])
+AC_INIT([cpuminer], [0.8.1])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([cpu-miner.c])