Changelog for
nwipe-0.28-1.1.x86_64.rpm :
* Sun Oct 11 2020 tuukka.pasanenAATTilmi.fi- 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
* Wed Oct 16 2019 tuukka.pasanenAATTilmi.fi- Update to release 0.26
* New release
* Add exclude drive option(Thanks PartialVolume)
* Log hardware (Thanks PartialVolume)
* Thu Mar 14 2019 tuukka.pasanenAATTilmi.fi- Update to version 0.25 and start using Github tar files not fetched version.
* Correct J=Up K=Down in footer(Thanks PartialVolume)
* Fix segfault initialize nwipe_gui_thread (Thanks PartialVolume)
* Fix memory leaks (Thanks PartialVolume)
* Check right pointer (Thanks PartialVolume)
* Fix casting problem (Thanks PartialVolume)
* Fix serial number
* Fixes uninitialized variable warning ( Thanks PartialVolume)
* Tue Dec 05 2017 opensuse-packagingAATTopensuse.org- Update to version 0.22:
* include version.h
* fix 32bit issues
* add gitignore file
* add friendly disk size
* remove testfile
* update version in manpage
* change spelling fixes github bug #31
* change version year to 2017
* add test file
* place files in normal location
* Tue Dec 05 2017 erico.mendoncaAATTsuse.com- 0.22: updating to latest version.
* Mon Apr 18 2016 erico.mendoncaAATTsuse.com- panel_library_check.patch: there is no need to check for panel.h, as it is part of the ncurses library already.- autoconf_version_required.patch: lowering the required autoconf version so it can be compiled on as much distros as possible.- fix_function_returns.patch: fix missing function returns.- nwipe-fix-uninitialized.patch: c2 was random sized as the variable is only set later.
* Mon Mar 16 2015 emendoncaAATTsuse.com- Initial version based on latest source.