home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / k10mit-135.tar.gz / k10mit-135.tar / k10mit-135 / k10.ann next >
Text File  |  2001-06-19  |  2KB  |  55 lines

  1. Date: Mon, 18 Sep 89 01:06:47 +0100
  2. From: Dan Norstedt <DANNE@kicki.stacken.kth.se>
  3. Subject: Announcing DECsystem-10 Kermit 3(134)
  4. Keywords: DECsystem-10 Kermit, Bliss Kermit, TOPS-10 Kermit, VAX/VMS Kermit
  5.  
  6.                  New features and changes in Kermit-10 3(134)
  7.  
  8. This version has added support for extended length packets:
  9.  
  10.       *    Extended length packets are supported by the normal SET RECEIVE
  11.     PACKET and SET SEND PACKET commands. Sizes up to 1000 are allowed.
  12.     By default, extended length packets are not used. Typically, use
  13.     SET RECEIVE PACKET 1000 and SET SEND PACKET 1000 to enable it.
  14.  
  15. It also contains bug fixes/enhancements from the VMS version:
  16.  
  17.       *    CRC calulations works ok when sending 8 bit data not using quoting.
  18.  
  19.       *    IBM mode handshake improved.
  20.  
  21.       *    Don't lose last character in a buffer if it's a widow.
  22.  
  23. That's all, folks.  The updated files are:
  24.  
  25.     K10COM.REQ
  26.     K10GLB.MAC
  27.     K10MIT.MAC
  28.     K10MSG.BLI
  29.     K10MSG.MAC
  30.     K10TT.MAC
  31.     K10UNV.MAC
  32.  
  33. There are no new files, except this announcement.
  34.  
  35. The .MAC (Macro-10) files are generated from the Bliss sources, but they
  36. will only work for KL and KS systems (our system is a KI).  But since KI's
  37. are rare, and the previous version also was compiled only for KL/KS, I don't
  38. think it's much of a problem.  The program has been put to heavy use here
  39. over the last few months, and I believe it to be free of (at least) new
  40. bugs.
  41.                     Regards,
  42.                     Dan Norstedt
  43.  
  44. [Ed. - Thanks, Dan!  This will certainly be good news for the world's
  45. remaining TOPS-10 users.  The new files are installed in Kermit Distribution
  46. in the B area, kermit/b/k10*.* on watsun.cc.columbia.edu for Internet access,
  47. and in K10*.* on KERMSRV at CUVMA for BITNET access.  Note that the
  48. system-independent Kermit protocol portions of this program are supposed to
  49. share the same source files with VAX/VMS Kermit-32.  VAX/VMS users who have a
  50. Bliss-32 compiler are encouraged to get the new files and see if a new version
  51. of Kermit-32 can be built from them, which will give this orphaned program
  52. long packet support.]
  53.  
  54.