home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / honeywellcp6a / hc6ker.upd < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. January, 1988  (CP-6 Kermit, version 1.00)
  2.  
  3.     The following are changes/additions made to CP-6 KERMIT since the
  4.     original version (0.95) was sent to Columbia University in
  5.     December, 1985.  Many thanks to John Stewart of Carleton University,
  6.     Tom Erskine of CRC, Mike Iglesias of UC Irvine and Mike Schmidt of
  7.     Honeywell Bull, Canada, for their help and supplied code.
  8.  
  9.     Recognize ARC and LIB as default binary file extensions.
  10.  
  11.     Optimize code that strips parity off incoming characters.
  12.  
  13.     Block move of packet data to eliminate looping.
  14.  
  15.     Eliminate redundant checksum calculation.
  16.  
  17.     Handle repeat counts in file name packet.
  18.  
  19.     Use FSFA on file that is being received or sent.
  20.  
  21.     Added the ability to specify up to two EOR characters instead of
  22.     assuming CR/LF.  This is useful, for instance, when communicating with
  23.     some software on Apples.
  24.  
  25.     Fixed bug that caused KERMIT to Memory Fault if a 'LIST' command
  26.     was issued with no fid specified.
  27.  
  28.     Enhanced the SHOW command to show some of the SETable things that
  29.     it didn't before (EG, Binary EXtensions) as well as values for
  30.     all the new commands.
  31.  
  32.     The PARITY used for a transfer is now logged in the LOG file.
  33.  
  34.     The activation character for received packets is now included in
  35.     KERMIT "debug" files.
  36.  
  37.     Fixed bug that prevented records with embedded CR's from being
  38.     received correctly.
  39.  
  40.     Relaxed syntactical constraints on some commands so optional blanks
  41.     are permitted.
  42.  
  43.     Added the SET FILE PREFIX, SET FILE SUBDIRECTORY CHAR and
  44.     SET FILE SUBDIRECTORY { ON | OFF } commands.
  45.  
  46.     Made it possible to interrupt multiple file transfers so you can
  47.     quit the current file or the entire group of files.
  48.  
  49.     Added the CG and STATION options to allow transfers through ComGroups.
  50.  
  51. December, 1985 (CP-6 Kermit, version 0.95, first release)
  52.