Version 2.1.5
This commit is contained in:
parent
f482cefff1
commit
3c78575e0f
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
Version 2.1.5 - Mar 7, 2012
|
||||||
|
|
||||||
|
- Add optimizations for AVX-capable x86-64 processors
|
||||||
|
- Assume HTTP if no protocol is specified for the mining server
|
||||||
|
- Fix MinGW compatibility issues and update build instructions
|
||||||
|
- Add support for building on Solaris using gcc (pontius)
|
||||||
|
|
||||||
Version 2.1.4 - Feb 28, 2012
|
Version 2.1.4 - Feb 28, 2012
|
||||||
|
|
||||||
- Implement 4-way SHA-256 on x86-64
|
- Implement 4-way SHA-256 on x86-64
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [2.1.4])
|
AC_INIT([cpuminer], [2.1.5])
|
||||||
|
|
||||||
AC_PREREQ([2.59c])
|
AC_PREREQ([2.59c])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
Loading…
Reference in a new issue