home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp11 / k11ann.v54 < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. This is to announce Version 3.54 of Kermit-11 for PDP-11s or Pro-3xx's
  2. running the various DEC operating systems (RSX, RSTS, RT, P/OS, etc) or
  3. TSX+, from Brian Nelson at the University of Toledo (BRIAN@UOFT02.BITNET).
  4. New features since the last release, 3.50 (April 1986), include:
  5.  
  6. . Command line editing and recall controlled by arrow keys.   ";" and "!"
  7.   may be used to delimit comments.
  8.  
  9. . Handling of DEC multinational 8-bit ASCII text files.
  10.  
  11. . New SET FILE NAMING options.
  12.  
  13. . New SET SEND [NO]XON command, to prefix every packet with an XON to fight
  14.   pathological problems with flow control.
  15.  
  16. . Minor bug fixes and cleanups.
  17.  
  18. . Some RT11/TSX+ specific modifications:
  19.  
  20.   Reduction in the size of the root for XM to facilitate running Kermit as a
  21.   foreground task.
  22.  
  23.   Complete rewrite of terminal emulation, specifically to enhance the
  24.   support of the XL/XC/CL handlers. It is now completely event driven
  25.   thus performance should be improved as well as presenting a much lower
  26.   load on the CPU. It should also function better under SJ.
  27.  
  28.   Restructuring buffer allocation to (1) Reduce the root size for XM, and (2)
  29.   To enable the USR to swap over buffers for SJ and FB. This will eliminate
  30.   Kermit crashing on USR requests in 95% of the cases for SJ and FB systems
  31.   with minimal background memory available (ie, many devices in the system
  32.   and/or large RMON).
  33.  
  34.   Control C delivery has been improved by adding a watchdog timer to check for
  35.   control C's as RT11 does not generate an AST on control C.
  36.  
  37. The new files are available via anonymous as KER:K11*.* on CU20B and over
  38. BITNET via KERMSRV at both CUVMA and UOFT02.  The file K11INS.DOC contains
  39. installation instructions, K11AAA.AAA is a read-me file, and K11FIL.DOC is a
  40. (slightly dated) annotated list of the Kermit-11 files (of which there are
  41. about 111, totalling about 3.8 megabytes in size).  The file K11CMD.MAC
  42. contains the detailed update history.
  43.