Updated Chagenlog for 1.0.9

This commit is contained in:
BenDroid 2017-11-07 20:24:20 +01:00
parent 44f2caa68d
commit 10a08e1ccf
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# v1.0.9
- Integrated cpp-httplib as libcurl replacement
- Removed libcurl dependicies
- Fixed round of avgTime in Dashboard
- Removed subrepo dependencies for easier building
# v1.0.8
- Extracted common CC files to subrepo (xmrigCC-common)
- Added sum row to Dashboard
- Added dialogs (success/error) to all dashboard actions
# v1.0.7 # v1.0.7
- CCClient status update interval is now configurable - CCClient status update interval is now configurable
- Updated to latest head of xmrig (Optimized soft aes) - Updated to latest head of xmrig (Optimized soft aes)

View file

@ -29,7 +29,7 @@
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"
#define APP_NAME "XMRigCC" #define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC Command'n'Control Server" #define APP_DESC "XMRigCC Command'n'Control Server"
#define APP_VERSION "1.0.7" #define APP_VERSION "1.0.9"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
# else # else
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"