mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Merge pull request #214 from nushor/master
Update debian package scripts to v2.4.2
This commit is contained in:
commit
b15244bc06
30
debian/changelog
vendored
30
debian/changelog
vendored
@ -1,3 +1,33 @@
|
||||
cgminer (2.4.2-1) stable; urgency=medium
|
||||
Version 2.4.2 - June 2, 2012
|
||||
|
||||
- API.class compiled with Java SE 6.0_03 - works with Win7x64
|
||||
- miner.php highlight devs too slow finding shares (possibly failing)
|
||||
- API update version to V1.11 and document changes
|
||||
- API save default config file if none specified
|
||||
- api.c save success incorrectly returns error
|
||||
- api.c replace BUFSIZ (linux/windows have different values)
|
||||
- Move RPC API content out of README to API-README
|
||||
- Open a longpoll connection if a pool is in the REJECTING state as it's the
|
||||
only way to re-enable it automatically.
|
||||
- Use only one longpoll as much as possible by using a pthread conditional
|
||||
broadcast that each longpoll thread waits on and checks if it's the current pool
|
||||
before
|
||||
- If shares are known stale, don't use them to decide to disable a pool for
|
||||
sequential rejects.
|
||||
- Restarting cgminer from within after ADL has been corrupted only leads to a
|
||||
crash. Display a warning only and disable fanspeed monitoring.
|
||||
- Icarus: fix abort calculation/allow user specified abort
|
||||
- Icarus: make --icarus-timing hidden and document it in FPGA-README
|
||||
- Icarus: high accuracy timing and other bitstream speed support
|
||||
- add-MIPSEB-to-icarus-for-BIG_ENDIAN
|
||||
- work_decode only needs swab32 on midstate under BIG ENDIAN
|
||||
- add compile command to api-example.c
|
||||
- save config bugfix: writing an extra ',' when no gpus
|
||||
- Add dpkg-source commits
|
||||
|
||||
-- nushor <nushor11@gmail.com> Sun, 03 Jun 2012 22:02:03 -0500
|
||||
|
||||
cgminer (2.4.1-1) stable; urgency=low
|
||||
Version 2.4.1-1 - May 6, 2012
|
||||
- In the unlikely event of finding a block, display the block solved count with
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
||||
v2.4.1
|
64422
debian/patches/v2.4.2
vendored
Normal file
64422
debian/patches/v2.4.2
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user