V0.3 01/09/2002 -- Matthew T. Linehan
   David Noel and Todd Larason supplied patches to make ReplayPC compile under
     Linux 
   Randy Saunders disovered that on OS-X the symbol __APPLE__ is set
   Matt Linehan removed the mpg fixup code, 4K mpg files don't need
     fixed. (removed -er option) 
   Todd Larason submited added -o option to pump feteched mpgs to stdout
   Matt Linehan added -o support to -g guid option and -c command option
   Matt Linehan replaced marching dots with bytes received report
   Matt Linehan fixed the #####ATTACHED_FILE_END##### guidefile bug.
   David Noel sugested printing the  bytes received report less often (once
     per chunk now) 
   David Noel corrected _APPLE_ to __APPLE__

v0.2b 01/03/2002 -- Matthew T. Linehan
   Lee Thompson did a two character change in GetReplayGuide correcting a bug
     when pruning off ASCII header

v0.2 01/03/2002 -- Matthew T. Linehan
   I downloaded PowerDVD, and now I can play the output files! YEA!!!!
   I have applied for project hosting at soureforge, crosses fingers!
   I have formaly licensed this code under the GPL 2.0
   King of Bayonne submitted code for the -c <command> option
   mlinehan implemented the new -d /video directory command
   mlinehan implemented the new -s print file status command
   mlinehan adjusted GetReplayGuide() to strip the header junk from the output
     file 
   mlinehan changed exit(1) to exit(-1) throughout the program
   mlinehan adjusted the calls to perror(), to make the output more user
     friendly 
   mlinehan implemented the new -er extract named file RAW, for ReplayServer
   mlinehan some other minor misc adjustments that slip my mind at the moment

v0.1 01/01/2002 -- Matthew T. Linehan

  This code comiles with VC++ 6.0, but I've attempted to keep it as portable
  as possible to other operating systems. Thats why I chose to write this as a
  Win32 Console Application. Microsoft makes this hard!  Development and
  testing were done on a PII-400 Win2K system
