Skip to content

Commit

Permalink
update readme and openssl (1.0.1i)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Nov 27, 2014
1 parent 1b65cd0 commit f524917
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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"
---------------------------------------------------------------

***************************************************************
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ccminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file modified compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib
Binary file not shown.
Binary file modified compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib
Binary file not shown.
6 changes: 3 additions & 3 deletions cpuminer-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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 */
Expand Down

0 comments on commit f524917

Please sign in to comment.