Version 2.3.2

This commit is contained in:
pooler 2013-07-10 15:49:50 +02:00
parent e878267239
commit ad88e35f54
2 changed files with 7 additions and 1 deletions

6
NEWS
View file

@ -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
- Add a --cert option for specifying an SSL certificate (martinwguy)

View file

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