Version 2.3.3

This commit is contained in:
pooler 2014-02-27 22:23:51 +01:00
parent ab5d1a86d9
commit 65e196a932
5 changed files with 14 additions and 4 deletions

10
NEWS
View file

@ -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
- Add optimizations for AVX2-capable x86-64 processors

View file

@ -1,4 +1,4 @@
AC_INIT([cpuminer], [2.3.2])
AC_INIT([cpuminer], [2.3.3])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM

View file

@ -1,6 +1,6 @@
/*
* 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
* under the terms of the GNU General Public License as published by the Free

View file

@ -1,4 +1,4 @@
.TH MINERD 1 "January 2014" "cpuminer 2.3.2"
.TH MINERD 1 "February 2014" "cpuminer 2.3.3"
.SH NAME
minerd \- CPU miner for Bitcoin and Litecoin
.SH SYNOPSIS

2
util.c
View file

@ -1,6 +1,6 @@
/*
* 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
* under the terms of the GNU General Public License as published by the Free