Version 2.3.3
This commit is contained in:
parent
ab5d1a86d9
commit
65e196a932
5 changed files with 14 additions and 4 deletions
10
NEWS
10
NEWS
|
@ -1,3 +1,13 @@
|
||||||
|
Version 2.3.3 - Feb 27, 2014
|
||||||
|
|
||||||
|
- The --url option is now mandatory
|
||||||
|
- Do not switch to Stratum when using an HTTP proxy
|
||||||
|
- Fix scheduling policy change on Linux (clbr)
|
||||||
|
- Fix CPU affinity on FreeBSD (ache)
|
||||||
|
- Compatibility fixes for various platforms, including Solaris 8
|
||||||
|
and old versions of OS X
|
||||||
|
- A man page for minerd is now available
|
||||||
|
|
||||||
Version 2.3.2 - Jul 10, 2013
|
Version 2.3.2 - Jul 10, 2013
|
||||||
|
|
||||||
- Add optimizations for AVX2-capable x86-64 processors
|
- Add optimizations for AVX2-capable x86-64 processors
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [2.3.2])
|
AC_INIT([cpuminer], [2.3.3])
|
||||||
|
|
||||||
AC_PREREQ([2.59c])
|
AC_PREREQ([2.59c])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010 Jeff Garzik
|
* Copyright 2010 Jeff Garzik
|
||||||
* Copyright 2012-2013 pooler
|
* Copyright 2012-2014 pooler
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
|
|
2
minerd.1
2
minerd.1
|
@ -1,4 +1,4 @@
|
||||||
.TH MINERD 1 "January 2014" "cpuminer 2.3.2"
|
.TH MINERD 1 "February 2014" "cpuminer 2.3.3"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
minerd \- CPU miner for Bitcoin and Litecoin
|
minerd \- CPU miner for Bitcoin and Litecoin
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
2
util.c
2
util.c
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010 Jeff Garzik
|
* Copyright 2010 Jeff Garzik
|
||||||
* Copyright 2012-2013 pooler
|
* Copyright 2012-2014 pooler
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
|
|
Loading…
Reference in a new issue