home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / utils / sercli.shr / sercli / doc / changes.text next >
Encoding:
Text File  |  1993-06-16  |  1.8 KB  |  38 lines

  1. sercli 1.10 (sercli_v1_10)
  2.  ** Should now be fully compliant with the GPL requirements & suggestions.
  3.  ** Will only create ARexx port if you have libs:rexxsyslib.library.
  4.     Created a seperate i/o req to handle serial status requests (internal).
  5.     This was to facilitate the addition of Carrier Detect monitoring.
  6.  ** Added some CD support to sercli.c; CD can be detected, but the action I
  7.     want to take when carrier is lost is to send an EOF through FIFO, and
  8.     _that_ is not working correctly!  (I also wish to send an EOF when a ^\
  9.     char is received.)
  10.  ** Misc. internal shuffling, trying to isolate/fix the FIFO problem, as
  11.     well as ammending some `bad' style, duplicate junk, unused vars, etc.
  12.  
  13. sercli v1.9 (sercli_v1_9)
  14.  ** A significant amount of dmakefile (compilation script) cleanup...didn't
  15.     even compile the binaries.    RCS checkins can be done independantly for
  16.     each file, as you edit them.  This `changes' file is maintained more or
  17.     less seperately from the RCS archives.
  18.  ** More name-space unpolution.
  19.  
  20. sercli v1.8 (sercli_v1_8)
  21.  ** Added range checking on io_Error in the serial error handler. (Long
  22.     stop here, which is why not much happened on v1.8)
  23.  
  24. sercli v1.7 (sercli_v1_7)
  25.  ** rad boogie flag may work now if it didn't before; misc. minor stuff
  26.     (internal)
  27.  ** Made sercli "startup-banner" automatically reflect version set in
  28.     dmakefile, and also embed the date-compiled.
  29.  ** Added "ser query" ARexx command
  30.  
  31. sercli_v1_6
  32.  ** General name-space cleanup (internal).
  33.  ** Cause the serial error-handler to do a hex-dump of the data it has been
  34.     passed...  Thus, serial i/o errors will show what was being sent (or
  35.     what had been received).
  36.  ** Made "sercli_config", in the current dir, the default config file.
  37.  ** Made dmakefile support for rcs more complete.
  38.