Version 2.3.1
This commit is contained in:
parent
d43247beba
commit
0523c798ea
2 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
Version 2.3.1 - Jun 18, 2013
|
||||
|
||||
- Add a --cert option for specifying an SSL certificate (martinwguy)
|
||||
- Fix a bug that only made SHA-256d mining work at difficulty 1
|
||||
- Fix a couple of compatibility issues with some Stratum servers
|
||||
|
||||
Version 2.3 - Jun 12, 2013
|
||||
|
||||
- Add support for the Stratum mining protocol
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [2.3])
|
||||
AC_INIT([cpuminer], [2.3.1])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
Loading…
Reference in a new issue