From 426fe09f9e3bfef4230ac60b6feb66b7d1251fcf Mon Sep 17 00:00:00 2001 From: pooler Date: Sun, 24 Jan 2016 19:31:58 +0100 Subject: [PATCH] Version 2.4.3 --- NEWS | 5 +++++ README | 1 + configure.ac | 2 +- cpu-miner.c | 1 + minerd.1 | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 36baaecc8..2aedaffab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 2.4.3 - Jan 24, 2016 + +- Add support for the VIA PadLock Hash Engine on x86-64 +- Allow block version 4 when using getblocktemplate + Version 2.4.2 - Apr 28, 2015 - Add support for Stratum over TLS diff --git a/README b/README index 192590fcb..35f68ed11 100644 --- a/README +++ b/README @@ -54,6 +54,7 @@ Architecture-specific notes: The configure script outputs a warning if the assembler doesn't support some instruction sets. In that case, the miner can still be built, but unavailable optimizations are left off. + The miner uses the VIA Padlock Hash Engine where available. Usage instructions: Run "minerd --help" to see options. diff --git a/configure.ac b/configure.ac index bbb3fb240..62763d753 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.4.2]) +AC_INIT([cpuminer], [2.4.3]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpu-miner.c b/cpu-miner.c index b0856a4e5..b51fa732a 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1427,6 +1427,7 @@ static void show_version_and_exit(void) #endif #if defined(USE_ASM) && defined(__x86_64__) " x86_64" + " PHE" #endif #if defined(USE_ASM) && (defined(__i386__) || defined(__x86_64__)) " SSE2" diff --git a/minerd.1 b/minerd.1 index eca73526e..328a27d2e 100644 --- a/minerd.1 +++ b/minerd.1 @@ -1,4 +1,4 @@ -.TH MINERD 1 "April 2015" "cpuminer 2.4.2" +.TH MINERD 1 "January 2016" "cpuminer 2.4.3" .SH NAME minerd \- CPU miner for Bitcoin and Litecoin .SH SYNOPSIS