scrub 2.4.1 was just released and can be downloaded from
http://code.google.com/p/diskscrub/
The repository has been converted to git (on google code). See the
source tab on the above page.
Here are release notes.
Cheers,
Jim
========================================================================
scrub-2.4.1 Release Notes
2011-08-29
========================================================================
* Fix bug in pfitzner7 pattern def and add fillff, fillzero
methods (issue 8) [Peter Hyman]
* Change dod method to perform random pass first and skip extra pass.
* Add --help option that lists available scrub methods.
* Make dist tarball work with rpmbuild -ta.
========================================================================
scrub-2.4 Release Notes
2010-11-03
========================================================================
* Added usarmy, pfitzner7, and pfitzner33 methods.
========================================================================
scrub-2.3 Release Notes
2010-05-14
========================================================================
* Added -L option to not follow symbolic links [Timothy Boronczyk]
* Treat a zero return from write(2) as an error.
* New patterns:
- random2: two random passes
- schneier (one 0x00 pass, one 0xff pass, and five random passes)
[Joe]