Skip to content

Commit a7aa615

Browse files
committed
Version 2.4
1 parent a5430f7 commit a7aa615

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 2.4 - May 20, 2014
2+
3+
- Add support for the getblocktemplate RPC method (BIP 22)
4+
- Allow tunnelling Stratum through HTTP proxies
5+
- Add a --no-redirect option to ignore redirection requests
6+
- Timeout for long polling is now disabled by default
7+
- Fix CPU affinity on Linux (kiyominer)
8+
- Add support for building under 64-bit Cygwin
9+
- Expand version information with build details
10+
111
Version 2.3.3 - Feb 27, 2014
212

313
- The --url option is now mandatory

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([cpuminer], [2.3.3])
1+
AC_INIT([cpuminer], [2.4])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

minerd.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MINERD 1 "April 2014" "cpuminer 2.3.3"
1+
.TH MINERD 1 "May 2014" "cpuminer 2.4"
22
.SH NAME
33
minerd \- CPU miner for Bitcoin and Litecoin
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)