Version 2.3.2
This commit is contained in:
parent
e878267239
commit
ad88e35f54
2 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
||||||
|
Version 2.3.2 - Jul 10, 2013
|
||||||
|
|
||||||
|
- Add optimizations for AVX2-capable x86-64 processors
|
||||||
|
- Ensure that the output stream is flushed after every log message
|
||||||
|
- Fix an undefined-behavior bug in the Stratum code
|
||||||
|
|
||||||
Version 2.3.1 - Jun 18, 2013
|
Version 2.3.1 - Jun 18, 2013
|
||||||
|
|
||||||
- Add a --cert option for specifying an SSL certificate (martinwguy)
|
- Add a --cert option for specifying an SSL certificate (martinwguy)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [2.3.1])
|
AC_INIT([cpuminer], [2.3.2])
|
||||||
|
|
||||||
AC_PREREQ([2.59c])
|
AC_PREREQ([2.59c])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
Loading…
Reference in a new issue