mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
misc: Bump version to 4.1.270.
This commit is contained in:
parent
92c3b5eb48
commit
49fecf93a3
11
NEWS.md
11
NEWS.md
@ -2,9 +2,20 @@
|
|||||||
|
|
||||||
## Version 4.2.0 - TBA
|
## Version 4.2.0 - TBA
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
|
|
||||||
|
## Version 4.1.270 - 12th April 2014
|
||||||
|
|
||||||
* Allow setting algorithm per-pool and initial implementation of kernel
|
* Allow setting algorithm per-pool and initial implementation of kernel
|
||||||
hot-swapping (by _mrbrdo_). Use options `pool-algorithm` (in config
|
hot-swapping (by _mrbrdo_). Use options `pool-algorithm` (in config
|
||||||
file or in CLI) or `algorithm` (config-only).
|
file or in CLI) or `algorithm` (config-only).
|
||||||
|
* NCurses UI [S][W] writes pool name and description to configuration.
|
||||||
|
* Added algorithm name to `pools` API command (by _troky_).
|
||||||
|
* NCurses UI asks for (optional) pool name, description and algorithm
|
||||||
|
when adding pool.
|
||||||
|
* API command `addpool` allows both `url,user,pass` and
|
||||||
|
`url,user,pass,name,desc,algo`.
|
||||||
|
|
||||||
|
|
||||||
## Version 4.1.242 - 7th April 2014
|
## Version 4.1.242 - 7th April 2014
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||||
m4_define([v_maj], [4])
|
m4_define([v_maj], [4])
|
||||||
m4_define([v_min], [1])
|
m4_define([v_min], [1])
|
||||||
m4_define([v_mic], [242])
|
m4_define([v_mic], [270])
|
||||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||||
m4_define([v_ver], [v_maj.v_min.v_mic])
|
m4_define([v_ver], [v_maj.v_min.v_mic])
|
||||||
m4_define([lt_rev], m4_eval(v_maj + v_min))
|
m4_define([lt_rev], m4_eval(v_maj + v_min))
|
||||||
|
6
winbuild/dist/include/config.h
vendored
6
winbuild/dist/include/config.h
vendored
@ -68,11 +68,11 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION "v4.1.242"
|
#define VERSION "v4.1.270"
|
||||||
#define PACKAGE_NAME "sgminer"
|
#define PACKAGE_NAME "sgminer"
|
||||||
#define PACKAGE_TARNAME "sgminer"
|
#define PACKAGE_TARNAME "sgminer"
|
||||||
#define PACKAGE_VERSION "4.1.242"
|
#define PACKAGE_VERSION "4.1.270"
|
||||||
#define PACKAGE_STRING "sgminer 4.1.242"
|
#define PACKAGE_STRING "sgminer 4.1.270"
|
||||||
#define PACKAGE "sgminer"
|
#define PACKAGE "sgminer"
|
||||||
|
|
||||||
#define SGMINER_PREFIX ""
|
#define SGMINER_PREFIX ""
|
||||||
|
Loading…
Reference in New Issue
Block a user