Changes to the Free-DOS Install program:
Copyright (C) James Hall <jhall1@isd.net>


1.0 (VER_1_0) - First release of the Install program.  Uses a call to
system() to extract the packages using 'unzip'.  Requires that the
install.exe program be in the same directory as install.txt and
install.dat.

1.1 (VER_1_1) - Fixed a bug where entries from the TXT file are not
printed if the case does not match.

1.2 (DOSTEST_1_2) - If the install program gets a fatal error (can't find
UNZIP) then it will quit immediately with a message to that effect.
Also will display an OEM.TXT file at the beginning.  Checks return
codes for the system() function call on unzip.  Counts non-fatal
errors, and report them at the end.  Checks for next disk number file
before it looks for the Endfile.


Upcoming changes:

2.0 - Will incorporate the unzip code into the source tree, so I don't
need to use system().

3.0 - Will use a prettier interface, rather than the simple text
version you see here.
