home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / misc / ck5a189 / ckcker.ann < prev    next >
Internet Message Format  |  2020-01-01  |  50KB

  1. Date: Tue, 15 Jun 93 16:30:00 EDT
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Subject: Announcing C-Kermit 5A(189)
  4. Keywords: C-Kermit 5A, Hebrew
  5. Keywords: Efficiency, Performance, Control-Character Prefixing
  6. Keywords: Prefixing of Control Characters, TCP/IP, OS/2
  7.  
  8. This is to announce C-Kermit 5A(189) for UNIX, VMS, OS/2, AOS/VS, and some
  9. other operating systems.  This is a minor update of C-Kermit 5A(188).  The
  10. major new features are:
  11.  
  12.  . Control-character unprefixing.
  13.  . Hebrew character-set translation.
  14.  . New APC command for use with MS-DOS Kermit.
  15.  . TCP/IP support for OS/2 systems equipped with IBM TCP/IP.
  16.  . Terminal emulation scrollback improvements for OS/2.
  17.  . Sliding window protocol error-recovery improvements
  18.  . Support for Process Software TCPware for VMS
  19.  . Many new and/or improved UNIX makefile entries, especially for SCO
  20.  . OUTPUT command improvements: buffering, pacing control
  21.  . POSIX improvements: file timestamps, access to hostname
  22.  . RS/6000 AIX improvements, primarily RTS/CTS flow control
  23.  . VMS improvements, including GNU CC support, better operation under VAX PSI
  24.  . Numerous minor bug fixes
  25.  
  26. The two major new features -- control-character unprefixing and Hebrew
  27. character-set translation, are described in the announcements above, and also
  28. in the new "update" file, CKCKER.UPD, which serves as a new supplement to
  29. the book "Using C-Kermit".  See the CKC189.UPD file for full details of all
  30. the changes.
  31.  
  32. The OUTPUT command improvements increase the speed of the OUTPUT command,
  33. which is important on X.25 networks and for I/O-intensive script programs, and
  34. they also allow you to slow OUTPUTs down, for example when interacting with
  35. devices that can't accept characters at the full transmission speed.
  36.  
  37. OS/2 C-Kermit now supports TCP/IP connections, just like the UNIX, (Open)VMS,
  38. and AOS/VS versions do, with all the same features, for OS/2 2.x systems
  39. equipped with IBM TCP/IP.  The new TCP/IP support requires a small but
  40. important change in the C-Kermit installation procedure for OS/2 systems that
  41. are NOT equipped with TCP/IP.  Be sure to read the READ.ME file for details.
  42. Or, better still, run the new automatic installation procedure contributed by
  43. Jeffrey Altman.  Files needed for the OS/2 version:
  44.  
  45. OS/2 Name     watsun.cc.columbia.edu   KERMSRV@CUVMA   Remarks
  46.  
  47.  READ.ME       kermit/b/ckoaaa.hlp      CKOAAA DSK     READ-ME file (read it!)
  48.  INSTALL.CMD   kermit/b/ckoins.cmd      CKOINS CMD     Install procedure
  49.  
  50.  CKOKER32.EXE  kermit/bin/ckoker32.exe   (none)        32-bit binary
  51.   (none)       kermit/b/ckoker32.boo    CKOKER32 BOO   Same, BOO-encoded 
  52.  CKOSYSL.CK2   kermit/bin/ckosysl.ck2    (none)        32-bit SYSLEVEL info
  53.   (none)       kermit/b/ckosys32.boo    CKOSYS32 BOO   Same, BOO-encoded
  54.  CKOTCP32.DLL  kermit/bin/ckotcp32.dll   (none)        32-bit dummy TCP/IP DLL
  55.   (none)       kermit/b/ckotcp32.boo    CKOTCP32 BOO   Same, BOO-encoded
  56.  
  57.  CKOKER16.EXE  kermit/bin/ckoker16.exe   (none)        16-bit binary
  58.   (none)       kermit/b/ckoker16.boo    CKOKER16 BOO   Same, BOO-encoded 
  59.  CKOSYSL.CK1   kermit/bin/ckosysl.ck2    (none)        16-bit SYSLEVEL info
  60.   (none)       kermit/b/ckosys16.boo    CKOSYS16 BOO   Same, BOO-encoded
  61.  CKOTCP16.DLL  kermit/bin/ckotcp16.dll   (none)        16-bit dummy TCP/IP DLL
  62.   (none)       kermit/b/ckotcp16.boo    CKOTCP32 BOO   Same, BOO-encoded
  63.  
  64.  CKERMIT.CMD   kermit/b/ckermit.cmd     CKERMIT CMD    Sample startup file
  65.  CKERMIT.ICO   kermit/bin/ckoker.ico     (none)        Desktop Icon
  66.   (none)       kermit/b/ckoicon.boo     CKOICON BOO    Same, BOO-encoded
  67.  
  68.  CKERMIT.INI   kermit/b/ckermit.ini     CKERMIT INI    Standard init file
  69.  CKERMOD.INI   kermit/b/ckermod.ini     CKERMOD INI    Sample customizations
  70.  CKERMIT.KDD   kermit/b/ckermit.kdd     CKERMIT KDD    Sample dial directory
  71.  CKERMIT.KSD   kermit/b/ckermit.ksd     CKERMIT KSD    Sample service dir.
  72.  CKCKER.UPD    kermit/b/ckcker.upd      CKCKER UPD     Updates documentation
  73.  CKCKER.BWR    kermit/b/ckcker.bwr      CKCKER BWR     C-Kermit "beware" file
  74.  CKOKER.BWR    kermit/b/ckoker.bwr      CKOKER BWR     "beware" file for OS/2
  75.  CKOVTK.INI    kermit/b/ckovtk.ini      CKOVTK INI     VT102 keypad map
  76.  
  77. For convenience, all these files have been collected together into a ZIP file:
  78.  
  79.  CKOKER.ZIP    kermit/bin/ckoker.zip     (none)        All OS/2 C-Kermit files
  80.   (none)       kermit/b/ckozip.boo      CKOZIP BOO     Same, boo-encoded
  81.  
  82. For other versions, some of the binaries are available, others might not have
  83. come in yet.  Binaries are located in kermit/bin/ck*.  See kermit/bin/READ.ME
  84. (text).  VMS binaries are available for VAX/VMS (no TCP/IP), VAX/VMS (TGV
  85. MultiNet), VAX/VMS (DEC UCX), AXP/VMS (no networks) as ckv*.exe, and also in
  86. kermit/b/ckv*.hex (to be decoded with VMSDEH or CKVDEH -- same thing).  The
  87. Data General AOS/VS binary is in kermit/bin/ckdker.pr, also available as a
  88. uuencoded dumpfile in kermit/b/ckdker.uue.  Various UNIX binaries are in
  89. kermit/bin/cku*.*; additional ones will be added as they arrive, space
  90. permitting.
  91.  
  92. The complete source files and online documentation are in kermit/b.  Begin by
  93. getting the file ckaaaa.hlp and reading it for a guide to which files you
  94. need.  All files in kermit/b are also available on BITNET via KERMSRV at CUVMA
  95. with the same names, but converted to uppercase.
  96.  
  97. Thanks to Jeffrey Altman, William Bader, Stefaan Eeckels, William Glass,
  98. Hunter Goatley, Michael Godfrey, Terry Kennedy, Lawrence Kirby, Tom Kloos,
  99. Fulvio Marino, Kai Uwe Rommel, Warren Tucker, Eduard Vopicka, and many others
  100. for their help with this release.
  101.  
  102. ------------------------------
  103.  
  104. Date: Mon, 23 Nov 92 16:40:17 EST
  105. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  106. To: Info-Kermit
  107. Subject: Info-Kermit Digest V16 #6
  108. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  109. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  110.  
  111. Info-Kermit Digest         Mon, 23 Nov 1992        Volume 16 : Number 6
  112.  
  113. Today's Topics:
  114.         Announcing C-Kermit 5A
  115.  
  116.  
  117. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  118. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  119. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  120. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  121.  
  122.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  123.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  124.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  125.  
  126. Kermit files may be obtained over networks and by mail order.  On the
  127. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  128. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  129. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  130. files.  The file kermit/read.me is a general guide to where things are.  The
  131. Kermit files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  132. kermit/e.  Test versions are in kermit/test.  All files in these directories
  133. should be transferred in text (ASCII) mode.  Binaries are in kermit/bin (use
  134. ftp in binary mode).  All files on watsun have lowercase names, and case is
  135. significant.
  136.  
  137. You can also get Kermit files over the BITNET/EARN network; to get started
  138. send a message with text HELP to KERMSRV, the Kermit file server, at host
  139. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  140. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  141. versions and an order form from Kermit Distribution, Columbia University
  142. Center for Computing Activities, 612 West 115th Street, New York, NY 10025
  143. USA.
  144.  
  145. ----------------------------------------------------------------------
  146.  
  147. Date: Mon, 23 Nov 92 16:59:59 EST
  148. >From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  149. Subject: Announcing C-Kermit 5A
  150. Keywords: C-Kermit 5A, UNIX Kermit, VMS Kermit, Amiga Kermit
  151. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit, AOS/VS Kermit
  152. Keywords: Sliding Windows, Script Programming, International Character Sets
  153. Keywords: TCP/IP and C-Kermit
  154. Xref: Commodore Amiga, See Amiga
  155. Xref: OpenVMS, See VMS
  156.  
  157. I am delighted to FINALLY announce the FINAL release of C-Kermit version 5A,
  158. for UNIX, VMS, OpenVMS, OS/2, AOS/VS, OS-9, the Commodore Amiga, and the
  159. Atari ST.  The edit number is 188.  C-Kermit was written by Frank da Cruz
  160. of Columbia University with contributions from hundreds of other programmers
  161. all over the world.  Version 5A is the product of three and a half years of
  162. development; the previous release of C-Kermit was 4E(072), released in
  163. January 1989.  Version 5A was first announced for public Beta testing in
  164. Info-Kermit V15 #2, 18 February, 1992.  The second and final Beta test was
  165. announced in V16 #5, 13 Nov 1992.  The second beta test, though short, proved
  166. quite successful, and therefore the software is being released.
  167.  
  168. C-Kermit 5A(188) is available for the following operating systems:
  169.  
  170.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  171.  . VAX and AXP VMS and OpenVMS
  172.  . Data General MV systems with AOS/VS
  173.  . PCs and PS/2s with OS/2 1.0 and 2.0
  174.  . Microware OS-9
  175.  . The Commodore Amiga
  176.  . The Atari ST
  177.  
  178. The major improvements in version 5A since version 4E are:
  179.  
  180.  . Improved file transfer efficiency:  sliding windows, longer packets,
  181.    locking shifts, dynamic packet length, automatic parity detection.
  182.  . Character-set translation for both file transfer and CONNECT mode,
  183.    including West European, East European, Cyrillic, and Japanese.
  184.  . Improved CONNECT-mode performance.
  185.  . Dialing improvements, support for more modems, a new dialing directory.
  186.  . The ability to make TCP/IP and other network connections.
  187.  . A powerful, easy-to-use script programming language similar to MS-DOS
  188.    Kermit's.
  189.  . File attribute packet support to convey file size, type, date, and
  190.    character-set.
  191.  . New file collision options.
  192.  . New server features, including security.
  193.  . FULLSCREEN file transfer display available in VMS, OS/2, OS-9, and most
  194.    UNIX implementations.
  195.  . Ability to transfer files with IBM mainframes through non-transparent
  196.    3270 protocol converters.
  197.  . Non-error-checked file transfer via TRANSMIT and LOG SESSION.
  198.  . Commands can be interrupted and C-Kermit returned to its prompt.
  199.  . In UNIX, C-Kermit can be suspended and continued in the fore- or background.
  200.  . More systems supported, including many more varieties of UNIX.
  201.  . Support for hardware flow control on selected systems.
  202.  . Improvements in every area too numerous to list.
  203.  
  204. Special highlights:
  205.  
  206. C-Kermit 5A includes extensive support for VMS and OpenVMS on VAX and Alpha
  207. AXP platforms, including detailed knowledge of the VMS file system and a
  208. special method for encoding complex VMS files for transmission and archival,
  209. thanks to Terry Kennedy of Saint Peters College.  It also supports three
  210. different TCP/IP networking products for VMS: DEC, TGV, and Wollongong; thanks
  211. in particular to folks at TGV, DEC, and Wollongong for their help.
  212.  
  213. The OS/2 version includes built-in VT102 and VT52 terminal emulators with key
  214. mapping, screen rollback, printer control, color selection, and communications
  215. features including both software and hardware flow control and, if you have
  216. PATHWORKS installed on your PC, support for DECnet LAT connections.  Thanks to
  217. Kai Uwe Rommel of the Technical University of Munich for a great deal of work
  218. on the OS/2 specifics.
  219.  
  220. The Data General AOS/VS version is brand-new and fully up to date, the first
  221. upgrade to this program since version 4D in May 1987, thanks to Eugenia
  222. Harris at DG.  It includes all the major features of version 5A, including
  223. built-in TCP/IP support.
  224.  
  225. The OS-9 specifics were done by Christian Hemsing, RWTH, Aachen.  Thanks.
  226. The Commodore Amiga specifics are from Steve Walton.  Thanks.
  227. The Atari ST support is from Bruce J. Moore.  Thanks.
  228.  
  229. DOCUMENTATION
  230.  
  231. Like MS-DOS Kermit 3.x, C-Kermit 5A comes with a book, "Using C-Kermit" by
  232. Frank da Cruz and Christine M. Gianone, published by Digital Press,
  233. Burlington, MA, USA, Digital Press ISBN: 1-55558-108-0, Prentice Hall ISBN:
  234. 0-13-037490-3.  US single-copy price: $34.95; quantity discounts available.
  235. Publication is still in progress, and should be complete in mid-January 1993.
  236. In the USA, call DECdirect toll-free 1-800-344-4825 to order; use order number
  237. EY-J896E-DP.  Major credit cards accepted.
  238.  
  239. HOW TO GET IT
  240.  
  241. C-Kermit 5A(188) is available on the Internet via anonymous ftp from
  242. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  243. directory kermit/b/, and on BITNET/EARN from host CUVMA through the
  244. KERMSRV file server, in the main area.  Warning: some files might have records
  245. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  246.  
  247. You can also order C-Kermit 5A on magnetic media (diskette, 9-track tape, TK50
  248. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  249. order as "Tape B" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  250.  
  251. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  252. third letter in the filename is used for grouping: c = Portable C, u =
  253. UNIX-specific, v = VMS-specific, etc.  The following sections give brief
  254. synopses of the files needed for each version.  A detailed description of
  255. the file naming conventions and organization is given in the file
  256. ckaaaa.hlp.  Notation:
  257.  
  258.     *   = matches any string of characters
  259.   [abc] = matches the single character a, b, or c
  260.  
  261. GENERAL TEXT FILES
  262.  
  263.   ckaaaa.hlp   Explanation of file naming conventions
  264.   ckcplm.doc   C-Kermit "program logic manual"
  265.   ckccfg.doc   C-Kermit configuration info
  266.   ckcker.bwr   General C-Kermit beware file
  267.   ckuker.doc   plain-text user manual (still for edit 179)
  268.   ckuker.ps    Postscript user manual (ditto)
  269.   ckcker.upd   Detailed description of changes since edit 179
  270.  
  271. INITIALIZATION AND COMMAND FILES
  272.  
  273.   ckermit.ini  Standard initialization file for all versions
  274.   ckermod.ini  Sample user-modification (customization) file for all versions
  275.   ckermit.kdd  Sample Kermit Dialing Directory
  276.   ckermit.ksd  Sample Kermit Services Directory
  277.  
  278. NOTE: Some of the binaries listed below are not yet at edit 188 level.  They
  279. will be installed as soon as they arrive.
  280.  
  281. THE UNIX VERSION
  282.  
  283.   UNIX sources:     ck[cuw]*.[cwh] (+ ckustr.sed for 2.1x BSD)
  284.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  285.   UNIX docs:        ckuins.doc, ckuker.bwr, ckuker.nr
  286.   UNIX binaries:    There are some UNIX binaries in kermit/bin/wermit.*,
  287.             use ftp in binary mode:
  288.  
  289.               wermit.next         - NeXT OS 2.0 or 3.0
  290.               wermit.sun4         - SunOS 4.1.1, sparc
  291.               wermit.sv386r4      - i368 with Dell System V R4
  292.  
  293.   There is also a compressed tar archive of the UNIX sources and makefile
  294.   in kermit/bin/cku188.tar.Z, which you can ftp in BINARY mode.
  295.  
  296. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile, read
  297. the comments at the top of the makefile to select the make-option appropriate
  298. for your computer, and then give the appropriate "make" command, for example
  299. "make bsd", "make sunos41", "make sys5r4", etc (there are about 150
  300. possibilities).  Read the makefile and the file ckuins.doc for further
  301. installation instructions.
  302.  
  303. THE (Open)VMS VERSION
  304.  
  305.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  306.   VMS build:        ckvker.com (DCL), ckvker.mak (VMS MAKE), or
  307.             ckvker.mms (MMS).  Instructions: ckvins.doc.
  308.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  309.             NOTE: this executable does not include TCP/IP support.
  310.   VMS docs:         ckvker.hlp, ckvins.doc, ckvker.bwr
  311.  
  312. To get a version of VMS C-Kermit that includes TCP/IP networking support, you
  313. must build from source code on a VMS system that has a C compiler and
  314. libraries plus the TCP/IP libraries for DEC, TGV, or Wollongong TCP/IP.
  315.  
  316. THE OS/2 VERSION
  317.  
  318.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  319.   OS/2 build:       ckoker.mak
  320.   OS/2 executable:  ckoker16.boo (unboo with ckbunb.c)              (16-bit)
  321.             ckoker32.boo (ditto)                            (32-bit)
  322.             or kermit/bin/ckoker16.exe (ftp in binary mode) (16-bit)
  323.             or kermit/bin/ckoker32.exe (ditto)              (32-bit)
  324.   OS/2 doc:         ckoker.bwr
  325.  
  326.     OS/2 C-Kermit comes in a 16-bit version (required for OS/2 1.x) and a
  327.     32-bit version (only works on OS/2 2.x).  See ckoker.bwr for details.
  328.  
  329. THE DATA GENERAL AOS/VS VERSION
  330.  
  331.   AOS/VS sources:     ck[cuwd]*.[cwh]
  332.   AOS/VS build:       ckd*.cli
  333.   AOS/VS executable:  kermit/bin/ckdker.df (binary, dumpfile format)
  334.               ckdker.uue (uuencoded, decode with ckdeco.c)
  335.   AOS/VS doc:         ckdins.doc, ckdker.bwr
  336.  
  337. THE OS-9 VERSION
  338.  
  339.   OS-9 sources:     ck[cuw9]*.[cawh]
  340.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  341.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  342.             ck9ker.bin (ftp in binary mode)
  343.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  344.  
  345. THE AMIGA VERSION
  346.  
  347.   Amiga sources:    ck[cuwi]*.[cwh]
  348.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  349.   Amiga executable: ckiker.boo (for edit 178 -- unboo with ckbunb.c)
  350.             kermit/bin/ckiker.exe (ftp in binary mode)
  351.   Amiga doc:        ckiker.bwr, ckiker.doc (old)
  352.  
  353. THE ATARI ST VERSION
  354.  
  355.   Atari ST sources: ck[cuws]*.[cwh]
  356.   Atari build:      cksker.mak
  357.   Atari executable: cksker.boo (full version, unboo with ckbunb.c).
  358.             kermit/bin/cksker.ttp (full version, ftp in binary mode)
  359.             kermit/bin/cksncp.ttp (no cmd parser,ftp in binary mode)
  360.   Atari doc:        (none yet)
  361.  
  362. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  363. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  364. helped with the development and testing of C-Kermit 5A.
  365.  
  366. ------------------------------
  367.  
  368. End of Info-Kermit Digest
  369. *************************
  370.  
  371.  
  372. Date: Fri, 13 Nov 92 11:42:56 EST
  373. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  374. To: Info-Kermit
  375. Subject: Info-Kermit Digest V16 #5
  376. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  377. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  378.  
  379. Info-Kermit Digest         Fri, 13 Nov 1992        Volume 16 : Number 5
  380.  
  381. Today's Topics:
  382.         Announcing C-Kermit 5A(186), The Final Beta Test
  383.  
  384. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  385. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  386. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  387. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  388.  
  389.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  390.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  391.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  392.  
  393. Kermit files may be obtained over networks and by mail order.  On the
  394. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  395. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  396. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  397. files.  The file kermit/read.me is a general guide to where things are.  The
  398. Kermit files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  399. kermit/e.  Test versions are in kermit/test.  All files in these directories
  400. should be transferred in text (ASCII) mode.  Binaries are in kermit/bin (use
  401. ftp in binary mode).  All files on watsun have lowercase names, and case is
  402. significant.
  403.  
  404. You can also get Kermit files over the BITNET/EARN network; to get started
  405. send a message with text HELP to KERMSRV, the Kermit file server, at host
  406. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  407. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  408. versions and an order form from Kermit Distribution, Columbia University
  409. Center for Computing Activities, 612 West 115th Street, New York, NY 10025
  410. USA.
  411.  
  412. ----------------------------------------------------------------------
  413.  
  414. Date: Tue, 10 Nov 44, 13:30:00 EST
  415. >From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  416. Subject: Announcing C-Kermit 5A(186), The Final Beta Test
  417. Keywords: C-Kermit 5A, UNIX Kermit, VMS Kermit, Amiga Kermit
  418. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit, AOS/VS C-Kermit
  419. Keywords: Sliding Windows, Script Programming, International Character Sets
  420. Keywords: TCP/IP and C-Kermit
  421. Xref: Commodore Amiga, See Amiga
  422. Xref: OpenVMS, See VMS
  423.  
  424. The final Beta release of C-Kermit 5A, Version 5A(186) BETA-8, is ready for
  425. public testing.  This will be a relatively short testing period.  The final
  426. release of version 5A should occur in a few weeks.
  427.  
  428. C-Kermit 5A is available for:
  429.  
  430.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  431.  . VAX and AXP VMS and OpenVMS
  432.  . Data General MV systems with AOS/VS
  433.  . PCs and PS/2s with OS/2 1.0 and 2.0
  434.  . Microware OS-9
  435.  . The Commodore Amiga
  436.  . The Atari ST
  437.  
  438. The changes since the first Beta release, 5A(179), on February 8th, 1992,
  439. which was announced in Info-Kermit V15 #2, are:
  440.  
  441. SYSTEMS AND NETWORKS SUPPORTED
  442.  
  443.  . New support for Data General AOS/VS, including TCP/IP
  444.  . Many new UNIX versions supported
  445.  . OpenVMS AXP support
  446.  . DEC TCP/IP, Wollongong TCP/IP, and TGV MultiNet TCP/IP support in (Open)VMS
  447.  . Improved performance and functionality on VMS and OpenVMS
  448.  . DECnet LAT supported in OS/2 version, and many OS/2-specific improvements
  449.  
  450. COMMUNICATIONS AND DIALING
  451.  
  452.  . Dialing directory feature added
  453.  . Many new controls over the dialing process
  454.  . Improved support for Telebit, Hayes, and Hayes-compatible modems
  455.  . New support for CCITT and Digitel modems
  456.  . New commands for managing TCP/IP connections and TELNET protocol
  457.  . Improved support for hardware flow control
  458.  . Improved SunLink X.25 support
  459.  
  460. KERMIT FILE TRANSFER
  461.  
  462.  . New support for IBM fullscreen file transfers (See Info-Kermit V16 #1)
  463.  . New fullscreen and crt file transfer displays for local-mode file transfer
  464.  . Standard "KERMIT READY TO xxx ..." messages at beginning of file transfer
  465.  
  466. PLUS:
  467.  
  468.  . New support for East European (Latin-2) character sets.
  469.  . Improved script programming controls
  470.  . Many, many bugs fixed and (hopefully) not too many new ones introduced
  471.  
  472. Before reporting bugs in this version of C-Kermit, please read the file
  473. ckcker.bwr, the general C-Kermit "beware" file, plus the system-specific
  474. beware file for your system, e.g. ckuker.bwr for UNIX, ckvker.bwr for VMS.
  475.  
  476. HOW TO GET IT
  477.  
  478. C-Kermit 5A(186) BETA is available on the Internet via anonymous ftp from
  479. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  480. directory kermit/test/, and on BITNET/EARN from host CUVMA through the
  481. KERMSRV file server, in the T: area.  Warning: some files might have records
  482. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  483.  
  484. You can also order C-Kermit 5A on magnetic media (9-track tape, TK50
  485. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  486. order as "Tape T" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  487.  
  488. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  489. third letter in the filename is used for grouping: c = Portable C, u =
  490. UNIX-specific, v = VAX/VMS-specific, etc.  The following sections give brief
  491. synopses of the files needed for each version.  A detailed description of
  492. the file naming conventions and organization is given in the file
  493. ckaaaa.hlp.  Notation:
  494.  
  495.     *   = matches any string of characters
  496.   [abc] = matches the single character a, b, or c
  497.  
  498. GENERAL TEXT FILES
  499.  
  500.   ckaaaa.hlp   Explanation of file naming conventions
  501.   ckcplm.doc   C-Kermit "program logic manual"
  502.   ckccfg.doc   C-Kermit configuration info
  503.   ckcker.bwr   General C-Kermit beware file
  504.   ckuker.doc   plain-text user manual (still for edit 179)
  505.   ckuker.ps    Postscript user manual (ditto)
  506.   ckcker.upd   Detailed description of changes since edit 179
  507.  
  508. THE UNIX VERSION
  509.  
  510.   UNIX sources:     ck[cuw]*.[cwh] (+ ckustr.sed for 2.1x BSD)
  511.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  512.   UNIX docs:        ckuins.doc, ckuker.bwr, ckuker.nr
  513.   UNIX binaries:    There are some UNIX binaries in kermit/bin/wermit.*,
  514.             use ftp in binary mode:
  515.  
  516.               wermit.aviion.5.4   - DG Aviion, DG/UX 5.4
  517.               wermit.du42         - DECstation 5800 Ultrix 4.2
  518.               wermit.next         - NeXT OS 2.0 or 3.0
  519.               wermit.rs6000       - RS/6000 AIX 3.1
  520.               wermit.sun4         - SunOS 4.1.1, sparc
  521.               wermit.sv386r4      - i368 with Dell System V R4
  522.  
  523.             The last one *might* run on other i366/486 PCs with
  524.             other USL-based System V R4 implementations.
  525.  
  526.   There is also a compressed tar archive of the UNIX sources and makefile
  527.   in kermit/bin/cku186.tar.Z, which you can ftp in BINARY mode.
  528.  
  529. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile,
  530. read the comments at the top of the makefile to select the make-option
  531. appropriate for your computer, and then give the appropriate "make" command,
  532. for example "make bsd", "make sunos41", "make sys5r4", etc.  Read the
  533. makefile and the file ckuins.doc for further installation instructions.
  534.  
  535. THE (Open)VMS VERSION
  536.  
  537.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  538.   VMS build:        ckvker.com (DCL), ckvker.mak (VMS MAKE), or
  539.             ckvker.mms (MMS).  Instructions: ckvins.doc.
  540.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  541.             NOTE: this executable does not include TCP/IP support.
  542.   VMS docs:         ckvker.hlp, ckvins.doc, ckvker.bwr
  543.  
  544. To get a version of VMS C-Kermit that includes TCP/IP networking support, you
  545. must build from source code on a VMS system that has a C compiler and
  546. libraries plus the TCP/IP libraries for DEC, TGV, or Wollongong TCP/IP.
  547.  
  548. THE OS/2 VERSION
  549.  
  550.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  551.   OS/2 build:       ckoker.mak
  552.   OS/2 executable:  ckoker16.boo (unboo with ckbunb.c)              (16-bit)
  553.             ckoker32.boo (ditto)                            (32-bit)
  554.             or kermit/bin/ckoker16.exe (ftp in binary mode) (16-bit)
  555.             or kermit/bin/ckoker32.exe (ditto)              (32-bit)
  556.   OS/2 doc:         ckoker.bwr
  557.  
  558.     OS/2 C-Kermit comes in a 16-bit version (required for OS/2 1.x) and a
  559.     32-bit version (only works on OS/2 2.x).  See ckoker.bwr for details.
  560.  
  561. THE DATA GENERAL AOS/VS VERSION
  562.  
  563.   AOS/VS sources:     ck[cuwd]*.[cwh]
  564.   AOS/VS build:       ckd*.cli
  565.   AOS/VS executable:  kermit/bin/ckdker.df (binary, dumpfile format)
  566.               ckdker.uue (uuencoded, decode with ckdeco.c)
  567.   AOS/VS doc:         ckdins.doc, ckdker.bwr
  568.  
  569. THE OS-9 VERSION
  570.  
  571.   OS-9 sources:     ck[cuw9]*.[cawh]
  572.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  573.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  574.             ck9ker.bin (ftp in binary mode)
  575.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  576.  
  577. THE AMIGA VERSION
  578.  
  579.   Amiga sources:    ck[cuwi]*.[cwh]
  580.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  581.   Amiga executable: ckiker.boo (for edit 178 -- unboo with ckbunb.c)
  582.             kermit/bin/ckiker.exe (ftp in binary mode)
  583.   Amiga doc:        ckiker.bwr, ckiker.doc (old)
  584.  
  585. THE ATARI ST VERSION
  586.  
  587.   Atari ST sources: ck[cuws]*.[cwh]
  588.   Atari build:      cksker.mak
  589.   Atari executable: cksker.boo (full version, unboo with ckbunb.c).
  590.             kermit/bin/cksker.ttp (full version, ftp in binary mode)
  591.             kermit/bin/cksncp.ttp (no cmd parser,ftp in binary mode)
  592.   Atari doc:        (none yet)
  593.  
  594. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  595. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  596. helped with the development and testing of C-Kermit 5A.
  597.  
  598. ------------------------------
  599.  
  600. End of Info-Kermit Digest
  601. *************************
  602.  
  603.  
  604. Date:         Tue, 18 Feb 1992 11:39:16 EST
  605. Reply-To: Info-Kermit%watsun.cc.columbia.edu@cuvmb.cc.columbia.edu
  606. Sender: INFO-KERMIT Digest <I-KERMIT%CUVMA.BITNET@cuvmb.cc.columbia.edu>
  607. From: Christine M Gianone <cmg%watsun.cc.columbia.edu@cuvmb.cc.columbia.edu>
  608. Subject:      Info-Kermit Digest V15 #2
  609. Comments: To: Info-Kermit@watsun.cc.columbia.edu
  610. To: Multiple recipients of list I-KERMIT <I-KERMIT@CUVMA.BITNET>
  611.  
  612. Info-Kermit Digest         Tue, 18 Feb 1992        Volume 15 : Number 2
  613.  
  614.  
  615.                             Today's Topic:
  616.  
  617.                        Announcing C-Kermit 5A BETA
  618.  
  619.  
  620. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  621. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  622. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  623. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  624.  
  625.   SUBSCRIBE I-KERMIT <your-personal-name>    (To start a subscription)
  626.   UNSUBSCRIBE I-KERMIT                       (To cancel a subscription)
  627.   REGISTER I-KERMIT <your-personal-name>     (To correct your name)
  628.  
  629. Kermit files may be obtained over networks and by mail order.  On the
  630. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  631. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  632. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  633. files.  The Kermit files are in directories kermit/a, kermit/b, kermit/c,
  634. kermit/d, and kermit/e.  Test versions are in kermit/test.  All files in these
  635. directories should be transferred in text (ASCII) mode.  Binaries are in
  636. kermit/bin (use ftp in binary mode).  You can also get Kermit files over the
  637. BITNET/EARN network; to get started send a message with text HELP to KERMSRV,
  638. the Kermit file server, at host CUVMA.  For detailed instructions, read the
  639. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail, request a
  640. complete list of Kermit versions and an order form from Kermit Distribution,
  641. Columbia University Center for Computing Activities, 612 West 115th Street,
  642. New York, NY 10025 USA.
  643.  
  644. ----------------------------------------------------------------------
  645.  
  646. Date: Sat, 8 Feb 92 23:31:00 EST
  647. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  648. Subject: Announcing C-Kermit 5A BETA
  649. Keywords: C-Kermit 5A, UNIX Kermit, VAX/VMS Kermit, Amiga Kermit
  650. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit
  651. Keywords: Sliding Windows, Script Programming, International Character Sets
  652. Keywords: TCP/IP and C-Kermit
  653. Xref: Commodore Amiga, See Amiga
  654.  
  655. We are very pleased to announce the availability of C-Kermit version 5A,
  656. edit 179, for public Beta testing.  Over three years in the making, C-Kermit
  657. 5A was written by Frank da Cruz of Columbia University with contributions
  658. from hundreds of other programmers all over the world.  Its major new
  659. features include:
  660.  
  661. ADVANCED KERMIT FILE TRANSFER PROTOCOL
  662.  
  663. Sliding window packet protocol, up to 31 window slots, for improved
  664. efficiency, especially on connections with long delays (public networks,
  665. satellites, etc).  The maximum packet size has been increased to 9024.
  666. Sliding windows and long packets can be used together.  Using combinations
  667. of long packets and sliding windows, file transfer efficiencies up to about
  668. 95% can be achieved (and more when Kermit can compress the data).
  669.  
  670. CHARACTER-SET TRANSLATION
  671.  
  672. C-Kermit translates character sets during text-file transfer and terminal
  673. emulation.  Most Roman-alphabet-based character sets are supported, as well
  674. as Cyrillic character sets and Japanese Kanji.  A new locking-shift
  675. mechanism is provided for efficient transfer of Kanji and other
  676. predominantly 8-bit character sets in the 7-bit communication environment.
  677.  
  678. SCRIPT LANGUAGE PROGRAMMING
  679.  
  680. C-Kermit now has a powerful and easy-to-use script programming language
  681. similar to MS-DOS Kermit's.  Write script programs to automate your logins,
  682. interact automatically with remote computers or services, and even run your
  683. scripts late at night, unattended, when phone rates are lower and networks
  684. less congested.
  685.  
  686. NETWORK SUPPORT
  687.  
  688. On UNIX computers that have Berkeley Sockets libraries and a TCP/IP
  689. connection, and on VAX/VMS systems with TGV MultiNet, C-Kermit now can make
  690. TCP/IP TELNET connections.  Unlike regular TELNET, C-Kermit brings its
  691. script language capabilities and character-set translation ability to the
  692. Internet world.  And unlike FTP, C-Kermit can translate text file character
  693. sets as part of the file transfer process.  On SUN computers with SunLink
  694. X.25, X.25 connections are also supported.
  695.  
  696. SYSTEMS SUPPORTED BY C-KERMIT
  697.  
  698. C-Kermit 5A is available for the following platforms:
  699.  
  700.  - Most known variations of UNIX including V7, 2.x BSD, 4.x BSD, AT&T
  701.    System III and System V R2, R3, and R4, POSIX, Ultrix, SUNOS, NeXT OS, AIX,
  702.    HP-UX, DGUX, IRIX, SCO XENIX, DNIX, UMAX, RTU, DYNIX, PTX, etc, etc, on
  703.    hardware platforms of all makes, models, sizes, and shapes
  704.  - VAX/VMS, including a completely new RMS interface
  705.  - OS/2 1.3 and 2.0
  706.  - Commodore Amiga
  707.  - Atari ST
  708.  - OS-9
  709.  
  710. Full ANSI C and/or POSIX compliance can be selected.
  711.  
  712. OTHER NEW FEATURES
  713.  
  714. Kermit File Transfer Protocol:
  715.   Packet lengths shrink and grow dynamically based on the quality of the
  716.     connection.
  717.   Even, Odd, or Mark parity is detected automatically during packet
  718.     operations.
  719.   Low-level packet readers and writers recoded for increased efficiency.
  720.   File transfer performance improvements (see below)
  721.   Transfer of files with international character set translation (see below)
  722.   Sending and recognition of file attribute (A) packets:
  723.     File size, creation date, file type, character set, system ID.
  724.     Incoming file's creation date set from Attribute packet.
  725.     Control of use of attributes via SET ATTRIBUTES.
  726.   Automatic entry into binary or text mode when receiving files that specify
  727.     the file type in the attribute packet.
  728.   New MSEND command to send a list of files ("msend foo.* dir/*.c aaa bbb")
  729.   New MAIL and REMOTE PRINT commands (work in both directions).
  730.   SET FILE COLLISION { APPEND, BACKUP, DISCARD, OVERWRITE, RENAME, UPDATE }
  731.   REMOTE SET commands are now supported in both directions.
  732.   REMOTE LOGIN, LOGOUT, and KERMIT commands (client end only).
  733.   GET, BYE, FINISH, REMOTE commands now work in both local & remote modes.
  734.   SET ATTRIBUTES ON/OFF can be used to enable/disable attribute packets.
  735.   DISABLE and ENABLE commands to control client access to server functions.
  736.   Ability to read packets without terminators, based on length field.
  737.   Printable start-of-packet character now supported.
  738.   Packet buffers allocated dynamically, overall size specifiable by user.
  739.   Ability to run external protocols.
  740.   Increased maximum number of files that can be sent in a single operation.
  741.  
  742. Non-Error-Checked File Transfer:
  743.   New TRANSMIT command for uploading text files, complete with character
  744.     set translation and many other options via SET/SHOW TRANSMIT.
  745.   LOG SESSION for downloading text files or capturing other screen data,
  746.     complete with character-set translation and TEXT/BINARY mode selection.
  747.  
  748. Command parser:
  749.   Expansion of variables and functions in commands (see below).
  750.   Partial as well as full completion of filenames.
  751.   Improved error and help messages.
  752.   Commands in progress can be interrupted, with return to prompt.
  753.  
  754. Macros and variables, compatible with MS-DOS Kermit:
  755.   DEFINE macros and variables.
  756.   ASSIGN variable's current value to another variable.
  757.   INCREMENT and DECREMENT numeric variables by 1 (or any other number).
  758.   Execute macros using DO or just by giving their name.
  759.   Arguments are passed as parameters \%1..\%9
  760.   Global variables \%a..\%z (and others).
  761.   Access to environment variables via \$(name).
  762.   Access to builtin Kermit named variables via \v(name), e.g. \v(date).
  763.   Long variable names: \m(name).
  764.   Backslash notation for numbers and characters as in MS-DOS Kermit.
  765.   Dynamically allocated space for macro names and definitions.
  766.   Variables and backslash codes in all commands are fully expanded.
  767.  
  768. And beyond MS-DOS Kermit (at least for now!):
  769.   Built-in string and arithmetic functions.
  770.   User-defined functions.
  771.   Arrays.
  772.  
  773. Script programming language, mostly compatible with MS-DOS Kermit:
  774.   INPUT, OUTPUT, REINPUT, PAUSE, GOTO, IF, ASK, ASKQ, ECHO, STOP, END,
  775.   GETOK, and other new commands.
  776.   INPUT, PAUSE, and WAIT interruptible from keyboard.
  777.   SET INPUT, SET TAKE, SET MACRO, SET SCRIPT commands to control echoing,
  778.     error handling.
  779.   WRITE <log> <string>.
  780.   OPEN, READ, WRITE/APPEND, and CLOSE local files.
  781.   FOR and WHILE loops, which may be nested.
  782.   BREAK and CONTINUE allowed in FOR and WHILE loops.
  783.   Trailing comments ; like this one, allowed in all contexts.
  784.   Command line continuation using hyphen (-) or backslash (\).
  785.   Relaxed prefixing rules; backslashes no longer doubled.
  786.   Conditional branching or execution of commands via IF. The IF command:
  787.     May have an ELSE part.
  788.     IF NOT can be used to reverse the truth of the following condition.
  789.     IF <, IF =, IF > for numeric variables.
  790.     IF EQUAL, LLT, LGT for string comparison.
  791.     IF NUMERIC for checking numbers.
  792.     IF COUNT for looping.
  793.     IF EXIST for files.
  794.     IF DEFINED for variable and macro names.
  795.     IF SUCCESS, IF FAILURE based on success of previous command.
  796.   Extended IF statement (XIF) allows nested, compound parts.
  797.  
  798. Terminal emulation:
  799.   Key-mapping via SET KEY command
  800.   SET TERMINAL CHARACTER-SET
  801.   SET TERMINAL LOCKING-SHIFT
  802.   SET TERMINAL NEWLINE-MODE
  803.   Flexible session logging
  804.   TELNET protocol
  805.   New escape functions: Suspend, Shell, Send Long BREAK, etc
  806.   Improved efficiency
  807.  
  808. Other:
  809.   Improved use of Xon/Xoff software flow control during file transfer.
  810.   Ability to use RTS/CTS hardware flow control when host computer supports it.
  811.   Ability to couple to external protocols via open file descriptor (UNIX).
  812.   Many file-format-related options for VMS.
  813.   Tilde-expansion in local UNIX filenames (~ = home directory).
  814.   Ability to ask shell to expand wildcards ("send ck[cuw]*.{[cwh],{doc,ps}}").
  815.   Alternative initialization filename specifiable on command line with -y.
  816.   Kermit "application files" start Kermit automatically (UNIX only).
  817.   Correct handling of Suspend interrupt (Ctrl-Z) in UNIXes with job control.
  818.   New SUSPEND (Z) command.
  819.   New TYPE command, interruptible by Ctrl-C.
  820.   New PRINT command.
  821.   New DELETE command.
  822.   New RENAME command.
  823.   Command synonyms added for compatibility with MS-DOS Kermit: RUN, PUSH, etc.
  824.   And with UNIX: RM, LS, etc.
  825.   And with VMS: SET/SHOW DEFAULT, SPAWN, @, etc
  826.   SHOW command divided into SHOW FILE, SHOW PROTOCOL, SHOW COMMUNICATIONS, etc.
  827.   SET SPEED no longer required with SET LINE - current speed used by default.
  828.   75/1200 Split-speed communication supported in some implementations.
  829.   Improved control and monitoring of modem signals.
  830.   Improved interaction with Hayes modems.
  831.   Support for speed-matching modems.
  832.   Support for many new modem types including Telebit, Microcom.
  833.   New SET DIAL command controls: HANGUP, TIMEOUT, INIT-STRING, DISPLAY, etc.
  834.   New REDIAL command.
  835.   Compatibility with new and distributed (struct dirent) file systems.
  836.   Improved use of UUCP lockfiles.
  837.   Improved operation and security when run setuid/setgid on UNIX.
  838.   Improved handling of disk-full and disk-write errors.
  839.   More detailed and accurate statistics reporting.
  840.   New debugging display available during CONNECT.
  841.   Append mode available for all logs.
  842.   Under UNIX, Kermit no longer appears "idle" while transferring files.
  843.   Program exit status code now reflects protocol success/failure.
  844.   EXIT n explicitly sets program's exit status code to n.
  845.   Many new additions and improvements to UNIX makefile.
  846.   Simplification and expansion of makefile configuration options.
  847.   New documentation - user manual, man page, improved built-in help text.
  848.   Many bugs fixed.
  849.  
  850. ACKNOWLEDGEMENTS
  851.  
  852. C-Kermit 5A has been a three-year cooperative effort involving hundreds of
  853. people in all parts of the world.  It is not possible to list them all here
  854. (but we have tried to keep track of them in the documentation); here is a very
  855. much abbreviated list of just a few of the major designers, developers, and
  856. testers:
  857.  
  858.    Chris Adie, Edinburgh U, Scotland (OS/2 support)
  859.    William Bader, Moravian College (VMS, mostly)
  860.    Fuat Baran, formely of Columbia University (lots of help)
  861.    Jim Barbour, U of Colorado
  862.    Donn Baumbartner, Dell
  863.    Jack Bryans, California State U at Long Beach
  864.    Nelson Beebe, U of Utah
  865.    John Chandler, Harvard U / Smithsonian Astronomical Observatory
  866.    Joe R Doupnik, Utah State U (many, many things)
  867.    Kristoffer Eriksson, Peridot Konsult AB, Oerebro, Sweden (many things)
  868.    Marcello Frutig, Catholic University, Sao Paulo, Brazil (X.25 support)
  869.    Hirofumi Fujii, Japan National Lab for High Energy Physics, Tokyo (Kanji)
  870.    James Harvey, Indiana/Purdue U (VMS)
  871.    Chuck Hedrick, Rutgers U
  872.    Ron Heiby, Motorola
  873.    Christian Hemsing, RWTH Aachen, Germany (OS-9)
  874.    Mark Johnson, Apple Computer
  875.    Luke Jones, AT&T
  876.    Peter Jones, U of Quebec at Montreal (MIPS)
  877.    Sergei Kartashoff, Inst. of Precise Mechanics & Computer Equipment, Moscow
  878.    Howie Kaye, Columbia University (lots of help)
  879.    Terry Kennedy, St Peter's College, Jersey City, NJ (VAX/VMS, 2.11 BSD)
  880.    John Klensin, MIT (standards, sage advice)
  881.    Bo Kullmar, Central Bank of Sweden, Kista, and ABC-Klubben (many things)
  882.    Bob Larson, USC (OS-9 and more)
  883.    Bert Laverman, Groningen University, Netherlands
  884.    David MacKenzie, Environmental Defense Fund, University of Maryland
  885.    Fulvio Marino, Olivetti, Ivrea, Italy
  886.    Peter Mauzey, AT&T
  887.    Bruce J Moore, Allen-Bradley Co, Highland Heights, OH (Atari ST)
  888.    Andre Pirard, U of Liege, Belgium (character sets)
  889.    Paul W Placeway, (formerly of) Ohio State U (Macintosh & more)
  890.    Piet W Plomp, ICCE, Groningen University, Netherlands
  891.    Manfred Prange, Oakland U (Coherent)
  892.    Frank Prindle, NADC
  893.    Alan Robiette, Oxford University, UK (VMS)
  894.    Kai Uwe Rommel, Technische Universitaet Muenchen (OS/2)
  895.    Larry Rosenman (Amiga)
  896.    Jay S Rouman, U of Michigan
  897.    Benn Schreiber, DEC
  898.    Steven Schultz, Contel
  899.    Gisbert W Selke, WIdO, Bonn, Germany
  900.    Warren Tucker, Tridom Corp, Mountain Park, GA (many things)
  901.    Konstantin Vinogradov, ICSTI, Moscow (Cyrillic and more)
  902.    Stephen Walton, Calif State U, Northridge (Amiga)
  903.    Jamie Watson, Switzerland (RS/6000)
  904.    Ken Yap, formerly of the U of Rochester
  905.    Michael Yaroslavtsev, Inst. Precise Mechanics & Computer Equipment, Moscow
  906.  
  907. HOW TO GET IT
  908.  
  909. C-Kermit 5A(179) BETA is available on the Internet via anonymous ftp from host
  910. watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  911. directory kermit/test, and on BITNET/EARN from host CUVMA through the KERMSRV
  912. file server, in the T: area.  Warning: some files might have records longer
  913. than 80, making it impossible for KERMSRV to MAIL them to you.
  914.  
  915. You can also order C-Kermit 5A on magnetic media (9-track tape, TK50
  916. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  917. order as "Tape T" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  918.  
  919. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  920. third letter in the filename is used for grouping: c = Portable C, u =
  921. UNIX-specific, v = VAX/VMS-specific, etc.  The following sections give
  922. brief synopses of the files you will need for each version.  A detailed
  923. description of the file naming conventions and organization is given in the
  924. file ckaaaa.hlp.  Notation:
  925.  
  926.     *   = match any string of characters
  927.   [abc] = match the single character a, b, or c
  928.  
  929. ALL VERSIONS
  930.  
  931. All C-Kermit versions include the files ckc*.c, ck*.h, and ckcpro.w.  These
  932. files implement the Kermit file transfer protocol.  The user manual is
  933. ckuker.doc (plain text), ckuker.ps (postscript).  It applies to all
  934. versions, but (so far) includes system-specific information only for UNIX,
  935. VAX/VMS, OS/2, Amiga, and OS-9.
  936.  
  937. THE UNIX VERSION
  938.  
  939.   UNIX sources:     ck[cuw]*.[cwh]
  940.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  941.   UNIX executable:  (none, build from source code)
  942.   UNIX doc:         ckuker.doc, ckuker.ps
  943.  
  944. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile,
  945. read the comments at the top of the makefile to select the make-option
  946. appropriate for your computer, and then give the appropriate "make" command,
  947. for example "make bsd", "make sunos41", "make sys5r4", etc.  Read the file
  948. ckuins.doc for further instructions and hints.
  949.  
  950.   There is also a compressed tar archive of the UNIX sources in
  951.   kermit/bin/cku179.tar.Z, which you can ftp in BINARY mode: 595K.
  952.  
  953. THE VAX/VMS VERSION
  954.  
  955. This version is not quite finished.  Work on an interrupt-driven
  956. communications I/O module is still in progress.  However, the file system
  957. interface is more or less complete, and is quite advanced, thanks to endless
  958. and unenviable hours of work by Terry Kennedy of St Peter's College in New
  959. Jersey.  The result is quite usable, provided you don't push the
  960. communications too hard (very long packets and/or big sliding window sizes),
  961. especially on small, slow, or old VAXes.
  962.  
  963. A special feature of VMS C-Kermit 5A is called "labeled files", which allows
  964. VMS files of any type to be transmitted to a foreign system and then
  965. brought back to a VMS system with all their attributes and formats intact --
  966. or for that matter, between two VMS systems directly.
  967.  
  968.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  969.   VMS build:        ckvcdt.com plus ckvker.com (DCL), ckvker.mak (VMS MAKE),
  970.                     or ckvker.mms (DEC MMS)
  971.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  972.   VMS doc:          ckuker.doc, ckuker.ps
  973.  
  974. THE OS/2 VERSION
  975.  
  976. C-Kermit was originally adapted to OS/2 by Chris Adie, of Edinburgh University
  977. in Scotland in 1988.  Kai Uwe Rommel of the Technical University of Munich in
  978. Germany has brought Chris's version up to date and added many new features in
  979. the bargain.  This program runs in an OS/2 window under both OS/2 1.3 and 2.0,
  980. performs VT102 emulation complete with key mapping, screen rollback, etc.
  981.  
  982.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  983.   OS/2 build:       ckoker.mak
  984.   OS/2 executable:  ckoker.boo (unboo with ckbunb.c), kermit/bin/ckoker.exe
  985.   OS/2 doc:         ckuker.doc, ckuker.ps
  986.  
  987. THE COMMODORE AMIGA VERSION
  988.  
  989. The adaptation of C-Kermit 5A to the Amiga was handled by Steve Walton,
  990. California State University at Northridge.  The original adaptation (for
  991. C-Kermit 4E) was done by Jack Rouse of the "Software Distillery" in 1986.
  992. The files are:
  993.  
  994.   Amiga sources:    ck[cuwi]*.[cwh]
  995.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  996.   Amiga executable: ckiker.boo, kermit/bin/ckiker.exe
  997.   Amiga doc:        ckuker.doc, ckuker.ps
  998.  
  999. THE ATARI ST VERSION
  1000.  
  1001. This one is hot off the press, just in from Bruce J Moore of Allen-Bradley
  1002. Company in Highland Heights, Ohio.  This is not a desktop application; it
  1003. must be run under a character-mode shell like msh (which comes with Mark
  1004. Williams C), gulam, ksh, or bash.
  1005.  
  1006.   Atari ST sources: ck[cuws]*.[cwh]  (Mark Williams C)
  1007.   Atari build:      cksker.mak
  1008.   Atari executable: cksker.boo (decode with ckbunb.c), kermit/bin/cksker.ttp
  1009.   Atari doc:        cksker.bwr (more coming)
  1010.  
  1011. THE OS-9 VERSION
  1012.  
  1013. OS-9 is a UNIX variant from Microware Systems Corporation, designed mainly
  1014. for the real-time processing environment, mostly on Motorola CPUs.  C-Kermit
  1015. 5A was adapted to OS-9/68K by Christian Hemsing, RWTH Aachen, Germany, and
  1016. Bob Larson of the University of Southern California.
  1017.  
  1018.   OS-9 sources:     ck[cuw9]*.[cwh]
  1019.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  1020.   OS-9 executable:  (None, build from source code using cc or gcc)
  1021.   OS-9 doc:         ckuker.doc, ckuker.ps
  1022.  
  1023. OTHER VERSIONS
  1024.  
  1025. Macintosh Kermit is not at BETA level yet.  Much work remains to be done and
  1026. is, in fact, underway at this moment.  Announcements to come in forthcoming
  1027. Info-Kermit Digest issues.
  1028.  
  1029. Previous editions of C-Kermit were available for Apollo Aegis and Data General
  1030. AOS/VS.  The Aegis version appears to be pretty much dead; most people run
  1031. a UNIX-like environment on Apollos now, under SR10.  The Apollo SR10 UNIX
  1032. environments are fully supported by the UNIX version.
  1033.  
  1034. Work on updating the Data General AOS/VS support has recently begun.  Watch
  1035. this space for announcements.
  1036.  
  1037. Anybody who might have plans to adapt C-Kermit to any other kind of system,
  1038. please contact us first so we can keep all efforts coordinated.
  1039.  
  1040. DOCUMENTATION
  1041.  
  1042. Much of the documentation listed below needs additional work.  Improved
  1043. documentation will be announced as it becomes available.
  1044.  
  1045.   ckaaaa.hlp   Explanation of file naming conventions
  1046.   ckaplm.doc   C-Kermit "program logic manual"
  1047.   ckuker.ann   This message
  1048.   ckuker.doc   plain-text user manual, UNIX and VMS
  1049.   ckuker.ps    Postscript user manual, UNIX and VMS
  1050.   ckuker.mss   Scribe source for user manual + ckuhdr.mss
  1051.   ckuker.nr    UNIX man page, NROFF source (NEEDS WORK!)
  1052.   ckuins.doc   UNIX and VMS installation instructions, plain text
  1053.   ckuker.bwr   UNIX and VMS "Beware file", plain text
  1054.   ckvker.bwr   VAX/VMS-specific "beware file", plain text (mostly obsolete?)
  1055.   ckvker.hlp   VAX/VMS help file, for VMS HELP command (needs updates)
  1056.   ckiker.bwr   Amiga beware file
  1057.   ck9ker.bwr   OS-9 beware file
  1058.   ckuker.upd   C-Kermit program update history, plain text, BIG
  1059.  
  1060. As you might guess from the contents of this message, C-Kermit has grown
  1061. considerably in size and complexity since version 4E.  Consequently, many of
  1062. its features are now deselectable via feature-selection switches at compile
  1063. time: network support, script programming language, character sets, etc.  This
  1064. is necessary when the target computer (or compiler or linker) does not have
  1065. the capacity (memory or address space) to support this version in its full
  1066. glory.  The feature-removal techniques are documented in the file
  1067. ckuins.doc, and the various build procudures (UNIX makefile, etc) show which
  1068. (if any) features are removed from which versions.  In most versions, the
  1069. SHOW VERSION command also lists which features are present and which are
  1070. absent.
  1071.  
  1072. WHAT NEXT?
  1073.  
  1074. As far as features are concerned, this is the end of C-Kermit 5A.  Bugs will
  1075. be fixed, support for various systems will be updated, and then it will
  1076. replace version 4E(072) as the standard, supported, released version.  New
  1077. features will be added to future releases.
  1078.  
  1079. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  1080. or fdc@watsun.cc.columbia.edu.
  1081.  
  1082. ------------------------------
  1083.  
  1084. End of Info-Kermit Digest
  1085. *************************
  1086.