home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / qspy2_b1.zip / history.txt next >
Text File  |  1997-06-28  |  2KB  |  36 lines

  1.                             QuakeSpy/2 - VIO
  2.  
  3.                     by Charles Black & Leif Simmons
  4.                            (c) SDG, 1996-1997
  5.  
  6. Revision history
  7. -------------------------------------------------------------------------------
  8. 97-06-28 v0.76ß - Changed the copyright banner in the code. QuakeSpy/2
  9.                   is now (c) SDG
  10.  
  11. 97-01-01 v0.75ß - The network code "leaked" sockets on errors, fixed it.
  12.  
  13. 96-12-16 v0.74ß - Modified the log handling, get_quakeinfo() should now
  14.                   be thread safe. However, I am a bit unsure of what
  15.                   would happen if two threads uses the automatic log
  16.                   file creation routine at the same time.
  17.  
  18.                 - Added option to set logging detal level (level 0,
  19.                   means no logging at all)
  20.  
  21.                 - Added option to specify a stream of filehandle to
  22.                   bypass the automatic log file creation.
  23.  
  24.                 Note! These changes means I had to alter the no. of
  25.                       parameters in get_quakeinfo()...
  26.  
  27. 96-12-11 v0.73ß - Added log items: "info   : trying to resolve using <xxx>"
  28.                                    "error  : <xxx> returned <yyy>"
  29.                                              <xxx> is: "gethostbyaddr()"
  30.                                                        "gethostbyname()"
  31.                                              <yyy> is:  a error number
  32.  
  33.                 - Added date, time and thread id to the logfile
  34.  
  35. 96-12-xx v0.72ß - Initial version.
  36.