Overview
Request 841044 accepted
- v0.28
* Fix premature exit when terminal resized on completion of wipes (Thanks PartialVolume)
* Fix GUI when terminal is resized, currently not handled correctly causing missing
or incorrectly sized ncurses windows/panels (Thanks PartialVolume)
* Fix GUI screen flicker under various situations. #200 Fixes #115 (Thanks PartialVolume)
* Fix responsivness of screen during wipe when resized.
Info is updated every 10th/sec. Key presses are more responsive. (Thanks PartialVolume)
* Fix compiler warning regarding buffer overflow. Fixes #202 (Thanks PartialVolume)
* Fix Man page (Thanks martijnvanbrummelen)
* Fix individual device throughput. On completion of a wipe instead
of the throughput calculation stopping for a completed wipe, it would
continue to calculate resulting in a particular drives throughtput
slowly dropping until eventually it reached zero. The overall
throughput was not affected. (Thanks PartialVolume)
- v0.27
* Add verify method to verify a disk is zero filled #128 (Thanks Legogizmo)
* Add new HMG IS5 enhanced wipe method #168 (Thanks infrastation)
* Fix percentage progress and show on completion of wipe (Thanks PartialVolume)
* Implement clang-format support (Thanks louib)
* Implement more frequent disk sync support (Thanks Legogizmo)
* Format command line help to 80 character line length #114 (Thanks PartialVolume)
* Fix nwipe message log and missing messages that was causing
segfaults under certain conditions (Thanks PartialVolume)
* Add the Github build CI service and update Readme with build status labels (Thanks louib)
* Miscellaneous smaller fixes
Request History
illuusio created request
- v0.28
* Fix premature exit when terminal resized on completion of wipes (Thanks PartialVolume)
* Fix GUI when terminal is resized, currently not handled correctly causing missing
or incorrectly sized ncurses windows/panels (Thanks PartialVolume)
* Fix GUI screen flicker under various situations. #200 Fixes #115 (Thanks PartialVolume)
* Fix responsivness of screen during wipe when resized.
Info is updated every 10th/sec. Key presses are more responsive. (Thanks PartialVolume)
* Fix compiler warning regarding buffer overflow. Fixes #202 (Thanks PartialVolume)
* Fix Man page (Thanks martijnvanbrummelen)
* Fix individual device throughput. On completion of a wipe instead
of the throughput calculation stopping for a completed wipe, it would
continue to calculate resulting in a particular drives throughtput
slowly dropping until eventually it reached zero. The overall
throughput was not affected. (Thanks PartialVolume)
- v0.27
* Add verify method to verify a disk is zero filled #128 (Thanks Legogizmo)
* Add new HMG IS5 enhanced wipe method #168 (Thanks infrastation)
* Fix percentage progress and show on completion of wipe (Thanks PartialVolume)
* Implement clang-format support (Thanks louib)
* Implement more frequent disk sync support (Thanks Legogizmo)
* Format command line help to 80 character line length #114 (Thanks PartialVolume)
* Fix nwipe message log and missing messages that was causing
segfaults under certain conditions (Thanks PartialVolume)
* Add the Github build CI service and update Readme with build status labels (Thanks louib)
* Miscellaneous smaller fixes
emendonca accepted request
Thanks for updating this!