Version 1.0.
This commit is contained in:
parent
6a3b05e650
commit
16cddaf300
2 changed files with 9 additions and 1 deletions
8
NEWS
8
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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [0.8.1])
|
||||
AC_INIT([cpuminer], [1.0])
|
||||
|
||||
AC_PREREQ(2.52)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
Loading…
Reference in a new issue