0.9a	First numbered version, chosen to indicate near-readiness.

0.9b	Added man page for 'pad'.

0.9c	Updated 'timer' and 'ctimer'.
	Added man pages for 'timer' and 'ctimer'.
	Added man page for 'findfile'.
	Updated 'stat'.  (Changed bitfields to ints...)
	Changed makefile to make directories.

0.9d	Rewrote 'with' and 'without to use 'find'.
	Rewrote 'open' completely, for better readability.
	Added man page for (new) 'open'.
	Added version info to all programs.
	Added description of version info to all man pages.
	Fixed several typos in man pages.

0.9e	Finished adding version info to everything.
	Fixed makefile to make builds more efficient.

0.9.1	Moved to pure numeric version for similarity to GNU software.
	Added copyright.
	Got non-USLC (aka "correct") code for declaring tgetent, etc.

0.9.2	Patched "Artistic" license to eliminate references to embedded
	interpreter code.
	Got port to standard Unix (aka NetBSD) running again.
	First release on web page!

0.9.3	Patched 'unsort' to use optlib.
	Patched 'shred', which was acting like 'switch' in non-cpio, no
		arguments cases.  (Which are degenerate anyway.)
	May have finally gotten 'stat' working correctly on more Unixes.
	Incorporated the smarter documentation make from optlib.
	Imported optlib 0.9.
	Removed a defunct program called "decap".
	Fixed and updated copyright/readme/et al.

0.9.4	Added '-a' (all) option to findfile.
	Changed sense of LDLIBS, renamed LFLAGS to LDFLAGS, in Makefile.
	Further sanitized Makefile.
	Imported optlib 0.9.1, now "opts" rather than "optlib".
	Indentation changes and added more prototypes.
	Made more functions static.

0.9.5	Added filter (which is similar to shred)
	Made verbose mode less verbose in shred and switch; now just emits
		filenames.
	Fixed 'c's use of tgetnum.

0.9.6	Added ren (which is vaguely similar to switch)
	Corrected switch manpage.
	Made shred use user path for running command.
	Made filter use user path for running command.
	Null-terminate link name in stat.c, Just In Case.
	Quoted more arguments to shell commands.
	Migrated \c and -n options into shdefs, also PATH setting.
	Replaced (%9s, "") with 9 spaces, etc., in stat.c.
	Filter/shred/ren/switch:  Changed semantics of -s, -d, and -F.
	Fixed makefile typos, documented changes.
	Made findfile use original path to search for executables.

0.9.7	Fixed use of addition on bools to determine success of pad.
	pad fails on invalid usages.
	count, stat, unsort: removed test for null before free.
	Added tok
	Updated email address

0.9.8	Fixed some indentation issues
	Updated ToDo list
	Added bug list to unsort (half joking)
	Some integration of "dice" and "verb", but not complete
	Maybe fixed "open" to handle archives on BSDI.
	Remove define for EXIT_FAILURE, since nothing ought to need it.

0.9.9	Changed spelling in man page.
	Added "sl" (sort by length).
	Removed /usr/ucb references from vman.
	Made vman check first 3 lines.
	Changed vman to work on different Unix; eventually, 'NOMAN' must be
		set correctly.
	stat learned about Linux's location for major() and minor() macros.
	Fixed embarassing typo in ren
	Added '-n' option to ren
	Renamed 'restore' to 'undo' to avoid clash with restore(8)
	Corrected typo in raw.1
	Added 'waitfor'
	Added ()'s in verb.c to shut up egcs.

0.9.10	(I bet you thought this would be 1.0)
	Added man page for 'dice'
	Tried desperately to avoid calling such an obviously unfinished thing
		"version 1.0"

0.9.11	added __svr4__ to stat for major() macro
	removed 'adduser' from Makefile.in since it's nowhere-near-finished.

0.9.12	Added -q, -v and -t options to waitfor
	Initial manpage for "waitfor"
	Corrected "filter" man page typo (it thought it was the page for
		shred)
	Added "[--]" to usage message for shred.
	Fixed up errno.

0.9.13	Licensing change.
