From a7aa615b76b809207376f375ec343a76604bdbc0 Mon Sep 17 00:00:00 2001 From: pooler Date: Tue, 20 May 2014 11:47:04 +0200 Subject: [PATCH] Version 2.4 --- NEWS | 10 ++++++++++ configure.ac | 2 +- minerd.1 | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a4ca024..c05e324 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Version 2.4 - May 20, 2014 + +- Add support for the getblocktemplate RPC method (BIP 22) +- Allow tunnelling Stratum through HTTP proxies +- Add a --no-redirect option to ignore redirection requests +- Timeout for long polling is now disabled by default +- Fix CPU affinity on Linux (kiyominer) +- Add support for building under 64-bit Cygwin +- Expand version information with build details + Version 2.3.3 - Feb 27, 2014 - The --url option is now mandatory diff --git a/configure.ac b/configure.ac index 218e794..fa5a6ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.3.3]) +AC_INIT([cpuminer], [2.4]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/minerd.1 b/minerd.1 index 876465d..8c8d34f 100644 --- a/minerd.1 +++ b/minerd.1 @@ -1,4 +1,4 @@ -.TH MINERD 1 "April 2014" "cpuminer 2.3.3" +.TH MINERD 1 "May 2014" "cpuminer 2.4" .SH NAME minerd \- CPU miner for Bitcoin and Litecoin .SH SYNOPSIS