Version 2.4.2
This commit is contained in:
parent
02262ded0c
commit
d070009691
3 changed files with 7 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
|||
Version 2.4.2 - Apr 28, 2015
|
||||
|
||||
- Add support for Stratum over TLS
|
||||
- Allow block version 3 when using getblocktemplate
|
||||
|
||||
Version 2.4.1 - Feb 25, 2015
|
||||
|
||||
- Add support for scrypt(N, 1, 1)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [2.4.1])
|
||||
AC_INIT([cpuminer], [2.4.2])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
2
minerd.1
2
minerd.1
|
@ -1,4 +1,4 @@
|
|||
.TH MINERD 1 "February 2015" "cpuminer 2.4.1"
|
||||
.TH MINERD 1 "April 2015" "cpuminer 2.4.2"
|
||||
.SH NAME
|
||||
minerd \- CPU miner for Bitcoin and Litecoin
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in a new issue