2023-02-14 1.51 -bugfix: fixed crash with passing "now" to as -t argument
2021-04-05 1.50 -this tool can now process multiple files when input filename contains wildcards with subdirectory capabilities (-s)
-the previous -s option (strip PDB path leaving only the filename) has been changed to -k so -s could be re-assigned (see above)
-minor bug fixes and much needed refactoring has been done; e.g.: output mode (verbose/quet) now more consistent, and the output
better accommodates multiple files without being [too] ugly. A summary is also displayed when multiple files have been processed.
2021-04-05 1.40 -added PE timestamp features: -t <time> and -l
-removed CRT DLL dependency
2017-11-12 1.30 -added -r option to remove MS "Rich" header
-version information resource added
-detection of unsupported executable-types
2016-08-17 1.21 -added -n option to prevent the checksum from being saved on any updates when applicable
-in non-quiet mode, stored and calculated checksum is always displayed (and message indicating checksum status)
-refactored command line options to make more sense (force [-k] is now -f; strip [-p] is now -s;
list/info mode[-l] removed as it was always the default)
2016-08-15 1.20 non public release
2016-06-24 1.10 verbose output now lists CodeView PDB signature, a value utilized by Microsoft Symbol Server to match modules with corresponding symbols
2016-02-15 1.03 -added manifest to build so UAC in Vista/Win7 doesn't think the tool needs privilege escalation; (it has "patch" in the name)
-fixed bug where this tool reported ERROR_SHARING_VIOLATION when opening itself; needed to pass FILE_SHARE_READ instead of 0 to CreateFile
2015-09-22 1.02 first public release