home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594b.lha / SnoopDos_v1.4 / History next >
Text File  |  1991-10-21  |  3KB  |  82 lines

  1. SNOOPDOS HISTORY
  2. ----------------
  3. Version 1.4, 21 October 1991.
  4.  
  5.     Very minor update -- fixed the -z option so that it doesn't crash the
  6.     system if you accidentally leave a space between the 'z' and the
  7.     filename. Instead, it works as you would expect.
  8.  
  9. ----------------
  10.  
  11. Version 1.3, 8 February 1991.
  12.  
  13.     Fixed small bug in startup code. Previously, running SnoopDos with a
  14.     command line like "RAM DISK:SnoopDos" would cause SnoopDos to treat
  15.     the "DISK:SnoopDos" portion of the command name as the first parameter.
  16.     Works fine now. Also reduced code size by about 2K.
  17.  
  18. ----------------
  19.  
  20. Version 1.2, 27 January 1991.
  21.  
  22.     The "deadlock when you quit SnoopDos" bug reared its ugly head again;
  23.     it turns out that the V1.1 fix still left a very small window where
  24.     deadlock could occur if you quit during heavy file activity. This time,
  25.     I think it's really gone for good.
  26.  
  27. ----------------
  28.  
  29. Version 1.1, 30 October 1990.
  30.  
  31.     Minor update. Previously, SnoopDos would occasionally deadlock if
  32.     you tried to remove it during heavy file activity. This has been
  33.     fixed. Also, there was a small bug which appeared when programs set
  34.     their current directory to the boot device (NULL lock). This has
  35.     also been corrected.
  36.  
  37. ----------
  38.  
  39. Version 1.00, 9 September 1990.
  40.  
  41.     First public release. After unexpectedly being sent to the US for
  42.     the summer (new job), I finally got around to tidying it up.
  43.     New features include monitoring of DeleteFile() and CurrentDir(),
  44.     support for alternative devices/files (such as the serial port),
  45.     colour now optional, a few other cosmetic changes.
  46.  
  47. ----------
  48.  
  49. Version 0.93, 2 June 1990.
  50.  
  51.     Added -X option to monitor Execute() calls and reworked assembly
  52.     language glue a bit to make it easier to modify in future.
  53.  
  54. ----------
  55.  
  56. Version 0.92, 31 May 1990.
  57.  
  58.     Strange bug seemed to manifest itself when Rez was used; the first
  59.     time a resident program was loaded, the display got messed up. Turns
  60.     out that Rez calls Open() from within LoadSeg(). Such nesting of
  61.     DOS calls is now indicated by prefixing the process name printed
  62.     for any nested operations with a '>'. When the nesting is completed,
  63.     '> Done' is displayed.
  64.  
  65. ----------
  66.  
  67. Version 0.91, 29 May 1990.
  68.  
  69.     Silly bug meant Snoopdos couldn't open its console window unless
  70.     Conman was installed. Now fixed.
  71.  
  72.     Improved the way DOS library is patched to make it somewhat more
  73.     robust (it now works properly with UnixDirs).
  74.  
  75. ----------
  76.  
  77. Version 0.9, 28 May 1990.
  78.  
  79.     Initial Beta release. No doubt people will find lots of bugs.
  80.  
  81. ----------
  82.