Version 2.1.5

This commit is contained in:
pooler 2012-03-07 17:31:55 +01:00
parent f482cefff1
commit 3c78575e0f
2 changed files with 8 additions and 1 deletions

7
NEWS
View file

@ -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
- Implement 4-way SHA-256 on x86-64

View file

@ -1,4 +1,4 @@
AC_INIT([cpuminer], [2.1.4])
AC_INIT([cpuminer], [2.1.5])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM