update readme and openssl (1.0.1i)

This commit is contained in:
Tanguy Pruvot 2014-11-04 15:37:51 +01:00
parent 1b65cd05cc
commit f524917bef
5 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
ccMiner release 1.5.0-tpruvot (Nov 2014) - "Extra nonce"
ccMiner release 1.5.0-tpruvot (27 Nov 2014) - "Extra nonce"
---------------------------------------------------------------
***************************************************************
@ -169,14 +169,15 @@ features.
>>> RELEASE HISTORY <<<
v1.5.0
Nov. 27th 2014 v1.5.0
Upgrade compat jansson to 2.6 (for windows)
Add pool mining.set_extranonce support
Allow intermediate intensity with decimals
Allow increased scan ranges (wip)
Update prebuilt x86 openssl lib to 1.0.1i
Fix heavy algo on linux (broken since 1.4)
Some internal changes to use the C++ compiler
New API 1.2 with some new commands (read only)
Add most sp x11/x15 optimisations
Add some of sp x11/x15 optimisations (and tsiv x13)
Nov. 15th 2014 v1.4.9
Support of nvml and nvapi(windows) to monitor gpus

View File

@ -173,7 +173,7 @@
<MaxRegCount>80</MaxRegCount>
<PtxAsOptionV>true</PtxAsOptionV>
<Keep>false</Keep>
<CodeGeneration>compute_50,sm_50</CodeGeneration>
<CodeGeneration>compute_30,sm_30;compute_50,sm_50;</CodeGeneration>
<AdditionalOptions>--ptxas-options="-O2" %(AdditionalOptions)</AdditionalOptions>
<Defines>
</Defines>

View File

@ -156,7 +156,7 @@
#define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.5-git"
#define PACKAGE_STRING "ccminer 1.5.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
@ -165,7 +165,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5-git"
#define PACKAGE_VERSION "1.5.0"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@ -188,7 +188,7 @@
#define USE_XOP 1
/* Version number of package */
#define VERSION "1.5-git"
#define VERSION "1.5.0"
/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */