home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / vmsv33.mem < prev    next >
Text File  |  2020-01-01  |  3KB  |  82 lines

  1. Kermit-32 v3.3.111 Release Notes                                Page 1
  2.  
  3.  
  4. The following are the various changes that have gone into Kermit-32 version
  5. 3.3.111.   This  version is a maintenance version only and does not contain
  6. any major development work.  This version has been tested under VMS 4.4 and
  7. 4.5 only.
  8.  
  9.      The following are the edits in Kermit-32 version 3.3.111.
  10.  
  11.       o  Edit 3.3.100
  12.          Add TRANSMIT command along with SET/SHOW TRANSMIT ECHO  and  DELAY
  13.          commands.
  14.  
  15.       o  Edit 3.3.101
  16.          Change $TRNLOG  system  service  calls  to  LIB$SYSTRNLOG  library
  17.          routine.  Handle no translation properly in VMSTRM.BLI.
  18.  
  19.       o  Edit 3.3.102
  20.          Add changes/fixes suggested by  Art  Guion  and  David  Deley  for
  21.          VMSTRM.BLI
  22.  
  23.           o  Turn  off  FALLBACK  terminal  characteristics  for   eightbit
  24.              operations.
  25.  
  26.           o  Decrease IBM timeouts when waiting for a handshake.
  27.  
  28.  
  29.       o  Edit 3.3.103
  30.          Add changes/fixes suggested by David Deley for VMSMIT.BLI  Problem
  31.          with an infinite loop getting a command.
  32.  
  33.       o  Edit 3.3.104
  34.          Add changes/fixes suggested by  Art  Guion  and  David  Deley  for
  35.          KERMSG.BLI.
  36.  
  37.           o  Always attempt a handshake in IBM mode.  Failing to  handshake
  38.              may cause 3704/5 style controller to hang a VM system.
  39.  
  40.           o  Don't lose the last character  in  a  buffer.   BFRFILL  logic
  41.              forgets  to send the last cahracters of a file when it doesn't
  42.              fit into the current packet.
  43.  
  44.  
  45.       o  Edit 3.3.105
  46.          Attempt to fix the truncation errors that we  now  get  from  LINK
  47.          with BLISS-32 v4.2.  Also do code clean up in VMSTRM and VMSFIL.
  48.  
  49.       o  Edit 3.3.106
  50.          Fix problem of closing a fixed file and losing data.
  51.  
  52.       o  Edit 3.3.107
  53.          Do not abort on ERROR  packet  while  in  SERVER  mode.   Instead,
  54.          return to SERVER IDLE mode.
  55.  
  56.       o  Edit 3.3.110
  57.          Make KERMIT-32 close the terminal (so the terminal parameters  are
  58.          appropriately reset) upon reciept of a GENERIC LOGOUT packet.
  59. Kermit-32 v3.3.111 Release Notes                                Page 2
  60.  
  61.  
  62.       o  Edit 3.3.111
  63.          Make Kermit-32 not eat the parity from a CR if a LF doesn't follow
  64.          it when writing an ASCII file.
  65.  
  66. The following are know problems with Kermit-32 3.3.111.
  67.  
  68.       o  Commands are upcased so that  LIB$TPARSE  will  scan  the  command
  69.          correctly.  This causes problems when attempting to set the prompt
  70.          and sending server commands to a UNIX based Kermit.
  71.  
  72.       o  Kermit-32 will quote multiple characters with "~" in a  file  name
  73.          even if the REPEAT_QUOTE character is set to space.
  74.  
  75.       o  When receiving a file of type FIXED, if the final  record  is  not
  76.          exactly  512  bytes, then an error occurs and the receiving Kermit
  77.          blows up.
  78.  
  79.       o  Kermit-32  can  hang  on  a  virtual  terminal  due  to   XON-XOFF
  80.          processing between the VAX and a remote system.
  81.  
  82.