version release date new features
------------------------------------------------------------------------------
1.00 06/13/1999 - first release ever
1.10 06/14/1999 - fixed a bug which caused VGALIGN to fail then
- sets the correct PE checksum
- recovers the file's time
1.11 06/14/1999 - file time setting bug fixed
- new "look"
1.15 06/21/1999 - now looks for 'MZ' header only (not 'MZP',0 as TLINK
creates - this caused many PEs not to be processed)
- section headers lookup bug fixed
- now looks for the relocations by the image directory
entry, but still needs them in a standalone section
1.20 07/23/1999 - a command line bug fixed, one added, though
- now it changes the PE alignment to 200h
- wipes zeroes at the end of the file
- dll recognization added
1.30 07/28/1999 - zero section aligning bug fixed
- truncated file reusing bug fixed
- displays original and new file size and difference
- moves the PE headers closest to the stub
- makes a double-pass (to provide the best results)
1.31 08/04/1999 - added a switch to force end of file truncating
(because those files don't work on NTs)
1.32 08/17/1999 - fixed a bug in the PE header moving (which could be
shown if the PE header overlapped the stub)
1.33 11/02/1999 - fixed a bug which prevented the files from running
under WinNT
1.34 08/05/2001 - finally fixed the SizeOfImage bug?