
Implementor Identification:

MM  = Mayan Moudgill
RJS = Robert Stone
GG  = Graeme Griffiths
KJP = Kevin Pankhurst


Version 3.3:

Original UNIX port by Tim Myers

Version 3.32b:

Code reorganized into several modules, various bugs fixed, some
(hopefully most) of the machine dependent code isolated into
seperate modules. -MM

Mail system isolated and changed for UNIX.  Now uses /etc/sendmail.
Additional flexability should now be available for mailing out
reports. -RJS

next_turn file is now stored in data/game directory along with the
datafiles.  This makes it easier for another program to figure out
what turn is next (program doesn't have to search all files in the
directory to find out.) -RJS


Version 3.33:

Added the capacity to use multi-character command strings -MM

Added command line options and menu options to allow only specific games
to be processed -GG

Further changed the mail report system.  Added an "ORDERS RECEIVED"
section. (report.c) -RJS

Modified the d_order() function so that it would not accept a
"productname" as a ship name (i.e. you can't do "d cargo 1 0 0 0 1")
This keeps people from producing something they don't want.
(process.c) -RJS

Reorganized the code so that certain functions like savegame() and
loadgame() are completely encapsulated with respect to their own
utility functions (which are hidden to the rest of the program.)
Sample utility main() created.  -RJS

Version 3.40:

Added fleet commands & password feature. Added a program called update which 
updates the save file for version 3.3x to version 3.40. - KJP

Also, fixed a problem I was having on our SGI's. EOF was defined as -1. 
However, when it encountered the end of file buf[0] was set to 255. Corrected 
by putting (char)EOF instead of EOF which works on all machines. - KJP

Corrected the error with the command line switches. Also, changed the program
so that it found the end of a set of orders by looking for "#end" instead
of by looking for a '#' at the beginning of the line. - KJP

Version 3.41:

A couple of bug fixes, thanks to Rob Novak for testing - KJP
