home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckc196.ann < prev    next >
Internet Message Format  |  2020-01-01  |  7KB

  1. From fdc@watsun.cc.columbia.edu Mon Jan  3 17:09:19 EST 2000
  2. Article: 41 of comp.protocols.kermit.announce
  3. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  4. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  5. Newsgroups: comp.protocols.kermit.announce
  6. Subject: Announcing C-Kermit 7.0
  7. Date: 3 Jan 2000 22:04:41 GMT
  8. Organization: Columbia University
  9. Lines: 146
  10. Approved: fdc@columbia.edu
  11. Message-ID: <84r6dp$qb8$1@newsmaster.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 946937081 26984 128.59.39.2 (3 Jan 2000 22:04:41 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 3 Jan 2000 22:04:41 GMT
  16. Keywords: Kermit Telnet IKSD Kerberos TLS SRP Unicode Linux Internet
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:41
  18.  
  19.  
  20. C-Kermit 7.0 is a new release of C-Kermit communications software for UNIX
  21. (all versions), VMS, VOS, QNX, OS-9, Plan 9, AOS/VS, and other platforms.
  22. It replaces C-Kermit 6.0 of September 1996.  If you have Web access, you can
  23. skip the rest of this message and go here:
  24.  
  25.   http://www.columbia.edu/kermit/ckermit.html
  26.  
  27. for a more complete presentation, complete with download links.
  28.  
  29. The major new features of C-Kermit 7.0 include:
  30.  
  31. A new license
  32.   o Allows inclusion of C-Kermit with Free UNIX distributions
  33.  
  34. Making and Using Connections
  35.   o Internet Kermit Service Daemon (IKSD) - client and server
  36.   o Kerberos IV, Kerberos V, SRP, and SSL/TLS security
  37.   o HTTP client commands
  38.   o A new and improved Telnet protocol engine
  39.   o TELNET protocol option debugging
  40.   o Support for IBM AIXLink/X.25
  41.   o Connections via external programs like ssh or tn3270
  42.   o PPP dialing in UNIX
  43.   o Give multiple phone numbers to the DIAL command
  44.   o New support for 8 data bits + parity on serial connections
  45.   o New ability to select number of stop bits on serial connections
  46.   o Dialing improvements (10-digit dialing, blind dialing, PBXs, etc)
  47.   o SET DIAL MACRO for last-minute phone number manipulations
  48.   o 20 new built-in modem types
  49.   o New all-purpose "generic-high-speed" modem type.
  50.   o Higher serial speeds in VMS, IRIX, SCO, BSDI, Linux, . . .
  51.   o Hardware flow control for more platforms
  52.  
  53. File Transfer and Management
  54.   o FAST Kermit protocol settings are now the default
  55.   o New streaming protocol for FTP-like speeds on reliable connections
  56.   o Binary mode is now the default for file transfer, rather than text
  57.   o File-transfer command switches (e.g. for file selection)
  58.   o File-transfer pipes and filters
  59.   o Automatic per-file text/binary mode switching (by name)
  60.   o Transfer and preservation of file permissions
  61.   o Ability to transfer directory trees even between unlike systems
  62.   o Ability to move or rename each file after successful send or receive.
  63.   o High-precision timers and statistics
  64.   o New display and log formats
  65.   o New options for coping with broken Kermit protocol partners
  66.  
  67. Character Sets
  68.   o Automatic transfer/file character-set matching in file transfer.
  69.   o Unicode / ISO-10646 Universal Character Set
  70.   o Full conversion between Japanese character sets and Unicode
  71.   o KOI8-R (Russian) and KOI8-U (Ukrainian) character sets
  72.   o ISO 8859-7 Latin/Greek Alphabet (= ELOT 928)
  73.   o ELOT 927 Greek, CP869 Greek code page
  74.   o ISO 8859-15 Latin Alphabet 9 (includes Euro and OE)
  75.   o Bulgaria-PC (code page)
  76.   o Mazovia (Polish PC code page)
  77.   o CP855 (Cyrillic PC code page)
  78.   o CP858 (West European PC code page, includes Euro)
  79.   o CP1250, 1251, 1252 (Windows code pages, include Euro)
  80.  
  81. Logs
  82.   o New syslogging option for UNIX
  83.   o New connection log
  84.   o New brief transaction-log format option
  85.   o New FTPD-like transaction-log format option
  86.   o Time-critical debugging with millisecond timestamps.
  87.   o Unbuffered transaction log (e.g. for UNIX "tail -f")
  88.  
  89. Script Programming
  90.   o A new general-purpose file i/o package
  91.   o Floating-point numbers and arithmetic
  92.   o Associative arrays
  93.   o Ability pass arguments to command files as well as macros
  94.   o Pattern matching in the [M]INPUT command
  95.   o Ability to pass more than ten arguments to a macro or command file
  96.   o Expanded command buffer length to allow bigger macros, variables, etc.
  97.   o Maximum number of macros increased.
  98.   o New support for compound Boolean expressions.
  99.   o "kerbang" scripts now take arguments from the command line.
  100.   o New built-in Array operations: COPY, RESIZE, CLEAR, SET, SORT, ...
  101.   o SEND an array as if it were a file
  102.   o New SCREEN command for screen clearing & cursor positioning.
  103.   o Date conversion functions (Julian dates, etc)
  104.   o Timed ASK commands
  105.   o New IF conditions
  106.   o Automatic arrays
  107.   o Array initializers
  108.   o Assignment operators
  109.   o New TRACE and SHOW STACK commands for debugging scripts.
  110.  
  111. New platforms
  112.   o IRIX 6.2, 6.3, 6.4, and 6.5
  113.   o AIX 4.2, 4.3 (including X.25)
  114.   o DG/UX 5.4R4.11
  115.   o Solaris 2.6 (including X.25 support)
  116.   o Solaris 7
  117.   o SCO OpenServer R5.0.0 through 5.0.5
  118.   o SCO Unixware 7
  119.   o HP-UX 10.01, 10.10, 10.20, 10.30, 11.00
  120.   o Trusted HP-UX
  121.   o Mac OS/X
  122.   o OpenStep 4.2
  123.   o Red Hat Linux 5.1 through 6.1
  124.   o Slackware Linux 3.5 through 7.0
  125.   o SuSE Linux 6.0
  126.   o MkLinux DR3
  127.   o New OpenBSD/NetBSD/FreeBSD versions
  128.   o Siemens Nixdorf Reliant UNIX 5.43 and 5.44
  129.   o Sequent DYNIX/ptx 4.4
  130.   o Stratus VOS with TCP/IP and X.25 support
  131.   o VMS 7.2
  132.  
  133. This is just a brief list; you can find more detail on the new C-Kermit
  134. 7.0 web page:
  135.  
  136.   http://www.columbia.edu/kermit/ckermit.html
  137.  
  138. The complete story runs to more than 200 printed pages, and can be found in
  139. the ckermit2.txt file, which is a supplement to Using C-Kermit, 2nd Edition,
  140. until the new 3rd Edition is ready, probably about 6 months from now.
  141.  
  142. Thanks to the hundreds of people who contributed to the development and
  143. testing of this new release over the past 3+ years, especially Jeffrey
  144. Altman, Peter Eichhorn, Lucas Hart, Peter Mauzey, Fred Smith, Christian
  145. Mondrup, Gerry Belanger, Clarence Dold, Graham Jenkins, William Bader,
  146. Martin Whitaker, Nigel Roles, Dat Nguyen, Dragan Milicic, Steve Walton,
  147. Nelson Beebe, JP Radley, Joe Doupnik, Ted T'so, and Carl Friend, with
  148. apologies to anybody I forgot to list!
  149.  
  150. We have made and/or collected over 100 individual binaries so far; if you
  151. can make any that are not listed as current on the web page:
  152.  
  153.   http://www.columbia.edu/kermit/ckermit.html#bin
  154.  
  155. please let me know.
  156.  
  157. If you have any problems getting or using the new version, send email
  158. to kermit-support@columbia.edu.
  159.  
  160. Frank da Cruz
  161. The Kermit Project
  162. Columbia University
  163. New York City
  164. http://www.columbia.edu/kermit/
  165.