diskdump

v0.1 1998/12/12
- personal initial release

v0.2 1998/12/26
- personal release
- break condition changed from read error to zero bytes read

v0.30 1999/01/14
- first public release
- llseek() made optional, USE_LLSEEK flag added
- myread() removed since not neccessary here
- break condition changed again (CD-ROM hack):
    nbr < nbtr  for files
    nbr == 0    for stdin

v0.31 1999/02/09
- close() bugs removed
- listing of option -V added (diskdump.c + diskdump.1)
- mkman added

v0.40.01 2002-04-04
- switched to conventional 64-bit offsets (llseek(), loff_t removed)
- usual mkman procedure added

v0.40.02 2002-10-16
- added output read/written bytes even in error case
- added hash mark printing
