home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / k20mit.upd < prev    next >
Text File  |  2020-01-01  |  10KB  |  223 lines

  1. KERMIT-20 Change History (in reverse chronological order)
  2. ------------------------
  3.  
  4. * Future Releases:
  5.  
  6. There's not much left to do.  A few standouts are: 
  7.  
  8. . File attribute support.
  9. . REMOTE RUN command (both ends).
  10. . REMOTE KERMIT command (both ends).
  11. . REMOTE HOST command.
  12. . Provide data-link level support for applications other than file transfer.
  13.  
  14. * Changes from 4.1(236) to 4.2(251), 18 Oct 84:
  15.  
  16. . Add INPUT, OUTPUT, TRANSMIT, PAUSE, CLEAR, and ECHO commands.
  17. . Fix bugs:
  18.   - SERVER command was overruling SET parameters, now it doesn't.
  19.   - ^C out of REMOTE HOST didn't work, now it does.
  20.   - Sometimes got spurious "?Too long" message for REMOTE CWD password.
  21.   - ^C out of LOCAL type was not allowed, now it is.
  22.   - LOCAL RUN would let inferior Exec log out, now it doesn't.
  23.  
  24. * Changes from 4(224) to 4.1(236), 17 Jul 84:
  25.  
  26. . Add code to do terminal connection, drop use of TTLINK.
  27. . Always uppercase incoming filenames.
  28. . Fix a few minor problems with XON/XOFF.
  29.  
  30. * Changes from 4(222) to 4(224), 26 Jun 84:
  31.  
  32. . Allow specification of alternate destination file name in GET.
  33. . Allow !;@? and other characters to be included in remote filespec in GET.
  34. . Fix bugs in disabling and restoring refuse/accept links/advice.
  35.  
  36. * Changes from 4(215) to 4(222), 29 May 84:
  37.  
  38. . Fix FILE NAMING NORMAL-FORM (it was broken in the previous release).
  39. . Change SET DEBUGGING LOG to LOG DEBUGGING, like other KERMITs.
  40. . Don't create empty debugging log files.
  41. . Add SET FLOW-CONTROL to allow explicit enable/disable of XON/XOFF.
  42. . Add SET EXPUNGE to allow enable/disable of automatic expunge on DELETE.
  43. . Fix problem with two consecutive ~ chars in data when doing compression.
  44. . Make LOCAL prefix optional on LOCAL commands like LOCAL DELETE, etc.
  45. . Add LOCAL TYPE, LOCAL RUN.
  46. . Change LOCAL/REMOTE DISK to LOCAL/REMOTE SPACE, like other KERMITs.
  47. . Add code to believe remote TTY line speed under TOPS-20 6.0.
  48. . Miscellaneous minor bugs fixed.
  49.  
  50. * Changes from 3.3(140) to 4(215), 12 April 1984:
  51.  
  52. . REMOTE command to send new commands to a remote server: DISK-USAGE, CWD,
  53.     TYPE, DIRECTORY, DELETE, HELP, HOST for management of remote files.
  54. . Server service for the REMOTE commands (except HOST).
  55. . 2- and 3-character block checks (the latter is a 16-bit CRC-CCITT).
  56. . Session logging facility for remote connections (LOG SESSION).
  57. . Transaction logging facility to provide an "audit trail" of an unattended
  58.     file transfer (LOG TRANSACTIONS).
  59. . SET PROMPT command.
  60. . ARPANET TVT binary mode negotiations.
  61. . Don't assign or open TTY line if own controlling terminal; this prevents
  62.     a server job that lost carrier and became detached from tying up a port on
  63.     the DEC-20 (except still must open a TVT).
  64. . Better conversion for incoming and outbound file names.
  65. . Detection and handling of carrier loss on dialup connections.
  66. . Many bug fixes, speedups, cleanups, robustness improvements.
  67. . New documentation.
  68.  
  69.  
  70. * Changes from 3C(133) to 3.3(140):
  71.  
  72. . Change version number typeout to use decimal notation (3.3 instead of 3C).
  73. . Repeat count processing for data compression.
  74. . SEND single-local-file (AS) name-on-target-system
  75.  
  76.  
  77. * Changes from 3B(127) to 3C(133) (13 Dec 83):
  78.  
  79. . Add support for 8th-bit-prefixing to allow 8-bit binary data to be sent
  80. through 7-bit communication links, such as over TELENET, or to an IBM
  81. mainframe, triggered automatically by use of character parity.
  82.  
  83. . Upon any timeout, clear the XOFF status of the line and also transmit an
  84. XON.  This should take care of deadlocks that occur when an XOFF is
  85. spontaneously generated on a noisy line.
  86.  
  87.  
  88. * Changes from 3A(66) to 3B(127), 2 Dec 83:
  89.  
  90. MAJOR DIFFERENCES:
  91.  
  92. 1. File i/o completely rewritten to prepare for future addition of new
  93.    server commands.
  94.  
  95. 2. DEFINE command added for definition of SET macros, for instance:
  96.  
  97.      DEFINE IBM (to be) PARITY MARK, DUPLEX HALF
  98.  
  99.    SHOW MACROS shows the current macro definitions.
  100.  
  101. 3. TAKE command to allow commands to be taken from a file.
  102.  
  103. 4. Automatic TAKE of KERMIT.INI upon startup.  KERMIT.INI can contain
  104.    DEFINE commands for the various systems you would be communicating with.
  105.  
  106. 5. Interruption of file transfer in both local and remote mode:
  107.  
  108.    In local mode, typing ^X interrupts the current file and skips to the next,
  109.    typing ^Y skips the rest of the batch.  These always work when sending
  110.    files (except that the receiver may still keep the partial transmitted
  111.    file, and work for receiving files only if the sender understands the
  112.    interrupt request.
  113.  
  114.    In remote mode, KERMIT-20 responds to interrupt requests.
  115.  
  116. 6. Separate remote and local mode top-level command tables.  Since most users 
  117.    of KERMIT-20 use it only in remote mode, they will no longer be confused by
  118.    commands like "FINISH" and "BYE".
  119.  
  120. 7. ITS binary files are now handled.
  121.  
  122. 8. Help text for SET command broken up, so you can say "help set escape", etc.
  123.  
  124.  
  125. MINOR IMPROVEMENTS AND CHANGES:
  126.  
  127. . In local mode, ^A may be typed for a report on the file transfer in progress.
  128. . Server operations may now be recorded in the debugging log.
  129. . Don't parse for initial filespec in SEND if source file not wild.
  130. . SET ABORTED-FILE renamed to SET INCOMPLETE.
  131. . Minor improvements to statistics display.
  132. . Allow ^C to interrupt a stuck BYE or FINISH command.
  133. . Server accepts "I" packets.
  134. . SET HANDSHAKE allows specification of line turnaround character.
  135. . Change SET FILE-BYTE-SIZE to SET FILE BYTESIZE.
  136. . Add SET FILE NAMING to elect filename conversion.
  137.  
  138. BUG FIXES:
  139.  
  140. . Mod 64 packet number compares fixed.
  141. . NAK bad packet immediately, don't wait for timeout.
  142. . Various bugs fixed relating to ^C trap, exiting and continuing, etc. 
  143. . Proceed gracefully after file i/o errors.
  144. . Correctly assess the file byte size when sending in server mode.
  145. . Release TTY and file JFNs in some places where they weren't before.
  146. . Don't truncate error message in error packet prematurely.
  147. . Fix SHOW ALL command not to say "DEL" at end.
  148. . Make sure init file is taken before processing command line argument. 
  149. . Fix command line arguments to work even if no init file.
  150. . Make sure line is set up correctly after exit and continue.
  151. . Don't send 4 extra characters if file is ITS binary.
  152.  
  153. The following features or fixes are new to KERMIT-20 since the May 5
  154. distribution:
  155.  
  156. [33] "Abort" correctly if output file can't be opened, e.g. because of invalid
  157.      simultaneous access.  Previously, KERMIT-20 would jump into the wrong code
  158.      if this happened.
  159.  
  160. [34] Send padding if requested.
  161.  
  162. [35] SET RECEIVE PAUSE lets the user specify a pause between receipt of a
  163.      packet and sending the ACK or NAK.  The pause is given in (floating
  164.      point) seconds.  This keeps packets from flying into the DEC-20
  165.      front end too fast.  Default is no pause.
  166.  
  167. [36] SET SEND PAUSE, like SET RECEIVE PAUSE, but specifies the interval to
  168.      wait before sending a packet when sending a file.  This is useful if
  169.      KERMIT-20 is sending to a system that can't keep up.  Default is no
  170.      pausing.
  171.  
  172. [37] SET RETRY {INITIAL-CONNECTION | PACKETS} lets the user change the
  173.      previously hardwired maximum retries for the send-init packet and
  174.      for ordinary packets.
  175.  
  176. [38] SET DEBUG LOG-FILE <filespec> allows either terse (state change) or
  177.      verbose (packets) debugging to be sent to an arbitrary file, so that
  178.      a remote KERMIT-20 can be debugged.
  179.  
  180. [39] Change STATUS command to STATISTICS, which is what it really is.
  181.      Allow optional arguments to SHOW command, like SHOW LINE, etc.
  182.      Print herald with program version on startup.
  183.  
  184. [40] Some internal fixups, mostly making sure error packets are formed
  185.      correctly.
  186.  
  187. [41] SET DEBUG LOG-FILE filespec (BYTESIZE) n (BITS)
  188.      You can make n either 7 or 8.  Use 8 to debug binary file transfers.
  189.      Of course, you need some special tool, like FILDDT, to look at
  190.      the result.  Also, force debugging to STATES (the default debugging
  191.      mode) if SET DEBUG LOG is issued when debugging is OFF.
  192.  
  193. [42] When receiving a file, make sure Kermit-20 sends an error packet every
  194.      time it "aborts".  Add SET ABORTED-FILE (DISPOSITION) DISCARD/KEEP
  195.      command to allow keeping of partially transferred files.
  196.  
  197. [43] If the other side puts a space (which translates to a 0) in the timeout
  198.      field of its Send-Init, then do as the book says and don't do timeouts.
  199.      This is probably wrong, since a space means to take the default action,
  200.      but this is still better than setting a timer for 0, which is what was
  201.      happening.
  202.  
  203. [44] When sending a file, after getting a timeout when waiting for ACK to
  204.      file header packet, don't give up next time thru the SFILE routine when
  205.      OPENF fails with "file already open" -- just ignore that error & proceed.
  206.  
  207. [45] Fix SHOW command for timing info.
  208.  
  209. [46] Clear input buffer after timeout; this might alleviate problems on systems
  210.      whose back end buffers filled up.  Ensure that when receiving, Kermit-20
  211.      never "aborts" unless it exceeds MAXTRY for a packet (in which case it
  212.      always sends an error packet), or it can't send a packet at all (SPACK
  213.      fails).  Previously, there some cases where it would give up too quickly.
  214.  
  215. [47] Fix bad checksum reporting (again), make it briefer.  Include most recent
  216.      JSYS error in STAT command.  Make SET SEND (any packet parameter) take
  217.      precedence over any packet parameters provided by the other side in its
  218.      ACK to the Send-Init.
  219.  
  220. [48] In one of the recent edits, the instruction setting up the pointer to the
  221.      data field of the Send-Init packet for SPAR was lost, which caused utter
  222.      chaos.  Now it's back.
  223.