diff --git a/README.txt b/README.txt index 98ba40ec63..a6cc8df187 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 73929122a9..ad3559eaad 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -173,7 +173,7 @@ 80 true false - compute_50,sm_50 + compute_30,sm_30;compute_50,sm_50; --ptxas-options="-O2" %(AdditionalOptions) diff --git a/compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib b/compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib index 5e2ea88e3b..26ed21b4dd 100644 Binary files a/compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib and b/compat/curl-for-windows/out/x64/Release/lib/openssl.x64.lib differ diff --git a/compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib b/compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib index 770a9b70db..1f75262911 100644 Binary files a/compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib and b/compat/curl-for-windows/out/x86/Release/lib/openssl.x86.lib differ diff --git a/cpuminer-config.h b/cpuminer-config.h index 0860baf103..6c3375cae0 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -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 */