aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-05-09 22:13:34 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-05-09 22:13:34 -0400
commit16cddaf3004c2f73a8880dce36c3a4c714bc82ef (patch)
tree390fde88999c10448ca9c1d31c369ffeb92fdca8
parent6a3b05e6504e1438e598156531a6ea58e20c0c4a (diff)
Version 1.0.v1.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b38508d..ebea75c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
+Version 1.0 - May 9, 2011
+
+- jansson 2.0 compatibility
+- correct off-by-one in date (month) display output
+- fix platform detection
+- improve yasm configure bits
+- support full URL, in X-Long-Polling header
+
Version 0.8.1 - March 22, 2011
- Make --user, --pass actually work
diff --git a/configure.ac b/configure.ac
index 3176a1c..2745df6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cpuminer], [0.8.1])
+AC_INIT([cpuminer], [1.0])
AC_PREREQ(2.52)
AC_CANONICAL_SYSTEM