Changeset 325
- Timestamp:
- 10/03/08 00:04:46 (2 months ago)
- Files:
-
- gpgdir/trunk/CREDITS (modified) (1 diff)
- gpgdir/trunk/ChangeLog (modified) (1 diff)
- gpgdir/trunk/gpgdir (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gpgdir/trunk/CREDITS
r322 r325 46 46 47 47 http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html 48 - Suggested the appropriate bugfix to interface non-interactively with the 49 wipe program (-f instead of -I in later versions). gpgdir/trunk/ChangeLog
r324 r325 1 1 gpgdir-1.9.3 (08//2008): 2 - Bugfix for using -f instead of -I for non-interactive file erasure 3 (Franck Joncourt). 2 4 - Simplified test suite code by creating a set of default arguments for 3 5 the gpgdir command line as each test is executed. gpgdir/trunk/gpgdir
r323 r325 664 664 $cmd .= ' -i '; 665 665 } else { 666 $cmd .= ' - I-s ';666 $cmd .= ' -f -s '; 667 667 } 668 668 }
