Browse Source

prepare the new release

pull/5/head
Tanguy Pruvot 6 years ago
parent
commit
6dc1bbdd47
  1. 13
      README.txt
  2. 2
      compat/ccminer-config.h
  3. 2
      configure.ac
  4. 8
      res/ccminer.rc

13
README.txt

@ -1,5 +1,5 @@
ccminer 2.2.6 "phi2 and allium" ccminer 2.3 "phi2 and cryptonight variants"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************
@ -80,8 +80,8 @@ its command line interface and options.
blakecoin use to mine Old Blake 256 blakecoin use to mine Old Blake 256
blake2s use to mine Nevacoin (Blake2-S 256) blake2s use to mine Nevacoin (Blake2-S 256)
bmw use to mine Midnight bmw use to mine Midnight
cryptolight use to mine AEON cryptonight (MEM/2) cryptolight use to mine AEON cryptonight variant 1 (MEM/2)
cryptonight use to mine XMR cryptonight, Bytecoin, Dash, DigitalNote, etc cryptonight use to mine original cryptonight
c11/flax use to mine Chaincoin and Flax c11/flax use to mine Chaincoin and Flax
decred use to mine Decred 180 bytes Blake256-14 decred use to mine Decred 180 bytes Blake256-14
deep use to mine Deepcoin deep use to mine Deepcoin
@ -99,10 +99,12 @@ its command line interface and options.
lyra2 use to mine CryptoCoin lyra2 use to mine CryptoCoin
lyra2v2 use to mine Vertcoin lyra2v2 use to mine Vertcoin
lyra2z use to mine Zerocoin (XZC) lyra2z use to mine Zerocoin (XZC)
monero use to mine Monero (XMR)
myr-gr use to mine Myriad-Groest myr-gr use to mine Myriad-Groest
neoscrypt use to mine FeatherCoin, Trezarcoin, Orbitcoin, etc neoscrypt use to mine FeatherCoin, Trezarcoin, Orbitcoin, etc
nist5 use to mine TalkCoin nist5 use to mine TalkCoin
penta use to mine Joincoin / Pentablake penta use to mine Joincoin / Pentablake
phi1612 use to mine Seraph
phi2 use to mine LUXCoin phi2 use to mine LUXCoin
polytimos use to mine Polytimos polytimos use to mine Polytimos
quark use to mine Quarkcoin quark use to mine Quarkcoin
@ -117,6 +119,7 @@ its command line interface and options.
skein use to mine Skeincoin skein use to mine Skeincoin
skein2 use to mine Woodcoin skein2 use to mine Woodcoin
skunk use to mine Signatum skunk use to mine Signatum
stellite use to mine Stellite (a cryptonight variant)
timetravel use to mine MachineCoin timetravel use to mine MachineCoin
tribus use to mine Denarius tribus use to mine Denarius
x11evo use to mine Revolver x11evo use to mine Revolver
@ -282,6 +285,10 @@ so we can more efficiently implement new algorithms using the latest hardware
features. features.
>>> RELEASE HISTORY <<< >>> RELEASE HISTORY <<<
June 23th 2018 v2.3
Handle phi2 header variation for smart contracts
Handle monero, stellite, graft and cryptolight variants
June 10th 2018 v2.2.6 June 10th 2018 v2.2.6
New phi2 algo for LUX New phi2 algo for LUX
New allium algo for Garlic New allium algo for Garlic

2
compat/ccminer-config.h

@ -164,7 +164,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer" #define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "2.2.6" #define PACKAGE_VERSION "2.3"
/* If using the C implementation of alloca, define if you know the /* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be direction of stack growth for your system; otherwise it will be

2
configure.ac

@ -1,4 +1,4 @@
AC_INIT([ccminer], [2.2.7], [], [ccminer], [http://github.com/tpruvot/ccminer]) AC_INIT([ccminer], [2.3], [], [ccminer], [http://github.com/tpruvot/ccminer])
AC_PREREQ([2.59c]) AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

8
res/ccminer.rc

@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2,6,0 FILEVERSION 2,3,0,0
PRODUCTVERSION 2,2,6,0 PRODUCTVERSION 2,3,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x21L FILEFLAGS 0x21L
@ -76,10 +76,10 @@ BEGIN
BEGIN BEGIN
BLOCK "040904e4" BLOCK "040904e4"
BEGIN BEGIN
VALUE "FileVersion", "2.2.6" VALUE "FileVersion", "2.3"
VALUE "LegalCopyright", "Copyright (C) 2018" VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "ProductName", "ccminer" VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "2.2.6" VALUE "ProductVersion", "2.3"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

Loading…
Cancel
Save