home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / announce.txt < prev    next >
Text File  |  2020-01-01  |  183KB  |  4,440 lines

  1. Article 39 of comp.protocols.kermit.announce:
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.announce
  5. Subject: Announcing C-Kermit 7.0 for Beta testing
  6. Date: 4 Feb 1999 00:45:40 GMT
  7. Organization: Columbia University
  8. Lines: 57
  9. Message-ID: <79aqjk$4d8$1@newsmaster.cc.columbia.edu>
  10. NNTP-Posting-Host: watsun.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 918089140 4520 128.59.39.2 (4 Feb 1999 00:45:40 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 4 Feb 1999 00:45:40 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:39
  15.  
  16.  
  17. This is to announce a (hopefully) brief public Beta testing period for a
  18. major new release of C-Kermit for UNIX, VMS, AOS/VS, and other platforms:
  19. Version 7.0, to replace version 6.0 of September 1996.
  20.  
  21. The changes are significant, and there are far to many of them to list here.
  22. Chief among them are:
  23.  
  24.  . Configurability as an Internet service, similar to FTPD, but with
  25.    far more features and greater flexibility.
  26.  
  27.  . Availability of Kerberos IV and V and SRP (TMs) security (USA and
  28.    Canada only).
  29.  
  30.  . Ability to switch automatically between text and binary mode on a
  31.    per-file basis when transferring file groups.
  32.  
  33.  . Ability to transfer directory trees -- even between different platforms,
  34.    such as UNIX, VMS, and Windows.
  35.    
  36.  . Flexible file-selection options when transferring file groups.
  37.  
  38.  . Faster file transfer, faster defaults.
  39.  
  40.  . High-precision timers and statistics.
  41.  
  42.  . New character sets, including those needed to show the Euro symbol.
  43.  
  44.  . Increased power in the scripting language.
  45.  
  46.  . New platforms supported.
  47.  
  48. Find the full story at:
  49.  
  50.   http://www.columbia.edu/kermit/ck70.html
  51.  
  52. This page lists and describes the new features, and contains links to
  53. further information and to the software itself: source code, tar and zip
  54. archives, and selected individual binaries for many platforms.
  55.  
  56. Special thanks to Jeff Altman for his key role in the design and development
  57. of many of C-Kermit 7.0's most important new features.  Thanks also to the
  58. many contributors and testers, and to those companies, institutions, and
  59. individuals who provided other forms of assistance including manuals,
  60. equipment, advice, system access for building and testing, binaries,
  61. reports, suggestions, and encouragement.
  62.  
  63. Please send any bug reports, remarks, or questions to:
  64.  
  65.   kermit-support@columbia.edu
  66.  
  67. And if you can make any binaries that we can't make ourselves, please let 
  68. us know.
  69.  
  70. Thanks!
  71.  
  72. - Frank
  73.  
  74.  
  75. From news@columbia.edu  Mon Jan  3 17:22:47 2000
  76. Return-Path: <news@columbia.edu>
  77. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  78.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA03570
  79.     for <kermit.announce@watsun.cc.columbia.edu>; Mon, 3 Jan 2000 17:22:47 -0500 (EST)
  80. Received: (from news@localhost)
  81.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA26446
  82.     for kermit.announce@watsun.cc.columbia.edu; Mon, 3 Jan 2000 16:58:01 -0500 (EST)
  83. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  84. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  85. Subject: Announcing G-Kermit 1.00
  86. Date: 3 Jan 2000 21:57:59 GMT
  87. Organization: Columbia University
  88. Message-ID: <84r617$pqb$1@newsmaster.cc.columbia.edu>
  89. To: kermit.announce@columbia.edu
  90.  
  91. This to announce a new, compact, and GPL'd Kermit program for UNIX.  The
  92. new program is called G-Kermit (GNU Kermit).  It is intended to meet the
  93. need for a Kermit protocol implementation that is:
  94.  
  95.  . Stable and low-maintenance
  96.  . Compact and fast with no frills
  97.  . Under the GNU Public License
  98.  
  99. G-Kermit is command-line only (no interactive commands or scripting) and
  100. remote-mode only (no making connections).  It has an extremely simple user
  101. interface, and implements a large subset of the Kermit protocol in a small
  102. amount of highly portable code.
  103.  
  104. It has been built and tested on a wide variety of UNIX platforms, ranging
  105. from early-1980s to up-to-the-minute, using both traditional C and ANSI C.
  106. It is designed to be as independent as possible of platform-specific
  107. features, and therefore to be stable for many years if we resist the
  108. temptation to add features to it.  The size of the binary ranges from 33K
  109. (on HP-UX 8.00) to 104K on Ultrix/MIPS, with an average size of 53K over 64
  110. builds, and a typical size of 37K on PC-based UNIXes.
  111.  
  112. It's easy to build, install, and uninstall.  It requires no privileges.
  113. Documentation is included as a plain-text README file and a man page.
  114.  
  115. You can find G-Kermit 1.00 on the Web at:
  116.  
  117.   http://www.columbia.edu/kermit/gkermit.html
  118.  
  119. and by FTP at:
  120.  
  121.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.Z  (88K)
  122.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz (62K)
  123.   ftp://kermit.columbia.edu/kermit/bin/gku100.* (individual binaries)
  124.  
  125. Uncompress, untar, read the README file, and take it from there (in most
  126. cases you just type "make" to build it).
  127.  
  128. Send test reports to kermit-support@columbia.edu.
  129.  
  130. Frank da Cruz
  131. The Kermit Project
  132. Columbia University
  133. New York City
  134. Web: http://www.columbia.edu/kermit/
  135.  
  136. From news@columbia.edu  Mon Jan  3 17:22:49 2000
  137. Return-Path: <news@columbia.edu>
  138. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  139.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA03577
  140.     for <kermit.announce@watsun.cc.columbia.edu>; Mon, 3 Jan 2000 17:22:48 -0500 (EST)
  141. Received: (from news@localhost)
  142.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA26987
  143.     for kermit.announce@watsun.cc.columbia.edu; Mon, 3 Jan 2000 17:04:41 -0500 (EST)
  144. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  145. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  146. Subject: Announcing C-Kermit 7.0
  147. Date: 3 Jan 2000 22:04:41 GMT
  148. Organization: Columbia University
  149. Message-ID: <84r6dp$qb8$1@newsmaster.cc.columbia.edu>
  150. To: kermit.announce@columbia.edu
  151.  
  152.  
  153. C-Kermit 7.0 is a new release of C-Kermit communications software for UNIX
  154. (all versions), VMS, VOS, QNX, OS-9, Plan 9, AOS/VS, and other platforms.
  155. It replaces C-Kermit 6.0 of September 1996.  If you have Web access, you can
  156. skip the rest of this message and go here:
  157.  
  158.   http://www.columbia.edu/kermit/ckermit.html
  159.  
  160. for a more complete presentation, complete with download links.
  161.  
  162. The major new features of C-Kermit 7.0 include:
  163.  
  164. A new license
  165.   o Allows inclusion of C-Kermit with Free UNIX distributions
  166.  
  167. Making and Using Connections
  168.   o Internet Kermit Service Daemon (IKSD) - client and server
  169.   o Kerberos IV, Kerberos V, SRP, and SSL/TLS security
  170.   o HTTP client commands
  171.   o A new and improved Telnet protocol engine
  172.   o TELNET protocol option debugging
  173.   o Support for IBM AIXLink/X.25
  174.   o Connections via external programs like ssh or tn3270
  175.   o PPP dialing in UNIX
  176.   o Give multiple phone numbers to the DIAL command
  177.   o New support for 8 data bits + parity on serial connections
  178.   o New ability to select number of stop bits on serial connections
  179.   o Dialing improvements (10-digit dialing, blind dialing, PBXs, etc)
  180.   o SET DIAL MACRO for last-minute phone number manipulations
  181.   o 20 new built-in modem types
  182.   o New all-purpose "generic-high-speed" modem type.
  183.   o Higher serial speeds in VMS, IRIX, SCO, BSDI, Linux, . . .
  184.   o Hardware flow control for more platforms
  185.  
  186. File Transfer and Management
  187.   o FAST Kermit protocol settings are now the default
  188.   o New streaming protocol for FTP-like speeds on reliable connections
  189.   o Binary mode is now the default for file transfer, rather than text
  190.   o File-transfer command switches (e.g. for file selection)
  191.   o File-transfer pipes and filters
  192.   o Automatic per-file text/binary mode switching (by name)
  193.   o Transfer and preservation of file permissions
  194.   o Ability to transfer directory trees even between unlike systems
  195.   o Ability to move or rename each file after successful send or receive.
  196.   o High-precision timers and statistics
  197.   o New display and log formats
  198.   o New options for coping with broken Kermit protocol partners
  199.  
  200. Character Sets
  201.   o Automatic transfer/file character-set matching in file transfer.
  202.   o Unicode / ISO-10646 Universal Character Set
  203.   o Full conversion between Japanese character sets and Unicode
  204.   o KOI8-R (Russian) and KOI8-U (Ukrainian) character sets
  205.   o ISO 8859-7 Latin/Greek Alphabet (= ELOT 928)
  206.   o ELOT 927 Greek, CP869 Greek code page
  207.   o ISO 8859-15 Latin Alphabet 9 (includes Euro and OE)
  208.   o Bulgaria-PC (code page)
  209.   o Mazovia (Polish PC code page)
  210.   o CP855 (Cyrillic PC code page)
  211.   o CP858 (West European PC code page, includes Euro)
  212.   o CP1250, 1251, 1252 (Windows code pages, include Euro)
  213.  
  214. Logs
  215.   o New syslogging option for UNIX
  216.   o New connection log
  217.   o New brief transaction-log format option
  218.   o New FTPD-like transaction-log format option
  219.   o Time-critical debugging with millisecond timestamps.
  220.   o Unbuffered transaction log (e.g. for UNIX "tail -f")
  221.  
  222. Script Programming
  223.   o A new general-purpose file i/o package
  224.   o Floating-point numbers and arithmetic
  225.   o Associative arrays
  226.   o Ability pass arguments to command files as well as macros
  227.   o Pattern matching in the [M]INPUT command
  228.   o Ability to pass more than ten arguments to a macro or command file
  229.   o Expanded command buffer length to allow bigger macros, variables, etc.
  230.   o Maximum number of macros increased.
  231.   o New support for compound Boolean expressions.
  232.   o "kerbang" scripts now take arguments from the command line.
  233.   o New built-in Array operations: COPY, RESIZE, CLEAR, SET, SORT, ...
  234.   o SEND an array as if it were a file
  235.   o New SCREEN command for screen clearing & cursor positioning.
  236.   o Date conversion functions (Julian dates, etc)
  237.   o Timed ASK commands
  238.   o New IF conditions
  239.   o Automatic arrays
  240.   o Array initializers
  241.   o Assignment operators
  242.   o New TRACE and SHOW STACK commands for debugging scripts.
  243.  
  244. New platforms
  245.   o IRIX 6.2, 6.3, 6.4, and 6.5
  246.   o AIX 4.2, 4.3 (including X.25)
  247.   o DG/UX 5.4R4.11
  248.   o Solaris 2.6 (including X.25 support)
  249.   o Solaris 7
  250.   o SCO OpenServer R5.0.0 through 5.0.5
  251.   o SCO Unixware 7
  252.   o HP-UX 10.01, 10.10, 10.20, 10.30, 11.00
  253.   o Trusted HP-UX
  254.   o Mac OS/X
  255.   o OpenStep 4.2
  256.   o Red Hat Linux 5.1 through 6.1
  257.   o Slackware Linux 3.5 through 7.0
  258.   o SuSE Linux 6.0
  259.   o MkLinux DR3
  260.   o New OpenBSD/NetBSD/FreeBSD versions
  261.   o Siemens Nixdorf Reliant UNIX 5.43 and 5.44
  262.   o Sequent DYNIX/ptx 4.4
  263.   o Stratus VOS with TCP/IP and X.25 support
  264.   o VMS 7.2
  265.  
  266. This is just a brief list; you can find more detail on the new C-Kermit
  267. 7.0 web page:
  268.  
  269.   http://www.columbia.edu/kermit/ckermit.html
  270.  
  271. The complete story runs to more than 200 printed pages, and can be found in
  272. the ckermit2.txt file, which is a supplement to Using C-Kermit, 2nd Edition,
  273. until the new 3rd Edition is ready, probably about 6 months from now.
  274.  
  275. Thanks to the hundreds of people who contributed to the development and
  276. testing of this new release over the past 3+ years, especially Jeffrey
  277. Altman, Peter Eichhorn, Lucas Hart, Peter Mauzey, Fred Smith, Christian
  278. Mondrup, Gerry Belanger, Clarence Dold, Graham Jenkins, William Bader,
  279. Martin Whitaker, Nigel Roles, Dat Nguyen, Dragan Milicic, Steve Walton,
  280. Nelson Beebe, JP Radley, Joe Doupnik, Ted T'so, and Carl Friend, with
  281. apologies to anybody I forgot to list!
  282.  
  283. We have made and/or collected over 100 individual binaries so far; if you
  284. can make any that are not listed as current on the web page:
  285.  
  286.   http://www.columbia.edu/kermit/ckermit.html#bin
  287.  
  288. please let me know.
  289.  
  290. If you have any problems getting or using the new version, send email
  291. to kermit-support@columbia.edu.
  292.  
  293. Frank da Cruz
  294. The Kermit Project
  295. Columbia University
  296. New York City
  297. http://www.columbia.edu/kermit/
  298.  
  299. From news@columbia.edu  Thu Feb 17 12:10:04 2000
  300. Return-Path: <news@columbia.edu>
  301. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  302.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA05313
  303.     for <kermit.announce@watsun.cc.columbia.edu>; Thu, 17 Feb 2000 12:10:03 -0500 (EST)
  304. Received: (from news@localhost)
  305.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA07684
  306.     for kermit.announce@watsun.cc.columbia.edu; Thu, 17 Feb 2000 11:42:04 -0500 (EST)
  307. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  308. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  309. Subject: Announcing Kermit 95 1.1.19
  310. Date: 17 Feb 2000 16:42:02 GMT
  311. Organization: Columbia University
  312. Message-ID: <88h8cq$7g1$1@newsmaster.cc.columbia.edu>
  313. To: kermit.announce@columbia.edu
  314.  
  315.  
  316. This is to announce Kermit 95 1.1.19 for Microsoft Windows 95, 98, NT, and
  317. 2000, and IBM OS/2, replacing version 1.1.17 of June 1998.
  318.  
  319. Like its predecessors, version 1.1.19 comes in two pieces: a GUI Dialer to
  320. set up and launch your connections, and the K95 program itself, that runs in
  321. a Console window.  We had originally planned that the next release after
  322. 1.1.17 would include a version of K95 that ran in a GUI window, but it's not
  323. ready yet.  However, a new release was needed now:
  324.  
  325.  . Because of incompatible changes in the MIT Kerberos libraries;
  326.  . To bring K95 current with C-Kermit 7.0.
  327.  
  328. Kermit 95 1.1.19 is a downloadable patch to K95 1.1.17:
  329.  
  330.   http://www.columbia.edu/kermit/k95patch.html
  331.  
  332. If you are running a pre-1.1.17 K95 version, you'll need to patch up to
  333. 1.1.17 first, and then patch to 1.1.19.  
  334.  
  335. Warning: the 1.1.19 patch is about 3MB; allow sufficient time and disk space
  336. for the download.  
  337.  
  338. Here is a brief list of the changes since 1.1.17:
  339.  
  340. DIALER
  341.  . Redesigned File-Transfer page.
  342.  . Lots of new configuration options added especially for secure connections.
  343.  . Defunct predefined entries pruned.
  344.  
  345. GENERAL
  346.  . New MANUAL command brings up the online K95 1.1.19 manual.
  347.  . New built-in DIRECTORY command with numerous options.
  348.  . New SET OPTIONS command to customize directory-listing preferences.
  349.  . Consistent file-selection switches for SEND, DIR, DELETE, etc.
  350.  . New notation for relative dates (+3days, -6months, yesterday, tomorrow)
  351.  . Ability to restrict filenames to 8.3 notation on Windows 95/98/NT/2000.
  352.  
  353. SECURITY
  354.  . Kerberos implementation updated to new Kerberos library releases.
  355.  . Kerberos Rlogin protocol added with encryption option.
  356.  . Automatic Kerberos TGT get and destroy modes.
  357.  . Secure Remote Password implementation updated to support SRP 1.5.0.
  358.  . OpenSSL support added to provide secure connections to TELNET, IKS,
  359.      HTTP, and other services using public key cryptography and X.509
  360.      certificates.
  361.  . Microsoft NTLM authentication added for use with Microsoft Windows
  362.      2000 and NT Services for Unix.
  363.  
  364. NETWORKING
  365.  . Internet Kermit Service client.
  366.  . Overhauled Telnet negotiation engine:
  367.    + Improved standards compliance.
  368.    + More script-friendly.
  369.    + More configurable.
  370.    + Ability to set connection policies.
  371.  . File transfers through Pragma Systems' NT Telnet Server.
  372.  . Ability to forward X-Windows Session data across the Telnet connection
  373.  . DNS SRV record lookups.
  374.  . HTTP client commands.
  375.  
  376. SERIAL COMMUNICATIONS
  377.  . New support for 8 data bits + parity on serial connections.
  378.  . New ability to select number of stop bits on serial connections.
  379.  . Test dial procedures without actually dialing.
  380.  . Dialing improvements (10-digit dialing, blind dialing, PBXs, etc).
  381.  . New SET DIAL MACRO for last-minute phone number manipulations.
  382.  . SET DIAL METHOD AUTO defaults tone or pulse by country code.
  383.  . Better support for dialing without flow control.
  384.  . Automatic redial no longer unnecessarily re-initializes the modem.
  385.  . SET CLOSE-ON-DISCONNECT { ON, OFF } for serial connections.
  386.  . Streamlining and increased bulletproofing of Kermit/Modem dialog.
  387.  . Lots of new built-in modem types.
  388.  . New all-purpose "generic-high-speed" modem type.
  389.  
  390. TERMINAL EMULATION
  391.  . Microsoft VTNT for Telnet into Windows NT and 2000.
  392.  . IBM 3151 emulation.
  393.  . Wyse 160 emulation.
  394.  . Session-log format selections (binary, text, debug).
  395.  . Improved printer control.
  396.  . Built-in driver for PostScript printers.
  397.  . Televideo Send-Data mode.
  398.  . Block mode in Televideo and Wyse ASCII terminal emulations.
  399.  . SNI 97801 terminal support for National lanaguages and CH.CODE modes.
  400.  . HZ1500 graphics character-set.
  401.  
  402. FILE TRANSFER
  403.  . Ability to transfer directory trees even between unlike systems.
  404.  . Improved performance and responsiveness.
  405.  . Ability to move or rename each file after successful send or receive.
  406.  . High-precision timers and statistics.
  407.  . New display and log formats.
  408.  . New options for coping with defective Kermit protocol partners.
  409.  
  410. CLIENT/SERVER
  411.  . New keepalive during long-running REMOTE HOST commands prevents timeouts.
  412.  . Longer REMOTE commands allowed.
  413.  . R-command shortcuts for REMOTE commands (e.g. RCD for REMOTE CD).
  414.  . Optional server CD messages a`la FTP, local too.
  415.  . Additional GET options and combinations.
  416.  . New REMOTE EXIT, REMOTE SET FILE CHARACTER-SET commands.
  417.  . Numerous new file management commands and features.
  418.  
  419. CHARACTER SETS
  420.  . Automatic transfer/file character-set matching in file transfer.
  421.  . Unicode / ISO-10646 Universal Character Set.
  422.  . Full conversion between Japanese character sets and Unicode.
  423.  . KOI8-R (Russian) and KOI8-U (Ukrainian) character sets.
  424.  . ISO 8859-7 Latin/Greek Alphabet (= ELOT 928).
  425.  . ELOT 927 Greek, CP869 Greek code page.
  426.  . ISO 8859-15 Latin Alphabet 9 (includes Euro and OE).
  427.  . Bulgaria-PC (code page).
  428.  . Mazovia (Polish PC code page).
  429.  . CP855 (Cyrillic PC code page).
  430.  . CP858 (West European PC code page, includes Euro).
  431.  . CP1250, 1251, 1252 (Windows code pages, include Euro)
  432.  . Corrections to Hebrew-7 conversions.
  433.  
  434. LOGS
  435.  . New connection log
  436.  . New brief transaction-log format option
  437.  . New FTPD-like transaction-log format option
  438.  . Unbuffered transaction logs
  439.  . Time-critical debugging with millisecond timestamps
  440.  . Unbuffered transaction log
  441.  
  442. SCRIPT PROGRAMMING
  443.  . A new general-purpose file I/O package added supporting multiple files
  444.      open at once; character, line, and block i/o; sequential and random
  445.      access; read, write, update, and append modes; absolute and relative
  446.      seeks by line or byte, etc.
  447.  . Floating-point numbers and arithmetic.
  448.  . Associative arrays.
  449.  . Ability to pass arguments to command files as well as macros.
  450.  . Ability to pass more than ten arguments to a macro or command file.
  451.  . Expanded command buffer length to allow bigger macros, variables, etc.
  452.  . Maximum number of macros increased.
  453.  . New support for compound Boolean expressions.
  454.  . Automatic arrays.
  455.  . Array initializers.
  456.  . New built-in array operations: COPY, RESIZE, CLEAR, SET, SORT, . . .
  457.  . SEND an array as if it were a file.
  458.  . IF and XIF merged (so ugly XIF is no longer needed).
  459.  . New functions to load arrays with file or directory lists.
  460.  . New SCREEN command for screen clearing & cursor positioning.
  461.  . Date conversion functions (Julian dates, etc).
  462.  . Built-in help for functions.
  463.  . Function and variable diagnostics.
  464.  . Timed ASK commands.
  465.  . Popup ASK commands.
  466.  . Many new IF conditions.
  467.  . Autodownload during INPUT command execution.
  468.  . New OUTPUT command options.
  469.  . Automatic arrays.
  470.  . Array initializers.
  471.  . Assignment operators.
  472.  . New TRACE and SHOW STACK commands for debugging scripts.
  473.  
  474. DOCUMENTATION
  475.  . New and revised Third Edition of online Kermit 95 manual.
  476.  . New Supplement to Using C-Kermit, Second Edition.
  477.  . Updated Kermit 95 Bugs List.
  478.  . All of the above are now HTML documents, fully indexed and crosslinked.
  479.  . Most other auxilliary text converted to HTML too.
  480.  
  481. Thanks to everybody who sent in reports and suggestions, and especially to
  482. the Beta testers.
  483.  
  484. If you have any problems with the patch or the new version, send email to:
  485.  
  486.   kermit-support@columbia.edu
  487.  
  488. Shrink-wrapped versions should be available in a few weeks.  The price has
  489. not changed.
  490.  
  491. Version 1.1.19 has been heavily tested and we don't anticipate significant
  492. problems with it.  So barring unforeseen difficulties, the GUI is next!
  493. GUI plans are spelled out here:
  494.  
  495.   http://www.columbia.edu/kermit/k95next.html
  496.  
  497. Jeffrey Altman, Frank da Cruz
  498. The Kermit Project
  499. Columbia University
  500. New York City
  501.  
  502. From news@columbia.edu  Sun Feb 27 19:41:57 2000
  503. Return-Path: <news@columbia.edu>
  504. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  505.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA03540
  506.     for <kermit.announce@watsun.cc.columbia.edu>; Sun, 27 Feb 2000 19:41:56 -0500 (EST)
  507. Received: (from news@localhost)
  508.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id TAA22512
  509.     for kermit.announce@watsun.cc.columbia.edu; Sun, 27 Feb 2000 19:16:56 -0500 (EST)
  510. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  511. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  512. Subject: Announcing C-Kermit 7.0.197
  513. Date: 28 Feb 2000 00:16:54 GMT
  514. Organization: Columbia University
  515. Message-ID: <89cepm$lve$1@newsmaster.cc.columbia.edu>
  516. To: kermit.announce@columbia.edu
  517.  
  518.  
  519. This is to announce a minor update of C-Kermit 7.0: version 7.0.197.
  520.  
  521. This update includes absolutely no functional changes, not even bug fixes,
  522. in any C-Kermit implementation that was available in the original 7.0
  523. release.  The only changes are to make it compile, link, and run
  524. successfully on platforms or in configurations where 7.0.196 would not.
  525. These include:
  526.  
  527.  . 4.2BSD and 4.3BSD on the VAX
  528.  . AT&T 3B2 System V R3
  529.  . BeOS 4.5 (sort of)
  530.  . Compaq Tru64 UNIX 4.0F and 5.0
  531.  . DEC OSF/1 1.3
  532.  . DEC Ultrix 4.2, 4.3, 4.4
  533.  . IBM AIX 2.2.1 on the PS/2
  534.  . Intergraph CLIX 3.1
  535.  . Microware OS-9/68000 with TCP/IP
  536.  . SCO OSR5 (due to a last-minute typo in the makefile)
  537.  . Siemens Nixdorf SINIX-L 5.41
  538.  . Stratus FTX
  539.  . Stratus VOS
  540.  . SunOS 4.1 with SunLink X.25
  541.  . Unixware 2.0
  542.  
  543. Also in response to reports (that I can't reproduce) of "TOC overflow"
  544. errors when building on AIX 4.3, "-bbigtoc" was added to the AIX 4.3 target.
  545.  
  546. The biggest change in the new release is a functional version for VOS, which
  547. includes both TCP/IP and X.25 networking, and which has been built for all
  548. three Stratus architectures: Continuum, i860, and m68k.
  549.  
  550. Note that the BeOS version most likely is not capable of making connections,
  551. and definitely not capable of entering CONNECT mode, since BeOS supports
  552. neither of the mechanisms that C-Kermit uses for that (fork() or select()).
  553.  
  554. Version 7.0.197 is installed on the C-Kermit website:
  555.  
  556.   http://www.columbia.edu/kermit/ckermit.html
  557.  
  558. None of the 7.0.196 binaries was replaced, nor do they need to be, but any
  559. new binaries added from now on might be 7.0.197, since there is no point in
  560. building on new platforms from older source.
  561.  
  562. Working C-Kermit distributions and packages based on version 7.0.196 do not
  563. need to be updated.  This release affects only the platforms listed in this
  564. announcement, for which C-Kermit 7.0.196 was not available (or buildable)
  565. prior to these changes.  Of course, anybody who wishes to work on the source
  566. code should download the new version.  About half of all the changes are in
  567. the UNIX makefile.  There are no changes at all in the VMS version.
  568.  
  569. Any bugs reported in C-Kermit 7.0 (only a few minor ones so far) will be
  570. fixed in a subsequent release or patch.
  571.  
  572. - Frank
  573.  
  574. From news@columbia.edu  Tue Apr  4 17:35:35 2000
  575. Return-Path: <news@columbia.edu>
  576. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  577.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA08600
  578.     for <kermit.announce@watsun.cc.columbia.edu>; Tue, 4 Apr 2000 17:35:35 -0400 (EDT)
  579. Received: (from news@localhost)
  580.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id RAA08085
  581.     for kermit.announce@watsun.cc.columbia.edu; Tue, 4 Apr 2000 17:12:50 -0400 (EDT)
  582. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  583. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  584. Subject: Announcing Kermit 95 1.1.20
  585. Date: 4 Apr 2000 21:12:48 GMT
  586. Organization: Columbia University
  587. Message-ID: <8cdlsg$7si$1@newsmaster.cc.columbia.edu>
  588. To: kermit.announce@columbia.edu
  589.  
  590.  
  591. This is to announce Kermit 95 1.1.20 for Microsoft Windows 95, 98, NT, and
  592. 2000, and IBM OS/2, replacing version 1.1.19.  This is the version that will
  593. be shrinkwrapped and sold in the retail market for the next six months or
  594. so.  The changes are primarily in three areas:
  595.  
  596.  . Bug fixes
  597.  . Security
  598.  . Packaging
  599.  
  600. The upgrade patch is here:
  601.  
  602.   http://www.columbia.edu/kermit/k95patch.html
  603.  
  604. Version 1.1.20 fixes the following bugs in 1.1.19:
  605.  
  606.  . VT102 terminal type didn't work
  607.  . Failure to make certain Telnet connections
  608.  . LOGIN.KSC didn't work without the Dialer
  609.  . Wrapping problems with C1 characters in non-ISO-2022 character sets
  610.  . IBM 3151 character attributes didn't combine
  611.  . MAIL command did not work
  612.  . SEND ..\\*.c failed with "unreadable error"
  613.  . LOCAL and global variable name conflicts resulted in confusion
  614.  . Certain popups not disabled by -# 96 command-line option
  615.  . ANSWER 0 improperly timed out
  616.  . ANSWER fails to answer call with SET TAPI MODEM-DIALING ON
  617.  . RLOGIN Window Size reports are not sent
  618.  . Pulse dialing did not work
  619.  
  620. The following security features were added:
  621.  
  622.  . Telnet Forwarding of X Windows System data via X authorized connections
  623.  . Secure Kerberos 5 user-to-user connections
  624.  . OpenSSL updated to 0.9.5a (Windows only; OS/2 still at 0.9.4)
  625.  . Support for NRL Kerberos (Windows only)
  626.  . Kerberos 5 ticket retrieval without embedded IP addresses
  627.  . New standalone command-line secure FTP client (K4, K5, SRP, SSL/TLS)
  628.  
  629. These are explained more fully below.
  630.  
  631. Kermit 95 1.1.20 will be packaged in a new and attractive slim container.
  632. Here's a preview of the exterior (it folds twice, like a triptych):
  633.  
  634.   http://www.columbia.edu/kermit/k95box.jpg
  635.  
  636. "Using C-Kermit", 2nd Edition, is still included, but now as a PDF file
  637. rather than a printed book.  Furthermore, the new C-Kermit 7.0 CDROM is
  638. included too.  The single-copy retail price has been raised from $54.00 USD
  639. to $64.00 USD, the first increase since K95 was first released five years
  640. ago.  Bulk right-to-copy and academic site license prices remain steady.
  641. The shrinkwrap price increase reflects increased production costs, but is
  642. partially offset by the lower weight, which reduces shipping charges.
  643.  
  644. The PDF version of Using C-Kermit is supplied only with new 1.1.20
  645. shrinkwraps.  It is not supplied with bulk or academic site licenses or with
  646. patches (since the publisher must be paid for each copy).
  647.  
  648. The new package (including the C-Kermit 7.0 CDROM) is in manufacturing, and
  649. should be available for shipment in two or three weeks.  The new order forms
  650. are here:
  651.  
  652.   http://www.columbia.edu/kermit/k95ofront.html
  653.  
  654. Unfortunately, we have just about run dry of 1.1.17 kits, so new orders
  655. will have to wait until the new kits arrive.
  656.  
  657. NEW SECURITY FEATURES
  658.  
  659. All of the following items are supported in 1.1.20 only after the
  660. latest cryptography patch has been applied (which is available only in the
  661. USA and Canada due to USA export restrictions):
  662.  
  663.   http://www.columbia.edu/kermit/k95patch.html#crypto
  664.  
  665. The cryptography patch is applied after the main patch.  Third-party
  666. libraries must be obtained separately, as noted in security.html (reference
  667. below).
  668.  
  669. Telnet Forward-X:
  670.  
  671. Kermit 95 1.1.20 is the first secure Telnet client to implement the Telnet
  672. Forward-X Option (Telnet Forwarding of Authorized X Windows System Session
  673. Data over Secure Connections).  From now on when Kermit 95 is used to
  674. establish a secure connection to a Telnet Server supporting this option, all
  675. data transmitted between X clients and X servers will be protected using the
  676. same level of security established for the Telnet session.  No longer will
  677. you have to switch to using SSH and its weaker authentication methods simply
  678. to maintain the privacy and integrity of your X Windows System data.
  679. The Telnet Forward-X option:
  680.  
  681.  . Can be used in conjunction with all forms of secure Telnet
  682.    connections including (but no limited to) Kerberos 4, Kerberos 5,
  683.    Secure Remote Password, and Transport Layer Security.
  684.  
  685.  . Is compatible with all forms of X Authorization data.  Unlike SSH
  686.    X Windows System tunneling, Telnet FORWARD-X can support strong
  687.    authorization methods such as XDM-AUTHORIZATION-1 and
  688.    MIT-KERBEROS-5.
  689.  
  690. As of this announcement, Telnet Forward-X is available in the START_TLS
  691. Telnet for Unix distribution from Peter Runestig:
  692.  
  693.   ftp://ftp.runestig.com/pub/starttls/start_tls-telnet.current.tar.gz
  694.  
  695. Telnet Forward-X will also be supported by forthcoming releases of MIT
  696. Kerberos 5.
  697.  
  698. Kermit Secure FTP Client (Windows only):
  699.  
  700. Kermit 95 1.1.20 is the first Kermit product to provide FTP client
  701. functionality.  This pre-1.0 release is a command line only FTP client that
  702. is designed to support all of the authentication methods supported by Kermit
  703. 95 for Telnet including: Kerberos 4, GSSAPI - Kerberos 5, Secure Remote
  704. Password, and SSL/TLS.
  705.  
  706. Additional Kerberos 5 Features:
  707.  
  708. Kermit 95 1.1.20 is the first Kermit product to support Kerberos 5 User-to-
  709. User authentication, allowing two Kermit users to establish secure data
  710. connections without requiring the administrative permissions necessary to
  711. configure a Kerberos server principal and associated keytab databases.
  712.  
  713. Kermit 95 1.1.20 is the first Kermit product compatible with the Naval
  714. Research Labs' Kerberos 5 distribution for Windows and hardware
  715. authentication devices such as SecureID.
  716.  
  717. Kermit 95 1.1.20 provides configuration options to remove all IP Address
  718. information from Kerberos 5 tickets to allow those tickets to be used to
  719. authenticate a client across a Network Address Translator.
  720.  
  721. For more information about K95's security features, see:
  722.  
  723.   http://www.columbia.edu/kermit/security.html
  724.  
  725. If you have any problems with the patch or the new version, send email to:
  726.  
  727.   kermit-support@columbia.edu
  728.  
  729. So what next?  Plans are spelled out here:
  730.  
  731.   http://www.columbia.edu/kermit/k95next.html
  732.  
  733. Jeff Altman, Frank da Cruz
  734. The Kermit Project
  735. Columbia University
  736. New York City
  737.  
  738. From kermit-support@columbia.edu Sat Nov 30 20:32:20 EST 1996
  739. Article: 23 of comp.protocols.kermit.announce
  740. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!fdc
  741. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  742. Newsgroups: comp.protocols.kermit.announce
  743. Subject: Announcing Kermit 95 1.1.8
  744. Date: 22 Nov 1996 01:15:35 GMT
  745. Organization: Columbia University
  746. Lines: 90
  747. Message-ID: <572urn$r1f$1@apakabar.cc.columbia.edu>
  748. Reply-To: kermit-support@columbia.edu
  749. NNTP-Posting-Host: watsun.cc.columbia.edu
  750. Xref: news.columbia.edu comp.protocols.kermit.announce:23
  751.  
  752.  
  753. Version 1.1.8 of Kermit 95 serial and network communications software for
  754. Windows 95 and NT is now available from the Kermit Project at Columbia
  755. University.
  756.  
  757. Kermit 95 offers a variety of communication methods, a wide range of
  758. terminal emulations, Kermit and XYZMODEM file transfer, script programming,
  759. and international character-set translation.
  760.  
  761. Kermit 95 is a native 32-bit Windows 95 and NT application on Intel
  762. platforms and (for NT only) also for the PowerPC and DEC Alpha.
  763.  
  764. If you have not used Kermit 95 before, visit our Web site for a thorough
  765. introduction:
  766.  
  767.   http://www.columbia.edu/kermit/k95.html
  768.  
  769. The most important changes in version 1.1.8 are:
  770.  
  771.  . New terminal emulations:
  772.    - Hazeltine 1500
  773.    - Hewlett Packard 2621A
  774.    - Volker Craig VC404
  775.  
  776.  . Terminal-Emulation Character Sets (Windows NT only):
  777.    - Kermit 95's terminal emulator is now based 100% on Unicode
  778.    - Arabic, Greek, Turkish, ISO 8859-3 thru -10 terminal character sets added
  779.    - Full ISO 2022 character-set designation and invocation
  780.    - Any mixture of character sets can be shown on the screen at once
  781.      if they are in your font (e.g. Lucida Console)
  782.  
  783.  . Keyboard Handling Improvements:
  784.    - LK450 keyboards now supported
  785.    - Default terminal- and mode-specific keymaps can now be changed
  786.    - Expanded EMACS mode
  787.  
  788.  . Other Terminal Emulation Improvements:
  789.    - Horizontal scrolling
  790.    - Automatic macro execution upon terminal-type switching
  791.    - xterm / DECterm enhancements added to VT220/320 emulation
  792.    - VT 320 status line now fully supported
  793.    - User settable answerback message
  794.    - Numerous Wyse and Televideo improvements
  795.    - LOG SESSION corrected to record untranslated characters
  796.  
  797.  . Communications:
  798.    - Cardinal modems now supported
  799.    - InterConnections, Inc, TES32 connections are now supported
  800.    - Multiple SuperLAT sessions now supported
  801.    - Support for TELNET NEW-ENVIRONMENT protocol added
  802.    - New commands to overcome TELNET binary-mode misnegotiations
  803.  
  804.  . Dialer:
  805.    - New button to create script files
  806.    - Multiple sessions to same Dialer entry now allowed
  807.    - Dialer now puts entry name in the K95 title bar
  808.    - Terminal type selection is now a scroll list of all 23 emulations
  809.    - New minimize-on-use option
  810.    - Browse-file dialogs added for notebook Login and Keyboard pages
  811.    - Alt-F4, Close, and Cancel now ask permission to close window
  812.  
  813. And other improvements, new features, and fixes too numerous to list here.
  814. For a complete description of the new release see:
  815.  
  816.   ftp://www.columbia.edu/kermit/k95/updates.doc
  817.  
  818. HOW TO GET IT
  819.  
  820. The new release can be ordered in shrink-wrapped or bulk- or site-licensed
  821. form from Columbia University.  All orders received starting today will be
  822. filled with version 1.1.8.  Find ordering information at:
  823.  
  824.   http://www.columbia.edu/kermit/k95.html
  825.  
  826. Current registered users of Kermit 95 can download the 1.1.8 upgrade patch
  827. from our BBS or from our ftp site:
  828.  
  829.   ftp://kermit.columbia.edu/kermit/k95/patches/
  830.  
  831. or on the Web:
  832.  
  833.   http://www.columbia.edu/kermit/k95patch.html
  834.  
  835. Please send any questions or problem reports by e-mail to:
  836.  
  837.   kermit-support@columbia.edu
  838.  
  839. Frank da Cruz
  840. The Kermit Project
  841. Columbia University
  842.  
  843.  
  844. From fdc@watsun.cc.columbia.edu Sat Nov 30 20:32:27 EST 1996
  845. Article: 24 of comp.protocols.kermit.announce
  846. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!fdc
  847. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  848. Newsgroups: comp.protocols.kermit.announce
  849. Subject: Announcing C-Kermit 6.0
  850. Date: 1 Dec 1996 00:52:42 GMT
  851. Organization: Columbia University
  852. Lines: 149
  853. Message-ID: <57qksq$hrn$1@apakabar.cc.columbia.edu>
  854. NNTP-Posting-Host: watsun.cc.columbia.edu
  855. Keywords: C-Kermit UNIX VMS
  856. Xref: news.columbia.edu comp.protocols.kermit.announce:24
  857.  
  858.  
  859. C-Kermit 6.0 is a major new release of C-Kermit communications software
  860. for UNIX (all versions), VMS, QNX, OS-9, Plan 9, BeOS, AOS/VS, and other
  861. platforms.  It replaces C-Kermit 5A(190) of October 1994.
  862.  
  863. All of the new features of C-Kermit 6.0 -- as well as all those added in
  864. all releases since 5A(188) -- are completely documented in the new revised
  865. and expanded second edition of the Digital Press book, "Using C-Kermit",
  866. just back from the printer and available now.
  867.  
  868. The major new features of C-Kermit 6.0 include:
  869.  
  870. SERIAL COMMUNICATIONS
  871.    o Dialing - Major advancements in C-Kermit's dialing capalities
  872.    o Modems - A major overhaul of C-Kermit's modem support
  873.    o Speeds - more and higher speeds allowed in many versions
  874.    o New Ability to answer incoming calls
  875.    o Automatic adjustment of flow control
  876.  
  877. NETWORKS
  878.    o New ability to accept incoming TCP/IP connections (UNIX and VMS only)
  879.    o New Rlogin client (privileged in UNIX and VMS)
  880.    o New network directory, like dialing directory but for network connections
  881.    o New SET TELNET controls (binary mode, etc)
  882.    o New SET TCP controls (buffer sizes, keepalive, "linger", etc)
  883.    o New command-line option "-J" makes C-Kermit "be like Telnet"
  884.    o X.25 support updated for Solaris / SunLink 8.00 and 9.00.
  885.  
  886. FILE TRANSFER
  887.    o Autodownload (automatic RECEIVE while in CONNECT mode) (VMS and UNIX)
  888.    o Autoupload (and more) while in CONNECT mode (VMS and UNIX)
  889.    o REGET (crash recovery, like RESEND, but for downloading from a server)
  890.    o Peer recognition for automatically switching into binary mode
  891.    o Dynamic packet timeouts and other improved error recovery procedures
  892.    o Lots of useful info added to the fullscreen file transfer display
  893.    o Quick selection of transfer settings with FAST, CAUTIOUS, ROBUST commands
  894.    o New command-line option -Q to select fast file transfer
  895.    o ADD SEND-LIST (build up a list of files to send)
  896.    o SET FILE DOWNLOAD-DIRECTORY (make all downloads go to same place)
  897.    o Text-file record format selection
  898.    o In the UNIX version, built-in support for external protocols (ZMODEM, etc)
  899.  
  900. CLIENT/SERVER
  901.    o SET SERVER LOGIN (authentication for incoming connections)
  902.    o Redirection of REMOTE command results (to file, printer, or pipe)
  903.    o SET SERVER GET-PATH (search path for GET requests)
  904.  
  905. SCRIPT PROGRAMMING
  906.    o New block structure for script programs - no more commas and dashes!
  907.    o Local (automatic) variables for macros and command files
  908.    o New SWITCH statement, as in C
  909.    o Lots of other new commands and features
  910.    o Many new variables and functions
  911.    o Automatic evaluation of arithmetic expressions in many contexts
  912.  
  913. GENERAL
  914.    o Year-2000 compatibility
  915.    o Ability to become a fully transparent 8-bit link between 2 end systems
  916.    o More and better messages and help text
  917.    o Default prompt shows current directory
  918.    o NOPUSH available at runtime to disable escape to shell
  919.    o Many new file management features
  920.    o Improved speed & responsiveness
  921.    o Bugs fixed
  922.  
  923. NEW PLATFORMS:
  924.    o BeBox BeOS DR-7
  925.    o Bell Research UNIX v10
  926.    o Digital UNIX 3.2 and 4.0
  927.    o HP-UX 10.10, 10.20, and 10.30
  928.    o IBM AIX 4.1 and 4.2
  929.    o NCR SVR4 MPRAS 2.xx
  930.    o Plan 9 from Bell Labs
  931.    o SCO OpenServer R5.0
  932.    o SCO UnixWare 2.x
  933.    o Sequent DYNIX/ptx 4.1
  934.    o Siemens/Nixdorf SINIX 5.42
  935.    o Silicon Graphics IRIX 6.0
  936.    o Sun Solaris 2.5 and 2.5.1
  937.  
  938. The biggest change in version 6.0 concerns modems and dialing.  In version
  939. 6.0, C-Kermit supports:
  940.  
  941.    o Automatic repeated dialing (no scripts required)
  942.    o Multistage dialing
  943.    o Credit-card dialing
  944.    o Dialing numeric and alphanumeric pagers
  945.    o Incoming modem calls (ANSWER command)
  946.    o More built-in modem types
  947.    o Flexible configuration of additional modem types
  948.  
  949. Most significant, perhaps, is the new dialing directory.  C-Kermit 6.0
  950. supports multiple simultaneous dialing directories, multiple (thousands,
  951. even) entries under the same name (so, for example, if the first number is
  952. busy, Kermit immediately goes on to the second number, etc), and most of all,
  953. a thorough understanding of dialing procedures: country codes, area codes,
  954. toll-free calling, calling cards, PBXs, and so on.  This new knowledge about
  955. telephone numbers, in turn, allows "cheapest-first" dialing when multiple
  956. numbers are fetched from the dialing directory, and it allows dialing
  957. directories to be "portable" -- that is, the same entry can be dialed from
  958. anywhere -- local, long-distance, international, etc, even from within a PBX
  959. -- so, for example, you can carry it around with you on your laptop from city
  960. to city, country to country, without ever having to change it.
  961.  
  962. Much of the work on C-Kermit 6.0 and the forthcoming 3.15 release of MS-DOS
  963. Kermit was aimed at bringing their script programming languages closer
  964. together.  This will become apparent when MS-DOS Kermit 3.15 is released.
  965.  
  966. Space prohibits description of all the other new features, but you can
  967. get a detailed overview on the Web at:
  968.  
  969.   http://www.columbia.edu/kermit/ck60.html
  970.  
  971. HOW TO GET IT
  972.  
  973. C-Kermit 6.0 and the second edition of "Using C-Kermit" are available now
  974. by mail order.  The C-Kermit software is also available via anonymous ftp.
  975. If you have a Web browswer, visit the aforementioned URL for easy navigation.
  976. Or use anonymous ftp to kermit.columbia.edu, directory kermit/f, read the
  977. READ.ME file, and take it from there.
  978.  
  979. Or contact the Kermit Project by email, phone, or post:
  980.  
  981.   E-mail: kermit-orders@columbia.edu
  982.  
  983.     Fax: +1 212 663-8202
  984.   Voice: +1 212 854-3703
  985.  
  986.    Post: The Kermit Project
  987.          Columbia University
  988.          612 West 115th Street
  989.          New York NY  10025-7799
  990.          USA
  991.  
  992. Thanks to the hundreds of people who contributed to the development and
  993. testing of this new release over the past two years; space does not permit a
  994. complete list (look in the Acknowledgements section of the new book :-), but
  995. special thanks to Jeffrey Altman, William Bader, Mark Berryman, Nelson Beebe,
  996. Peter Eichhorn, Carl Friedberg, Hunter Goatley, Lucas Hart, Bo Johansson,
  997. James Jones, Tim Kientzle, Igor Kovalenko, Robert Lipe, Neal Murphy, Nigel
  998. Roles, John Santos, Ulli Schlueter, Steven M. Schultz, Jim Spath, Eduard
  999. Vopicka, Steve Walton, Jamie Watson, Joellen Windsor, and Martin Zinser.
  1000.  
  1001. If you have any problems getting or using the new version, send email
  1002. to kermit-support@columbia.edu.
  1003.  
  1004. Frank da Cruz
  1005. The Kermit Project
  1006. Columbia University
  1007.  
  1008.  
  1009. From fdc@watsun.cc.columbia.edu Wed Dec 18 17:22:02 EST 1996
  1010. Article: 25 of comp.protocols.kermit.announce
  1011. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!fdc
  1012. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1013. Newsgroups: comp.protocols.kermit.announce
  1014. Subject: Announcing Kermit 95 1.1.9
  1015. Date: 18 Dec 1996 22:16:47 GMT
  1016. Organization: Columbia University
  1017. Lines: 99
  1018. Message-ID: <599qgf$42p$1@apakabar.cc.columbia.edu>
  1019. NNTP-Posting-Host: watsun.cc.columbia.edu
  1020. Xref: news.columbia.edu comp.protocols.kermit.announce:25
  1021.  
  1022.  
  1023. Version 1.1.9 of Kermit 95 is now available as a patch to versions 1.1.7
  1024. or 1.1.8.  The main purpose of this release is to correct several annoying
  1025. bugs in the 1.1.8 release, most of them artifacts of the Unicode conversion,
  1026. notably:
  1027.  
  1028.  . Page faults when "set terminal character-set transparent" was used
  1029.  . Keyboard character-set translation problems
  1030.  . Broken Hebrew and Russian keyboard modes
  1031.  . Broken dead-key and Alt-Gr support
  1032.  . Broken Latin-2 Compose key
  1033.  . Broken print-screen and transparent-print functions
  1034.  . Some problems with HP2621 emulation
  1035.  . VMS SET TERM/WIDTH=xxx did not always clear screen
  1036.  
  1037. plus several other lower-profile bugs.
  1038.  
  1039. There are also a few new features, including:
  1040.  
  1041.  . Improved horizontal scrolling
  1042.  . EDIT, SET EDITOR, SHOW EDITOR and a new "netedit" feature
  1043.  . XSEND32 utility for sending directory trees
  1044.  . Support for host WordPerfect private character-set designation
  1045.  . (Partial) HPTERM emulation (Hewlett Packard "term0")
  1046.  . (Partial) Honeywell VIP7809 emulation
  1047.  . SET SEND DOUBLE-CHARACTER and SET RECEIVE IGNORE-CHARACTER
  1048.  
  1049. The last two items are for compatibility with MS-DOS Kermit, and are used
  1050. for accessing and transferring files with Honeywell DPS-6 mainframes.
  1051. Kermit's VIP7809 emulation is just a minor modification to VT102 involving
  1052. the "what are you?" query and response and does not, at this time, claim to
  1053. be true VIP terminal emulation.  The SET SEND/RECEIVE commands are useful
  1054. for helping file transfers to work through communication front ends that use
  1055. a printable character (like @) as an escape character (like the old ARPAnet
  1056. TIP or TAC), and for stripping out line-folding control characters that have
  1057. been inserted into incoming packets, e.g. by an X.3 PAD or a DPS-6 front end.
  1058.  
  1059. HPTERM emulation is the basic Hewlett Packard "Term0" specification used by
  1060. the hpterm X-terminal on HP workstations, and compatible with most actual HP
  1061. terminal types.  It is quite serviceable, but at present lacks color, key
  1062. labels, and a few other features, to be filled in later on if demand warrants.
  1063.  
  1064. The horizontal scrolling item is to compensate for the Windows 95 bug that
  1065. prevents use of 132-column (or other odd-size) windows in Console mode.
  1066. Kermit 95 now lets you have a 132-column "logical" screen within an
  1067. 80-column "physical" screen, and then gives you keyboard verbs (that can be
  1068. assigned to any keys or key combinations) to scroll left and right, plus new
  1069. indicators on the status line to let you know where you are, horizontally
  1070. speaking.  This is the ONLY way to have wide console screens without
  1071. crashing the application or Windows 95 itself, and it should hold the fort
  1072. until the GUI version arrives (still coming!).  (REMEMBER -- there are no
  1073. problems at all with 132-column-mode in Kermit 95 on Windows NT.)
  1074.  
  1075. A form of "network editing" has been added, which lets you type a command
  1076. to Kermit 95 or to the remote computer (the one you are talking to in your
  1077. terminal screen) that automatically downloads a file to your PC, loads it
  1078. into your preferred Windows editor, and then uploads it again automatically
  1079. after you're finished editing it.
  1080.  
  1081. We've also included a new XSEND program for Windows 95 and NT.  When you
  1082. run it in a particular directory, it builds a Kermit 95 script to send and
  1083. replicate the entire directory tree of which the current directory is root,
  1084. to another computer that has a Kermit server.  The other computer can be
  1085. UNIX, VMS, OS/2, DOS, or even another Windows 95 system.
  1086.  
  1087. HOW TO GET IT
  1088.  
  1089. The new release can be ordered in shrink-wrapped or bulk- or site-licensed
  1090. form from Columbia University.  All orders received starting today will be
  1091. filled with version 1.1.9.  (Yes, we said that about 1.1.8 on November 21,
  1092. but because a the bugs listed above, that surfaced just after it was
  1093. released, we continued to ship 1.1.7 until 1.1.9 could be completed.)
  1094.  
  1095. Find Kermit 95 ordering information at:
  1096.  
  1097.   http://www.columbia.edu/kermit/k95.html
  1098.  
  1099. Current registered users of Kermit 95 can download the 1.1.9 upgrade patch
  1100. from our BBS or from our ftp site:
  1101.  
  1102.   ftp://kermit.columbia.edu/kermit/k95/patches/
  1103.  
  1104. or on the Web:
  1105.  
  1106.   http://www.columbia.edu/kermit/k95patch.html
  1107.  
  1108. All the new features are documented in the updated UPDATES.DOC file that
  1109. comes in the patch, and in the updated BUGS.DOC file.
  1110.  
  1111. Incidentally, in case any of you missed the announcements, the host-side
  1112. counterpart of Kermit 95 -- C-Kermit 6.0 for UNIX, VMS, AOS/VS, etc -- was
  1113. released a couple weeks ago.  Kermit 95 and C-Kermit 6.0 make a great team.
  1114. Find out all about it at:
  1115.  
  1116.   http://www.columbia.edu/kermit/ck60.html
  1117.  
  1118. Frank da Cruz
  1119. The Kermit Project
  1120. Columbia University
  1121.  
  1122.  
  1123. From fdc@watsun.cc.columbia.edu Wed Jan 15 14:13:51 EST 1997
  1124. Article: 26 of comp.protocols.kermit.announce
  1125. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!fdc
  1126. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1127. Newsgroups: comp.protocols.kermit.announce
  1128. Subject: Announcing Kermit 95 1.1.10
  1129. Date: 15 Jan 1997 18:11:11 GMT
  1130. Organization: Columbia University
  1131. Lines: 63
  1132. Message-ID: <5bj6jv$26l$1@apakabar.cc.columbia.edu>
  1133. NNTP-Posting-Host: watsun.cc.columbia.edu
  1134. Xref: news.columbia.edu comp.protocols.kermit.announce:26
  1135.  
  1136.  
  1137. Version 1.1.10 of Kermit 95 for Windows 95 and Windows NT is now available as
  1138. a patch to versions 1.1.7, 1.1.8, or 1.1.9.  The main purpose of this release
  1139. is to correct bugs in the 1.1.9 release:
  1140.  
  1141.  . Tall screens didn't work in Windows 95, and various other sizing problems.
  1142.  . Occasional ghost cursor when logical screen width > 80.
  1143.  . VT100/102 numeric keypad did not have default mappings loaded.
  1144.  . Disconnections on TES32 connections when left sitting idle for too long.
  1145.  . Session logs recording more data than they should have.
  1146.  . A problem with the XMODEM and YMODEM autoupload sequence.
  1147.  . The HOSTMDM script didn't work with user-defined modems.
  1148.  . Major problems with HP terminal emulation.
  1149.  . Minor problems with DG terminal emulation.
  1150.  
  1151. Most important, a new utility is supplied for initializing PCMCIA and/or
  1152. Plug-n-Play modems -- the type of modem that previously could be used by
  1153. Kermit 95 only if it had first been used by Hyperterminal or Dialup
  1154. Networking, due to a bug in the original release of Windows 95 that was
  1155. corrected in OEM Service Release 2 (which, unfortunately, is not available to
  1156. owners of original Windows 95).  The new utility, K95CINIT, can be run "by
  1157. hand" or it can be run automatically when Windows is booted by adding it to
  1158. your startup menu.  Instructions are given in DOCS\UPDATES.DOC, section 6.6.
  1159.  
  1160. There are also a few other improvements:
  1161.  
  1162.  . HPTERM, HP2621, and Wyse 60 emulation have been improved sufficiently
  1163.    for use with HP-UX SAM.  Downloadable function keys are now implemented
  1164.    for these terminal types, and downloadable F-key labels are supported by
  1165.    a popup screen, viewable with a new Kverb, \Kfnkeys, assigned by default
  1166.    to Alt-f.
  1167.  
  1168.  . Ability to specify coloration of protected fields in emulations that
  1169.    have them.
  1170.  
  1171.  . Improved help screens on Alt-h.
  1172.  
  1173. HOW TO GET IT
  1174.  
  1175. The new release can be ordered in shrink-wrapped or bulk- or site-licensed
  1176. form from Columbia University.  All orders received starting today will be
  1177. filled with version 1.1.10.
  1178.  
  1179. Find Kermit 95 ordering information at:
  1180.  
  1181.   http://www.columbia.edu/kermit/k95.html
  1182.  
  1183. Current registered users of Kermit 95 can download the 1.1.10 upgrade patch
  1184. from our BBS or from our ftp site:
  1185.  
  1186.   ftp://kermit.columbia.edu/kermit/k95/patches/
  1187.  
  1188. or on the Web:
  1189.  
  1190.   http://www.columbia.edu/kermit/k95patch.html
  1191.  
  1192. NOTE: Our DEC Alpha machine is temporarily out of service, and so the 
  1193. patches for the Alpha/NT version are not yet available.
  1194.  
  1195. All the new features are documented in the updated UPDATES.DOC file that
  1196. comes in the patch, and in the updated BUGS.DOC file.
  1197.  
  1198. - Frank
  1199.  
  1200.  
  1201. From cmg@watsun.cc.columbia.edu Tue Feb 11 16:39:46 EST 1997
  1202. Article: 28 of comp.protocols.kermit.announce
  1203. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!cmg
  1204. From: cmg@watsun.cc.columbia.edu (Christine Gianone)
  1205. Newsgroups: comp.protocols.kermit.announce
  1206. Subject: Announcing Kermit 95 for OS/2
  1207. Date: 11 Feb 1997 20:05:58 GMT
  1208. Organization: Columbia University
  1209. Lines: 48
  1210. Message-ID: <5dqjf6$r4p$1@apakabar.cc.columbia.edu>
  1211. NNTP-Posting-Host: watsun.cc.columbia.edu
  1212. Xref: news.columbia.edu comp.protocols.kermit.announce:28
  1213.  
  1214. This is to announce Kermit 95, full-function 32-bit serial and network
  1215. communications software for IBM OS/2 2.0 and later, including Warp and
  1216. Merlin.  This is a brand new product: The native OS/2 version of Kermit
  1217. 95, which up till now has been available only for Windows 95 and NT.
  1218.  
  1219. Kermit 95 1.1.11 for OS/2, or "Kermit/2" for short, includes a full-GUI
  1220. Presentation Manager Dialer to set up your connections, with a database
  1221. preloaded with hundreds of BBSs, Internet sites, etc, and:
  1222.  
  1223.  . A large repertoire of terminal emulations
  1224.  . Integrated Kermit and XYZMODEM file transfer
  1225.  . A powerful cross-platform script programming language
  1226.  . Built-in automatic translation of Roman, Cyrillic, Hebrew, and 
  1227.    other character sets 
  1228.  
  1229. All in a consistent package that operates uniformly over direct or dialed
  1230. serial connections, TCP/IP Telnet or Rlogin connections, PATHWORKS, Named 
  1231. Pipes, or NETBIOS connections, and compatibly with Kermit software for
  1232. DOS, Windows, UNIX, VMS, IBM Mainframes, and many other platforms.
  1233.  
  1234. Kermit 95 for OS/2 is miles ahead of the last C-Kermit release for OS/2,
  1235. 5A(191), from April 1995:
  1236.                 C-Kermit 5A(191)     Kermit/2 1.1.11
  1237.  
  1238.   Terminal emulations:             6                    26
  1239.   Built-in modem types:           28                    47
  1240.   Graphical dialer and database:  No                   Yes
  1241.   Intelligent dialing:            No                   Yes
  1242.   Portable dialing directory:     No                   Yes
  1243.   High-speed modem support:       No                   Yes
  1244.   Integrated XYZMODEM protocol:   No                   Yes
  1245.   Auto-up/download:               No                   Yes
  1246.   Host mode:                      No                   Yes
  1247.   Rlogin client:                  No                   Yes
  1248.   Block structure for scripts:    No                   Yes
  1249.   
  1250. And lots more, including significant improvements in just about every area.
  1251.  
  1252. Full specifications, licensing, and ordering information can found at
  1253. the Kermit 95 Web site:
  1254.  
  1255.   http://www.columbia.edu/kermit/k95.html
  1256.  
  1257. Christine M. Gianone
  1258. Manager
  1259. The Kermit Project
  1260. Columbia University
  1261.  
  1262.  
  1263.  
  1264. From fdc@watsun.cc.columbia.edu Thu Jun 12 11:49:17 EDT 1997
  1265. Article: 29 of comp.protocols.kermit.announce
  1266. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1267. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1268. Newsgroups: comp.protocols.kermit.announce
  1269. Subject: Announcing Kermit 95 1.1.12 for Windows 95, Windows NT, and OS/2
  1270. Followup-To: comp.protocols.kermit.misc
  1271. Date: 12 Jun 1997 15:01:59 GMT
  1272. Organization: Columbia University
  1273. Lines: 220
  1274. Message-ID: <5np317$6qv$1@newsmaster.cc.columbia.edu>
  1275. NNTP-Posting-Host: watsun.cc.columbia.edu
  1276. Xref: news.columbia.edu comp.protocols.kermit.announce:29
  1277.  
  1278. Kermit 95 1.1.12 is now available as a patch to registered users of previous
  1279. Kermit 95 releases for Windows 95, Windows NT, and OS/2.  This is a major new
  1280. release of Kermit 95, but no, it is not the long-awaited full-GUI release, but
  1281. it is a big step on the way.  It replaces version 1.1.11 of 8 February 1997.
  1282.  
  1283. The new features of version 1.1.12 include:
  1284.  
  1285.  . Microsoft Telephony (TAPI) support
  1286.  . Support for 10-digit and other special dialing methods
  1287.  . Support for 132 columns and other screen sizes in Windows 95
  1288.  . File transfer pipes and filters
  1289.  . Web browser interface ("URL hot spots")
  1290.  . Greek character-set translation in file transfer and terminal emulation
  1291.  . More (listed below)
  1292.  
  1293. MICROSOFT TELEPHONY (TAPI)
  1294.  
  1295. TAPI support means that now you can use Kermit 95 in Windows 95 and in Windows
  1296. NT 4.0 or later with TAPI devices, and therefore:
  1297.  
  1298.  . These devices can now be shared with Fax & voicemail programs, etc.
  1299.  . Plug-n-Play & PCMCIA devices no longer need special handling.
  1300.  . K95 no longer needs a built-in modem type for your modem.
  1301.  . Any device with a TAPI driver is supported, e.g. ISDN, cable modems, etc.
  1302.  . TAPI dialing rules can be used if desired (e.g. for credit-card calls)
  1303.  
  1304. Of course, Kermit 95 continues to work on non-TAPI systems, such as NT 3.51
  1305. and earlier as well as OS/2.
  1306.  
  1307. SPECIAL DIALING METHODS
  1308.  
  1309. Kermit 95 is the first software we know of that supports "10-digit dialing"
  1310. in the North American Numbering Plan (country code 1), and similar schemes
  1311. in other areas, without requiring you to make multiple dialing directory
  1312. entries for the same number or resort to other tricks that would interfere
  1313. with normal dialing.
  1314.  
  1315. Kermit 95 now also allows local calls to be dialed as if they were long
  1316. distance, which is required (e.g.) in France.
  1317.  
  1318. This new release lets you create a database of dialing locations, similar to
  1319. (and integrated with) the TAPI locations database, but not dependent on it
  1320. (so that it also works on non-TAPI systems); using this database, you can
  1321. switch among dialing locations with the click of a mouse, instantly adapting
  1322. all your dialing rules (including 10-digit dialing, forced long-distance,
  1323. etc) to each location as you travel the world with your laptop.  Fill in the
  1324. information for each location once and K95 remembers it for you; "set it and
  1325. forget it."
  1326.  
  1327. WIDE SCREENS
  1328.  
  1329. 132-column support has always been a part of Kermit 95 in Windows NT and in
  1330. OS/2 4.0 or later, but not in Windows 95 due to fatal bugs in that operating
  1331. system.  Workarounds for these bugs have been discovered, and now Kermit 95
  1332. displays true 132-column screens in Windows 95 too -- a requirement in many
  1333. of the most demanding VTxxx and Wyse terminal applications.  In fact, K95
  1334. now supports any reasonable combination of screen height and width in
  1335. Windows 95 (as it did in NT and OS/2), not just the limited number of "safe"
  1336. combinations.
  1337.  
  1338. FILE TRANSFER PIPES AND FILTERS
  1339.  
  1340. File transfer pipes and filters open up a whole new world of possibilities:
  1341. archive and compress "on the fly" as part of the transfer process; transfer
  1342. entire directory trees with a single command; encrypt your file transfers;
  1343. add character-set translations of your own that are not already built into
  1344. Kermit -- whatever you can think of.  Kermit 95's new ability to use pipes
  1345. and filters lets you extend its capabilities in practically any direction
  1346. you can imagine.
  1347.  
  1348. URL HOT SPOTS
  1349.  
  1350. Suppose you are reading netnews, email, or any other text in your Terminal
  1351. screen and you see a reference to a Web site that you would like to visit.
  1352. Now you can simply click on it (Ctrl-click) and poof, up pops your Web
  1353. browser with the desired Web site showing.  You can also pop up Web pages
  1354. from Kermit script programs.
  1355.  
  1356. GREEK CHARACTER SETS
  1357.  
  1358. The new support for Greek character sets encompasses the ISO 8859-7
  1359. Latin/Greek Alphabet, PC Code page 869, and the 7-bit ELOT 927 set in both
  1360. terminal emulation and file transfer.
  1361.  
  1362. OTHER CHANGES
  1363.  
  1364.  . Many new built-in modem types added (listed below)
  1365.  . Modem speaker control
  1366.  . Numerous other modem and dialing improvements
  1367.  . A way to defeat idle-time limits
  1368.  . Various Telnet protocol additions
  1369.  . Carrier loss detection during file transfer
  1370.  . New "autoserver string" for Kermit protocol (like "autoupload string")
  1371.  . SET FILE EOF { CTRL-Z, LENGTH }
  1372.  . SET INPUT AUTODOWNLOAD { ON, OFF }
  1373.  . SET INPUT TERMINAL { ON, OFF }
  1374.  . Wyse Status and Label line messages
  1375.  . Data General Dasher D217 UNIX mode (host and user selectable)
  1376.  . DG D217 Math/Symbol, Line Drawing, and Word Processing character sets 
  1377.  . Hazeltine 1500 emulation now fully operational
  1378.  . Xon/Xoff flow control now works in Windows 95
  1379.  . REDIRECT now works
  1380.  . New IF conditions: OPEN, <=, >=
  1381.  . New macro argument \%* (= "all arguments")
  1382.  . New built-in help for \function()s
  1383.  . New built-in help for \Kverbs including new key finder
  1384.  . New screen-scraping functions
  1385.  . New functions \fcommand(), \frawcommand(), \fstripx(), \fstripn(), \flop()
  1386.  . New variables \v(pexitstat), \v(filename), \v(filenumber), \v(p_ctl), ...
  1387.  . Major Dialer improvements: multiple location & modem definitions, etc
  1388.  
  1389. BUGS FIXED
  1390.  
  1391.  . DIALINF.DAT can't be read-only (affected server installations)
  1392.  . Serial-port file transfer fails with large packet x window size
  1393.  . K95 did not delete startup file generated by the Dialer
  1394.  . Dialer could leave temporary files behind
  1395.  . Problems with incoming TCP connections in OS/2
  1396.  . Dialer could crash if an entry's view status changed
  1397.  . SHOW KEY did not always give accurate results
  1398.  . REDIRECT command didn't work
  1399.  . Incoming NUL (0) characters confused INPUT command
  1400.  . RECEIVE as-name did not work with XYZMODEM
  1401.  . Various EMACS-mode bugs
  1402.  . Kermit protocol could send packet out of window
  1403.  . MOVE from SEND-LIST did not delete original files
  1404.  . Application filename could not contain spaces
  1405.  . Hayes high-speed-modem init string problem
  1406.  . READ command did not fail if file not open
  1407.  . Problems with long function arguments
  1408.  . Certain \function()s could misbehave
  1409.  . X MOD 0 crashes program
  1410.  . ANSWER didn't automatically CONNECT
  1411.  . Overzealous EXIT warning
  1412.  . OUTPUT didn't echo when DUPLEX is HALF
  1413.  . Minor problems with REMOTE DIRECTORY/DELETE/etc
  1414.  . CHECK command was broken
  1415.  . Problem with SET TRANSMIT ECHO
  1416.  . Dialing results were sometimes incorrect
  1417.  . IF EXIST and IF DIRECTORY versus spaces in filenames
  1418.  . CD, SET FILE DOWNLOAD-DIRECTORY, etc, did't provide full service
  1419.  . READ command was too picky about last or only line in file
  1420.  . DIALINF.DAT file opened in READ/WRITE mode
  1421.  . Missing and incorrect key definitions in EMACS mode
  1422.  . NULs were being stripping during file transfers and printing
  1423.  . XYZMODEM RECEIVE <as-name> was ignored
  1424.  . SET STARTUP-FILE DISCARD did not always delete the file
  1425.  . SHOW MODEM didn't quote backslashes
  1426.  . WIN32 COMM TX BUFFER SIZE was set too small
  1427.  . K2DC.EXE accidently closed socket of incoming connection
  1428.  . Auto-print Formfeed bug
  1429.  . SAVE KEYMAP and SHOW KEY replaced RS with ESC
  1430.  . Data loss on Meridian Technology SuperLAT connections
  1431.  . Hazeltine 1500 emulation did not work at all
  1432.  . Problems with Wyse 50 emulation
  1433.  . Problems in DG DASHER 217 emulation
  1434.  . HPTERM emulation did not handle line-drawing & math
  1435.  . Many Dialer entries were obsolete
  1436.  . Unwanted triangles in Wyse, TVI, and Hazeltine emulation
  1437.  . Spurious spaces in ANSI emulations
  1438.  . Data loss/corruption on Windows 95 serial connections when using
  1439.    overlapped i/o.
  1440.  
  1441. NEW BUILT-IN MODEM TYPES
  1442.  
  1443.  . AT&T KeepIntouch PCMCIA
  1444.  . AT&T Secure Data STU-III Models 1900 and 1910
  1445.  . Best Data
  1446.  . Compaq Data+Fax (e.g. in Presario)
  1447.  . Fujitsu Fax/Modem Adpater
  1448.  . Megahertz AT&T V.34
  1449.  . Motorola Montana
  1450.  . QuickComm Spirit II
  1451.  . SupraSonic V288+
  1452.  
  1453. HOW TO GET IT
  1454.  
  1455. Kermit 95 1.1.12 is available as a patch to version 1.1.11 or earlier.
  1456. Current registered users of Kermit 95 can download the 1.1.11 upgrade patch
  1457. from our BBS or from our Web site:
  1458.  
  1459.   http://www.columbia.edu/kermit/k95patch.html
  1460.  
  1461. or with ftp:
  1462.  
  1463.   ftp://kermit.columbia.edu/kermit/k95/patches/
  1464.  
  1465. All the new features are documented in the updated UPDATES.TXT file that
  1466. comes in the patch, and in the updated BUGS.TXT file.
  1467.  
  1468. Academic site or bulk licensees that have customized their DIALINF.DAT
  1469. files will need to send them in so we can convert them to the new format,
  1470. since the regular patch will fail (since it only knows what the original
  1471. DIALINF.DAT contained, not your customized version).  Contact us by email
  1472. about this at:
  1473.  
  1474.   kermit-support@columbia.edu
  1475.  
  1476. This is the final major release of Kermit 95 before the conversion to full
  1477. GUI is complete later this year.  There might be minor corrective patches
  1478. between now and then, but nothing more.  If you have any difficulty with
  1479. the patches or the new version, please report them by email to the address
  1480. above.
  1481.  
  1482. For comprehensive information about Kermit 95, visit:
  1483.  
  1484.   http://www.columbia.edu/kermit/k95.html
  1485.  
  1486. and for the Kermit Project as a whole, see:
  1487.  
  1488.   http://www.columbia.edu/kermit/
  1489.  
  1490. Thanks to Jeff Altman for most of the items you see listed above, and to
  1491. our many Alpha and Beta testers for helping us with emulations, devices,
  1492. and other items we could not test ourselves.
  1493.  
  1494. Frank da Cruz & Christine M. Gianone
  1495. Managers, The Kermit Project
  1496. Columbia University
  1497. New York City
  1498.  
  1499.  
  1500. From fdc@watsun.cc.columbia.edu Mon Jun 16 12:51:36 EDT 1997
  1501. Article: 30 of comp.protocols.kermit.announce
  1502. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1503. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1504. Newsgroups: comp.protocols.kermit.announce
  1505. Subject: C-Kermit 6.0 now available on CDROM
  1506. Date: 16 Jun 1997 16:41:51 GMT
  1507. Organization: Columbia University
  1508. Lines: 49
  1509. Message-ID: <5o3qcf$1cg$1@newsmaster.cc.columbia.edu>
  1510. NNTP-Posting-Host: watsun.cc.columbia.edu
  1511. Xref: news.columbia.edu comp.protocols.kermit.announce:30
  1512.  
  1513.  
  1514. C-Kermit 6.0.192 is now available on an ISO-9660-format CDROM that includes:
  1515.  
  1516.  . All the C-Kermit source code for UNIX, VMS, AOS/VS, VOS, OS-9, QNX, BeOS,
  1517.    Amiga, Atari, and Macintosh.
  1518.  
  1519.  . All the associated text files: initialization files, scripts, hints and
  1520.    tips files, UNIX man page, VMS Help topic, platform-specific installation
  1521.    instructions, program logic manual, program edit history, and so on.
  1522.  
  1523.  . Individual C-Kermit binaries for hundreds of different platforms -- all of
  1524.    the binaries currently found at our ftp site.
  1525.  
  1526.  . C-Kermit install packages for Debian, Slackware, and Red Hat Linux, as well
  1527.    as for AIX.
  1528.  
  1529. It's the complete C-Kermit 6.0.192 archive, about 200 megabytes worth, as
  1530. an ISO 9660 Level 1, Mode 1, Single Session CDROM that should be readable on
  1531. any computer that supports industry standard CDROM formats.  All filenames are
  1532. within the DOS 8.3 restrictions required by ISO 9660.  All file and directory
  1533. names are uppercase with only A-Z, 0-9, and underscore, and no dots appear in
  1534. directory names, also as required by ISO 9660.  And directories are never
  1535. nested more than 8 levels deep.
  1536.  
  1537. The CDROM has an HTML front end; pop it into your CDROM drive, click on the
  1538. INDEX.HTM file, and navigate through it with your Web browser.  It has been
  1539. tested successfully on UNIX, Windows, OS/2, and Macintosh workstations with
  1540. their Web browsers.  For computers that don't have Web browsers, files are
  1541. divided logically into directories, with a plain-text AAREADME.TXT file that
  1542. explains what and where everything is.  All source-code and other text files
  1543. are included in all three popular formats (CRLF, LF, CR).
  1544.  
  1545. The C-Kermit CDROM comes with the new Second Edition of "Using C-Kermit"
  1546. (1997).  There are three ordering options:
  1547.  
  1548.  1. If you don't have "Using C-Kermit" already:          $54.00
  1549.  2. If you have the first edition of "Using C-Kermit":   $49.00
  1550.  3. If you have the second edition of "Using C-Kermit":  $15.00
  1551.  
  1552. Plus shipping.  Options 2 and 3 require proof of purchase.  To order, use
  1553. our order form:
  1554.  
  1555.   http://www.columbia.edu/kermit/ckcdrom.html
  1556.  
  1557. or:
  1558.  
  1559.   ftp://kermit.columbia.edu/kermit/f/ckcdrom.txt
  1560.  
  1561. Frank da Cruz
  1562.  
  1563.  
  1564. From fdc@watsun.cc.columbia.edu Tue Jun 24 18:12:48 EDT 1997
  1565. Article: 31 of comp.protocols.kermit.announce
  1566. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1567. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1568. Newsgroups: comp.protocols.kermit.announce
  1569. Subject: Announcing Kermit 95 1.1.13 for Windows 95, Windows NT, and OS/2
  1570. Date: 24 Jun 1997 21:46:25 GMT
  1571. Organization: Columbia University
  1572. Lines: 41
  1573. Message-ID: <5opf7h$gk5$1@newsmaster.cc.columbia.edu>
  1574. NNTP-Posting-Host: watsun.cc.columbia.edu
  1575. Xref: news.columbia.edu comp.protocols.kermit.announce:31
  1576.  
  1577.  
  1578. Kermit 95 1.1.13 is now available as a patch to previous Kermit 95 releases
  1579. for Windows 95, Windows NT, and OS/2.  This patch fixes a few minor bugs in
  1580. the recently-announced 1.1.12, and adds:
  1581.  
  1582.  . DDE messages to Web browsers and other apps (Windows only)
  1583.  . DEC PATHWORKS support for Windows (OS/2 already had it)
  1584.  . Bidirectional printer ports
  1585.  . Array initializers
  1586.  
  1587. The first item provides a way for URL hotspots (added in 1.1.12) to invoke
  1588. your currently loaded browser, rather than always starting a new copy, and
  1589. also to invoke other applications by Ctrl-clicking on filenames, etc.  This
  1590. works only in Windows 95 and NT systems that have all the right Microsoft
  1591. DLLs, and so is not the default; to use this feature, read section 3.12 of
  1592. DOCS\UPDATES.DOC.
  1593.  
  1594. All the bugs that were reported in 1.1.12 are fixed.
  1595.  
  1596.  
  1597. HOW TO GET IT
  1598.  
  1599. Kermit 95 1.1.13 is available as a patch to version 1.1.12 or earlier.
  1600. Current registered users of Kermit 95 can download the 1.1.13 upgrade patch
  1601. from our BBS or from our Web site:
  1602.  
  1603.   http://www.columbia.edu/kermit/k95patch.html
  1604.  
  1605. or with ftp:
  1606.  
  1607.   ftp://kermit.columbia.edu/kermit/k95/patches/
  1608.  
  1609. All the new features are documented in the updated UPDATES.TXT file that
  1610. comes in the patch, and the bug fixes are detailed in the updated BUGS.TXT
  1611. file.  Please send reports of any difficulty with the patches by email to:
  1612.  
  1613.   kermit-support@columbia.edu
  1614.  
  1615. Frank da Cruz
  1616. The Kermit Project
  1617. Columbia University
  1618.  
  1619.  
  1620. From cmg@watsun.cc.columbia.edu Thu Sep 18 14:27:08 EDT 1997
  1621. Article: 32 of comp.protocols.kermit.announce
  1622. Path: news.columbia.edu!watsun.cc.columbia.edu!cmg
  1623. From: cmg@watsun.cc.columbia.edu (Christine Gianone)
  1624. Newsgroups: comp.protocols.kermit.announce
  1625. Subject: Announcing MS-DOS Kermit 3.15
  1626. Followup-To: comp.protocols.kermit.misc
  1627. Date: 18 Sep 1997 18:21:05 GMT
  1628. Organization: Columbia University
  1629. Lines: 72
  1630. Message-ID: <5vrreh$40f$1@apakabar.cc.columbia.edu>
  1631. NNTP-Posting-Host: watsun.cc.columbia.edu
  1632. Keywords: MS-DOS Kermit
  1633. Xref: news.columbia.edu comp.protocols.kermit.announce:32
  1634.  
  1635.  
  1636. This is to announce a preliminary release of MS-DOS Kermit 3.15.  The
  1637. program itself is in final form, but the accompanying text files have not
  1638. been updated yet; for now, all the changes and new features are documented
  1639. in the file MSK315.DOC.  The new release is available now as a ZIP archive:
  1640.  
  1641.   ftp://kermit.columbia.edu/kermit/archives/msk315.zip
  1642.  
  1643. This ZIP file contains the following files:
  1644.  
  1645.   FILENAME       SIZE   DESCRIPTION       
  1646.  
  1647.   MSK315.EXE   251768   Full-featured version.
  1648.   MSR315.PCH      325   Initial patch file for full-featured version.
  1649.   MSK315.DOC    49275   Update notes (plain text).
  1650.   MSK315M.EXE  199356   Medium version: no networks, serial connections only.
  1651.   MSRM315.PCH     317   Patch for medium version.
  1652.   MSK315N.EXE  164312   Lite I: networks included, no terminal emulator.
  1653.   MSRN315.PCH     327   Initial patch for Lite version I.
  1654.   MSK315L.EXE  113414   Lite II: no terminal emulator or networks.
  1655.   MSRL315.PCH     310   Initial patch for Lite version II.
  1656.  
  1657. The ZIP file can be downloaded into your MS-DOS Kermit 3.14 directory and
  1658. safely unzipped without interfering with the previous version.  The "Lite"
  1659. versions are designed for embedded applications, external protocols, etc.
  1660.  
  1661. The major new features of MS-DOS Kermit 3.15 are:
  1662.  
  1663.  . Networking improvements: TCP/IP keepalive, DHCP supported for automatic
  1664.    TCP/IP configuration, PPP, improved timing and recovery mechanisms,
  1665.    congestion avoidence strategies, TCP tuning, TCP debugging feature added.
  1666.  
  1667.  . Serial connections: New support for 8 data bits plus parity.
  1668.  
  1669.  . Kermit file-transfer improvements: autodownload and autoupload via
  1670.    automatic recognition of Kermit packets by the terminal emulator; MOVE
  1671.    and RETRIEVE commands delete source file after successful transfer; new
  1672.    REGET command for file-transfer recovery from server; dynamic Kermit
  1673.    packet timeouts based on measured round trip times.
  1674.  
  1675.  . Terminal emulation: ANSI emulation now allows 25-line screens; Data
  1676.    General D217 emulation added; new selectable elapsed-time or time-of-day
  1677.    clock on status line.
  1678.  
  1679.  . Character sets: New built-in support for Cyrillic character sets in the
  1680.    terminal emulator; Latin-2 Compose key (for Czech, Polish, etc).
  1681.  
  1682.  . Script programming improvements: C-like block structure, new functions,
  1683.    new variables, arrays, math operations, local variables; FOR, WHILE,
  1684.    XIF-ELSE, and SWITCH statements; MINPUT like INPUT but scans for multiple
  1685.    strings at the same time.  The script language is now very close to that
  1686.    of C-Kermit 6.0.
  1687.  
  1688.  . New support for Extended memory (Expanded memory was already supported).
  1689.  
  1690.  . Numerous bugs fixed.
  1691.  
  1692. All of this is documented in the MSK315.DOC file.
  1693.  
  1694. Thanks, once again, to Professor Joe Doupnik of Utah State University -- now
  1695. on a trip to Thailand -- for his always excellent work on MS-DOS Kermit, and
  1696. for bringing us this new version, which packs an unbelievable amount of
  1697. features -- incuding an entire TCP/IP stack -- into a tiny amount of memory,
  1698. which is definitely a lost art in these days of multi-megabyte applications.
  1699.  
  1700. The full release, including updated KERMIT.HLP, KERMIT.BWR, and other files,
  1701. will be announced later.
  1702.  
  1703. Christine M. Gianone
  1704. Manager
  1705. The Kermit Project
  1706. Columbia University
  1707.  
  1708.  
  1709. From fdc@watsun.cc.columbia.edu Wed Sep 24 22:32:57 EDT 1997
  1710. Article: 33 of comp.protocols.kermit.announce
  1711. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1712. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1713. Newsgroups: comp.protocols.kermit.announce
  1714. Subject: Announcing Kermit 95 1.1.14 for Windows 95, Windows NT, and OS/2
  1715. Followup-To: comp.protocols.kermit.misc
  1716. Date: 25 Sep 1997 01:21:58 GMT
  1717. Organization: Columbia University
  1718. Lines: 136
  1719. Message-ID: <60cebm$ps$1@apakabar.cc.columbia.edu>
  1720. NNTP-Posting-Host: watsun.cc.columbia.edu
  1721. Keywords: Kermit Windows OS/2
  1722. Xref: news.columbia.edu comp.protocols.kermit.announce:33
  1723.  
  1724.  
  1725. Kermit 95 1.1.14 is now available as a patch to Kermit 95 for Windows 95,
  1726. Windows NT, and OS/2.  This patch fixes bugs in the previous version,
  1727. 1.1.13, and adds:
  1728.  
  1729.  . Dialer improvements:
  1730.      One-touch creation of desktop connection shortcuts (icons & Start menu)
  1731.      New prompt-for-password feature
  1732.      New Printer configuration page
  1733.  . Compatibility with the new calling conventions of Netscape Communicator.
  1734.  . New terminal emulations:
  1735.      QNX Console
  1736.      QNX ANSI
  1737.      BEOS ANSI (for logging in to the BeBox)
  1738.      AIXTERM (for accessing AIX)
  1739.      IBM HFT (High Function Terminal for AIX)
  1740.      Siemens Nixdorf (SNI) BA80 and 97801-5xx (for accessing SINIX, etc)
  1741.  . New host character sets for terminal emulation:
  1742.      SNI Brackets, Euro, and IBM
  1743.      QNX Console (mostly the same as CP437)
  1744.      Windows Code Pages 1250, 1251, 1253, 1254, 1257
  1745.  . Lucida Console font substitutions for NT (can be turned off and on).
  1746.  . New built-in modem types:
  1747.      Rolm 600-Series and 244PC data phones
  1748.      US Robotics Xjack 1560 X2 56K
  1749.  . File-transfer command switches for:
  1750.      Protocol selection (Kermit, Zmodem, etc)
  1751.      File selection (by date, size, exception list, etc)
  1752.      Transfer mode (text, binary)
  1753.      Selection of input from or output to commands and pipes
  1754.      Disposition of source file after transfer (keep, delete)
  1755.      Disposition of transferred file (store, mail, print)
  1756.      Treatment of filenames and pathnames
  1757.      Specification of filters to pass the file through as part of transfer
  1758.      etc etc
  1759.  . CONNECT command switches:
  1760.      Specification of triggers for automatically escaping back
  1761.      Time limits, Idle limits, etc.
  1762.  . Improved printer control and SET PRINTER command switches.
  1763.  . New /RAW-SOCKET switch for SET HOST / TELNET disables Telnet negotiations. 
  1764.  . Built-in support for several new modems: Rolm, USR X2, etc.
  1765.  . Blind dialing (i.e. when there is no dialtone).
  1766.  . Hazeltine 1500 emulation extended to support Wyse printer controls.
  1767.  . Fixed national keyboard support, dead keys, Alt-Gr combos (again).
  1768.  . New variables: \v(pid), \v(mousecurx), \v(mousecury), \v(trigger), etc.
  1769.  . New functions: \fn2hex(), \fn2oct().
  1770.  . K95D (Internet connection listener) can now launch apps in the background.
  1771.  . Ability to run with TCP/IP stacks that don't support the use of
  1772.    select() to test for writability of a socket (e.g. Quarterdeck, Cisco).
  1773.  . New support for FTP Software's OS/2 PC/TCP TCP/IP stack.
  1774.  
  1775. HIGHLIGHTS
  1776.  
  1777. One-touch shortcut creation:
  1778.   The Dialer's ScriptFile button is now a Shortcut button.  Press it and a
  1779.   shortcut is created on the desktop, in the Start menu (Windows only), or
  1780.   both, that makes the connection to the currently selected Dialer entry,
  1781.   optionally logging you in automatically (if you have filled in the login
  1782.   page for that entry).  Clicking on the desktop icon opens the connection
  1783.   without starting the Dialer, but in exactly the same way as if you had
  1784.   launched it from the Dialer.  You can have as many of these as you like
  1785.   and you can move them from your desktop to any other desired location.
  1786.  
  1787. Command modifier switches:
  1788.   Many of K95's commands now accept modifier switches.  Users who are
  1789.   familiar with VMS or DOS (or oldies but goodies like TOPS-10 and TOPS-20)
  1790.   will recognize them.  Switches let you do lots of things in one command,
  1791.   where previously many commands might have been necessary, and when applied
  1792.   to action commands (like SEND), their affect is local to that command
  1793.   rather than global.  Example:
  1794.  
  1795.     SEND /BINARY /AFTER:{8-Feb-1997 12:00:00} /EXCEPT:OOFA* /DELETE *.ZIP
  1796.  
  1797.   Means send, in binary mode, all files of type .ZIP created after noon on
  1798.   February 8, 1997, except for any whose names start with "OOFA".  Another:
  1799.  
  1800.     SEND /TEXT /MAIL:kermit@columbia.edu /SUBJECT:{Bug report} packet.log
  1801.  
  1802.   This sends mail from your PC as indicated.  Even if Kermit isn't started
  1803.   on the host you are connected to, K95's autoupload feature takes care of
  1804.   that for you automatically.
  1805.  
  1806. Improved printer support:
  1807.   Printing is always a headache in PC operating systems.  By adding switches
  1808.   to the SET PRINTER command, we let you adapt better to the most prominent
  1809.   difficulties.  Now you can specify header pages or configuration files,
  1810.   end-of-job strings to force out the last or only page, filter programs, 
  1811.   timeouts, and so on, and you can select between "DOS" printer devices
  1812.   (like PRN or LPT1) and Windows queues since, in our experience, if one
  1813.   doesn't work the other one might.  Examples:
  1814.  
  1815.     SET PRINTER /DOS:LPT2 /EOJ:{\12} /TIMEOUT:2
  1816.     SET PRINTER /WINDOWS:HP_LaserJet_5L /JOB-HEADER:CONFIG.PCL
  1817.     SET PRINTER /FILE:C:\K95\TMP\PRINTS.TXT
  1818.     SET PRINTER /COMMAND:{textps.exe>lpt1}
  1819.     SET PRINTER /BIDIRECTIONAL /DOS:COM2 /SPEED:19200 /FLOW:RTS/CTS
  1820.  
  1821. CONNECT command switches:
  1822.   The CONNECT command (which switches K95 to its interactive terminal
  1823.   screen) now allows several options to specify how long the terminal
  1824.   screen stays active, what to do if the session is idle for a given
  1825.   amount of time, and various events that can return K95 to command mode
  1826.   automatically, including any "trigger" strings that you might want to
  1827.   specify.  Example:
  1828.  
  1829.     CONNECT /IDLE-LIMIT:300 /TIME-LIMIT:600 /TRIGGER:{NO CARRIER}
  1830.  
  1831. Netscape:
  1832.   Netscape 4.0 (Communicator) changed the way it invokes its Telnet
  1833.   program when you choose a Telnet URL.  The new way does not work with
  1834.   K95 1.1.13 or earlier, nor does it work with most other Telnet clients.
  1835.   K95 1.1.14 accepts Netscape's new calling method, as well as the more
  1836.   conventional older one, and so should work with all versions of
  1837.   Netscape.
  1838.  
  1839. HOW TO GET IT
  1840.  
  1841. Kermit 95 1.1.14 is available as a patch to version 1.1.13 or earlier.
  1842. Current registered users of Kermit 95 can download the 1.1.14 upgrade patch
  1843. from our BBS or from our Web site:
  1844.  
  1845.   http://www.columbia.edu/kermit/k95patch.html
  1846.  
  1847. or with ftp:
  1848.  
  1849.   ftp://kermit.columbia.edu/kermit/k95/patches/
  1850.  
  1851. All the new features are documented in the updated UPDATES.TXT file that
  1852. comes in the patch, and the bug fixes are detailed in the updated BUGS.TXT
  1853. file.  Please send reports of any difficulty with the patches by email to:
  1854.  
  1855.   kermit-support@columbia.edu
  1856.  
  1857. Christine Gianone, Frank da Cruz, Jeffrey Altman
  1858. The Kermit Project, Columbia University, New York City
  1859. http://www.columbia.edu/kermit/
  1860.  
  1861.  
  1862. From JCHBN@CUVMB.CC.COLUMBIA.EDU Wed Dec 17 12:23:53 EST 1997
  1863. Article: 35 of comp.protocols.kermit.announce
  1864. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1865. From: "John F. Chandler" <JCHBN@CUVMB.CC.COLUMBIA.EDU>
  1866. Newsgroups: comp.protocols.kermit.announce
  1867. Subject: Announcing IBM Mainframe Kermit-370 Version 4.3.2
  1868. Date: 16 Dec 1997 21:40:24 GMT
  1869. Organization: Columbia University
  1870. Lines: 58
  1871. Message-ID: <676u2h$jc0$1@apakabar.cc.columbia.edu>
  1872. NNTP-Posting-Host: watsun.cc.columbia.edu
  1873. Keywords: IBM Mainframe Kermit, VM/CMS Kermit, MVS/TSO Kermit, CICS Kermit, MUSIC Kermit, "Year-2000 compliance"
  1874. Originator: pepmnt@watsun.cc.columbia.edu
  1875. Originator: fdc@watsun.cc.columbia.edu
  1876. Xref: news.columbia.edu comp.protocols.kermit.announce:35
  1877.  
  1878.  
  1879. Version 4.3.2 of Kermit-370 is now released for general use on all the
  1880. supported platforms (CMS, TSO, MUSIC, ROSCOE, and CICS).  The new
  1881. version is available in the form of updates relative to the base source
  1882. files for 4.3.0, which remain part of the package.  The updates are
  1883. mostly generic changes across all variants, but there are some system-
  1884. specific changes as well.  They are summarized below and are described
  1885. in somewhat more detail in the respective BWR files ik*.bwr in the
  1886. distribution.  The updates themselves are in ik*.upd.  The changes since
  1887. 4.3.1 are relatively simple, but some (specifically, the support for
  1888. year-2000 dates) are highly topical.  Note: the new version has been
  1889. available in Beta for about a year.
  1890.  
  1891. The files for the new version are available at watsun.cc.columbia.edu
  1892. via anonymous FTP from the kermit/b directory -- to get the complete
  1893. distribution for a specific variant, fetch ik0* (eye kay zero) and ik?*
  1894. (where "?" is "c" for CMS, "t" for TSO, "m" for MUSIC, or "x" for CICS).
  1895. For ROSCOE, you need both ikt* and ikr*.  As always, the instructions
  1896. for installation are found in ik*ker.ins and ik*ker.bwr.  The files are
  1897. also available from BITNET KERMSRV at CUVMA, and you can also visit the
  1898. Kermit-370 website:
  1899.  
  1900.   http://www.columbia.edu/kermit/ibm370.html
  1901.  
  1902. Brief highlights of the new version:
  1903.  
  1904. 1. Kermit-370 has been updated to handle dates properly after 1999.
  1905.    The situation was different for each variant.  For the details, see
  1906.    the system-specific BWR files.  (The MUSIC variant has always been
  1907.    year-2000 compliant.)
  1908.  
  1909. 2. Kermit now suppresses the "doubled" transmission of a file that can
  1910.    sometimes occur on a flaky connection.
  1911.  
  1912. 3. Kermit-370 supports a feature present in some micro Kermits: it is
  1913.    possible to issue a SEND or GET to the mainframe Kermit, and the
  1914.    micro will automatically pop from terminal emulation into transfer
  1915.    mode and then revert to emulation as soon as the transfer is done.
  1916.  
  1917. 4. Two obscure bugs in the RESEND command have been fixed.
  1918.  
  1919. 5. The REGET command has been implemented (works like GET, but makes the
  1920.    server do a RESEND of the requested file).
  1921.  
  1922. 6. Kermit-370 now announces its system type to the other Kermit during
  1923.    the initial negotiations.  This allows the both Kermits to know
  1924.    whether they are running on the same type of platform or not.
  1925.  
  1926. 7. It is again possible to set the Kermit "working directory" to a PDS
  1927.    under TSO.
  1928.  
  1929. 8. Kermit-370 now clears the "Kermit command error" status condition to
  1930.    "No errors" after all subcommands, as promised in the documentation.
  1931.  
  1932. Many thanks to the beta testers who put the new version through its
  1933. paces.
  1934.  
  1935. John Chandler
  1936.  
  1937.  
  1938. From fdc@watsun.cc.columbia.edu Wed Apr  8 16:38:41 EDT 1998
  1939. Article: 36 of comp.protocols.kermit.announce
  1940. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  1941. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  1942. Newsgroups: comp.protocols.kermit.announce
  1943. Subject: Announcing Kermit 95 1.1.16
  1944. Date: 8 Apr 1998 20:26:11 GMT
  1945. Organization: Columbia University
  1946. Lines: 328
  1947. Message-ID: <6ggmh3$6np$1@apakabar.cc.columbia.edu>
  1948. NNTP-Posting-Host: watsun.cc.columbia.edu
  1949. Xref: news.columbia.edu comp.protocols.kermit.announce:36
  1950.  
  1951.  
  1952. This is to announce Kermit 95 version 1.1.16, a rather major new release
  1953. of Columbia University's communications software for Windows 95/98, Windows
  1954. NT, and OS/2.  It is available as a no-cost upgrade to registered users of
  1955. previous versions of Kermit 95, as a patch:
  1956.  
  1957.   http://www.columbia.edu/kermit/k95patch.html
  1958.  
  1959. An overview of Kermit 95, including specifications and licensing options,
  1960. can be found at:
  1961.  
  1962.   http://www.columbia.edu/kermit/k95.html
  1963.  
  1964. HIGHLIGHTS OF THE NEW RELEASE
  1965.  
  1966.  . Kerberos(TM) and SRP(TM) authentication for Telnet connections.
  1967.  . DES and CAST encrypted Telnet connections (requires additional patch).
  1968.  . Faster echoing in the Terminal screen.
  1969.  . Works better with speech and Braille devices. 
  1970.  . Linux Console emulation added.
  1971.  . File transfer and terminal emulation performance improvements.
  1972.  . Transfer of directory trees.
  1973.  . Automatic per-file text/binary transfer-mode switching.
  1974.  . Improved performance with Winframe / Winterm.
  1975.  
  1976. OVERVIEW OF HIGHLIGHTS
  1977.  
  1978. 1. Internet Security
  1979.  
  1980. Kermit 95 now offers secure Telnet connections. This means:
  1981.  
  1982.  . Secure authentication of client to host and host to client.
  1983.  . Fully encrypted sessions (USA and Canada only).
  1984.  
  1985. Secure authentication means that passwords are not transmitted over the
  1986. communications connection, not even in encrypted form. Thus passwords can
  1987. not be stolen by eavesdroppers in either online or offline attacks.
  1988.  
  1989. Encryption is available in the USA and Canada only. Encryption/decryption
  1990. software is restricted from export, except to Canada, by USA law.
  1991. Encryption capability is delivered separately as a patch to Kermit 95
  1992. 1.1.16. The patch is available in the USA and Canada only.
  1993.  
  1994. Two authentication schemes are offered:
  1995.  
  1996.  1. MIT's Kerberos(TM). Both Kerberos IV and Kerberos V are supported.
  1997.  2. Stanford University's Secure Remote Password (SRP)(TM) protocol.
  1998.  
  1999. Once authentication is successful, your entire Telnet session can be
  2000. encrypted if encryption is successfully negotiated with the Telnet server.
  2001. This means that all interactions with the host -- Terminal emulation, file
  2002. transfer, and scripting -- are encrypted.
  2003.  
  2004. 2. Performance Improvements
  2005.  
  2006. Terminal emulation and file transfer on serial as well as network
  2007. connections should be faster in all cases.  Echoing has been improved,
  2008. especially on serial connections, but also on certain kinds of network
  2009. connections.  File transfer is faster too, not only because of improvements
  2010. in low-level i/o, but also by addition of a new protocol feature called
  2011. "streaming", which can be used on reliable connections (such as Telnet and
  2012. Rlogin).  Streaming requires a compatible Kermit program on the other end.
  2013. These include K-95 1.1.16, C-Kermit 6.1, and MS-DOS Kermit.  The latter two
  2014. are in Beta test and will be released soon.  Local measurements show that
  2015. streaming transfers of large precompressed (i.e. uncompressible) files 
  2016. between K95 1.1.16 and C-Kermit 6.1 on local 10Mbps Ethernet at 600,000 cps;
  2017. other testers report 800,000 cps.  Your mileage may vary, depending on
  2018. various bottlenecks.
  2019.  
  2020. 3. Transferring Directory Trees
  2021.  
  2022. It is now possible, for the first time, to perform "recursive" file
  2023. transfers, in which all of the files in a particular directory are
  2024. transferred, as well as all the files in all the subdirectories of that
  2025. directory, and all the files in all the subdirectories of the
  2026. subdirectories, etc. This option, too, requires K-95 1.1.16, C-Kermit 6.1,
  2027. or MS-DOS Kermit 3.16 on the other end.
  2028.  
  2029. For recursive file transfer to work, a new method for switching between
  2030. text and binary mode on a per-file basis was required. This mechanism, of
  2031. course, can be used for all kinds of transfers, not only recursive ones. It
  2032. involves specification of a list of filename patterns to be matched for
  2033. text mode, and another list to be matched for binary mode. The commands
  2034. are:
  2035.  
  2036.   set file binary-patterns list-of-patterns
  2037.   set file text-patterns list-of-patterns
  2038.   add binary-patterns list-of-patterns
  2039.   add text-patterns list-of-patterns
  2040.   remove binary-patterns list-of-patterns
  2041.   remove text-patterns list-of-patterns
  2042.   show patterns
  2043.  
  2044. A reasonably comprehensive set of text and binary patterns is configured by
  2045. default; use "show patterns" to see them.
  2046.  
  2047. 4. New Screen Update Method
  2048.  
  2049. K95 now performs its own internal optimization of screen updates. This
  2050. should have at least three benefits:
  2051.  
  2052.  1. K95 should now work "out of the box", transparently, with any screen
  2053.     reader or Braille device that handles Console windows. Previously it
  2054.     worked only with those that could cope with periodic screen repaints.
  2055.  
  2056.  2. K95 should now perform acceptably when used over a Winframe / Winterm,
  2057.     Hydra, pcAnywhere, or similar kind of connection.
  2058.  
  2059.  3. Screen updates should be faster and more flicker-free on video
  2060.     adapters that do not perform their own optimization.
  2061.  
  2062. The following sections present a comprehensive listing of the new features
  2063. and bug fixes, arranged by category.
  2064.  
  2065. NEW FEATURES
  2066.  
  2067. General:
  2068.  . New REDO command finds and reexecutes a previous command.
  2069.  . HELP OPTIONS describes command-line options.
  2070.  . DELETE command now has /VERBOSE and /QUIET switches.
  2071.  . K95 easier to call from other programs.
  2072.  
  2073. Communication:
  2074.  . Kerberos IV and V ticket getting and management.
  2075.  . Kerberos IV and V authentication on Telnet connections.
  2076.  . DES and CAST strong encryption for Telnet connections (requires 
  2077.    additional patch)
  2078.  . Stanford University's Secure Remote Password authentication for Telnet.
  2079.  . Reverse DNS lookups performed on the IP address to retrieve real name
  2080.    of remote host (e.g. when connecting to pooled hostnames), plus new
  2081.    SET TCP REVERSE-DNS-LOOKUP { ON, OFF } command to enable/disable this.
  2082.  . New ability to select from multiple network adapters.
  2083.  . More TELNET option negotiations added: LOGOUT, XDISPLOC, ...
  2084.  . Bigger buffers and numerous internal speedups.
  2085.  . New CLOSE [ CONNECTION ] command (as in Telnet and FTP).
  2086.  . New SET { LINE, HOST } switches, /CONNECT and /SERVER.
  2087.  . DIAL completion message now shows entire modem CONNECT message, and
  2088.    other improvements in DIAL progress messages.
  2089.  . SET MODEM COMMAND <action> {} now disables sending of command for <action>.
  2090.  
  2091. Terminal Emulation:
  2092.  . Faster echoing.
  2093.  . Linux Console emulation.
  2094.  . Word Perfect keyboard mode.
  2095.  . New support for Cyrillic code pages 855 and 856.
  2096.  . Recognition of escape sequence to invoke PRODUCT macro.
  2097.  . SET TERM KEY /LITERAL to disable character-set translation of a
  2098.    key definition on a per-key basis.
  2099.  . SHOW KEY now tells if MSKERMIT KEYCODES are in use.
  2100.  
  2101. File Transfer:
  2102.  . New Kermit fast streaming protocol for use on reliable connections.
  2103.  . It is now possible to "unprefix" the NUL character (ASCII 0).
  2104.  . Fast transfer settings negotiated automatically when both Kermits know
  2105.    they have a TCP/IP connection.
  2106.  . Internal microtuning for faster Kermit transfers.
  2107.  . SET { SEND, RECEIVE } PATHNAMES { ABSOLUTE, RELATIVE }.
  2108.  . Recursive directory traversal for sending directory trees.
  2109.  . GET /RECURSIVE to request a directory tree from a server.
  2110.  . Automatic directory creation when receiving directory trees.
  2111.  . GET /DELETE /RECURSIVE to "move" a directory tree from server to client.
  2112.  . SET FILE PATTERNS to specify text and binary filename patterns for
  2113.    automatic text/binary transfer-mode switching when sending.
  2114.  . SEND /MOVE-TO: moves a file to another directory after successful transfer.
  2115.  . SEND /RENAME-TO: renames a file after successful transfer.
  2116.  . SEND /LIST:<name-of-file-containing-list-of-files-to-send>.
  2117.  . New WHERE command: "Where did my file go???"
  2118.  . Increased accuracy of file-transfer throughput statistics.
  2119.  . STATISTICS display is now brief but verbose display can be requested.
  2120.  . Peak CPS now included in statistics.
  2121.  . Numerous fixes to the fullscreen file transfer display.
  2122.  . New "brief" file transfer display option - one line per file.
  2123.  . New Transaction log option to create records for database or spreadsheet.
  2124.  . Automatic draining of queued-up incoming packets after sending Error packet.
  2125.  . /BINARY and /TEXT switches now override all other text/binary decisions.
  2126.  . Better detection of connection loss before or during file transfer.
  2127.  . Nagle algorithm turned off during file transfer on TCP/IP connections.
  2128.  . SET { SEND, RECEIVE } NEGOTIATION-STRING-MAX-LENGTH <number>.
  2129.  . New SET TRANSMIT TIMEOUT <sec> to specify echo/prompt reading timeout.
  2130.  
  2131. Client/Server:
  2132.  . REMOTE MKDIR and REMOTE RMDIR to create and remove directories on server.
  2133.  . ENABLE / DISABLE { MKDIR, RMDIR } added to server.
  2134.  . New REMOTE SET TRANSFER MODE { AUTOMATIC, MANUAL } command.
  2135.  . Improved server response to REMOTE HELP.
  2136.  
  2137. Script Programming:
  2138.  . New functions for getting recursive file lists.
  2139.  . New functions for getting flat and recursive directory lists.
  2140.  . New, more natural syntax for assigning values to variables.
  2141.  . A way to make scripts uninterruptible.
  2142.  . Automatic (local) arrays.
  2143.  . No more need to copy file lists obtained from functions before use.
  2144.  . SET OUTPUT SPECIAL-ESCAPES (like \N, \B, \L) { ON, OFF }.
  2145.  . IF ABSOLUTE <filename> <command>.
  2146.  . SHOW MACRO is more flexible and helpful.
  2147.  . EXIT <exit-code> <message>: New <message> field added.
  2148.  . SET FUNCTION DIAGNOSTICS { ON, OFF } to diagnose function-call errors.
  2149.  . SET FUNCTION ERROR { ON, OFF } to specify treatment of function-call errors.
  2150.  . \%* now shows entire argument string.
  2151.  . \&_[] now holds all macro args even if more than 10.
  2152.  . SET INPUT CANCELLATION { ON, OFF } to prevent keyboard cancellation of INPUT
  2153.  . Internal representation of pathnames, e.g. in variables, now uses / rather
  2154.    than \ as directory separator to avoid conflict with parser.
  2155.  . \v(ipaddr) now evaluated even if a TCP/IP connection is not present
  2156.  . REMOTE QUERY KERMIT function(\%a) now evaluates \%a locally.
  2157.  . Kerberos ticket management commands, conditionals, and functions.
  2158.  
  2159. Dialer:
  2160.  . New site-specific connections database DIALORG.DAT
  2161.  . Menu items for frequently accessed Kermit Project web pages
  2162.  . New TCP/IP page in entry notebooks
  2163.  . Configuration of editor, FTP client, and browser
  2164.  
  2165. New variables:
  2166.  . \v(printer) - Current printer name.
  2167.  . \v(escape)  - ASCII value of current CONNECT-mode escape character.
  2168.  . \v(intime)  - Number of milliseconds for INPUT to find its match.
  2169.  . \v(krb...)  - Kerberos-related variables.
  2170.  . \v(osname)  - Operating system name.
  2171.  . \v(osrelease) The release of the operating system.
  2172.  . \v(name)    - The name that Kermit 95 was invoked with.
  2173.  
  2174. New functions:
  2175.  . \frandom(max)            - Random number between 0 and max.
  2176.  . \fdirname(filespec)      - Directory part of filespec.
  2177.  . \frfiles(wildcard)       - Recursive file list.
  2178.  . \fdirectories(wildcard)  - Directory list.
  2179.  . \frdirectories(wildcard) - Recursive Directory list.
  2180.  . \fword(s,n,...)          - nth word from string s.
  2181.  . \fsplit(s,&a,...)        - Split words of string s into array \&a[].
  2182.  . \fdimension(&a)          - Dimension of array \&a[].
  2183.  . \ferrstring(n)           - System error message for code n.
  2184.  . \fkrb...()               - Kerberos-related functions.
  2185.  
  2186. New command-line options:
  2187.  . -G: get file and write it to standard output.
  2188.  . -L: recursive directory traversal when sending.
  2189.  . -V: = SET FILE NAMES LITERAL, SET FILE PATTERNS OFF, i.e. obey -i or -T.
  2190.  . -#: K95 startup flags.
  2191.  
  2192. FIXES
  2193.  
  2194. General:
  2195.  . Occasional hanging on EXIT resolved.
  2196.  . Numerous problems caused by MSC optimizer: Wyse protect mode would enter
  2197.    infinite loop; GET would fail after an XMODEM SEND; VT regional scrolling...
  2198.  . Certain commands were not getting into the command recall buffer.
  2199.  . DIRECTORY command displayed one file less than it should have.
  2200.  . Console mode was changed from TEXT to BINARY and not restored in Win95.
  2201.  . MKDIR command didn't in work in OS/2.
  2202.  
  2203. Communication:
  2204.  . Slow echoing problems resolved.
  2205.  . Exit warning was generated if a TAPI device was open even if not in use.
  2206.  . CONNECT would succeed if a TAPI device was open but no call in progress.
  2207.  . TAPI device not closed when deselected, preventing other apps from
  2208.    accessing it until K95 terminated.
  2209.  . SET MODEM COMMAND VOLUME HIGH did the wrong thing.
  2210.  . Assorted Telnet initialization problems on non-Telnet ports.
  2211.  . Assorted minor Telnet negotiation problems.
  2212.  . URL rlogin://host did not work (since "rlogin" not a real service name).
  2213.  . The SET TCP NODELAY did not work.
  2214.  
  2215. Terminal Emulation:
  2216.  . VT emulation CSI Pn X did not erase attributes along with characters.
  2217.  . BA80 did not handle Function Key Labels or Status Line commands.
  2218.  . VT/ANSI emulation <ESC>E (NEL) at bottom bottom was not scrolling.
  2219.  . QANSI graphics characters were displayed incorrectly.
  2220.  . Wyse graphics incorrectly converted to local code page in Windows NT.
  2221.  . Host programming of function keys in AT386 and SCOANSI emulation was broken.
  2222.  . MSKERMIT KEYCODE for Ctrl-Enter was wrong.
  2223.  . Various problems fixed in HPTERM emulation.
  2224.  . DG transparent printing would fail to print ESC.
  2225.  . SET TERMINAL TYPE set the wrong flag when National Charsets were used.
  2226.  . Unwanted entry into "mark mode" when using mouse to copy.
  2227.  
  2228. File transfer:
  2229.  . SET FILE NAMES LITERAL sometimes unnecessarily inhibited file transfers.
  2230.  . Autodownload didn't work when parity was mismatched.
  2231.  . XYZmodem receives reported twice the number of files received.
  2232.  
  2233. Client/server:   
  2234.  . Server end of REMOTE SET WINDOW / RECEIVE PACKET-LENGTH values not checked.
  2235.  
  2236. Script Programming:
  2237.  . "def \%a 12:00:00, pause \%a" caused a parse error.
  2238.  . RETURN from inside SWITCH didn't work.
  2239.  . RUN didn't set SUCCESS/FAILURE or \v(pexitstat).
  2240.  . SET TITLE did not update title immediately.
  2241.  . Failure to EXIT sometimes, notably in host mode.
  2242.  . Certain commands like SET TERM TYPE would terminate APC prematurely.
  2243.  . An empty APC command would send K95 into an infinite loop.
  2244.  
  2245. Printing:
  2246.  . Various parsing problems with SET PRINTER switches.
  2247.  . Default windows printer queue might not have been detected on NT.
  2248.  . Networked windows printer queues could not be seen on NT.
  2249.  
  2250. Dialer:
  2251.  . Login Script Text box data was being lost.
  2252.  . Printer Type combo box could not be set to File, Pipe, or None.
  2253.  . Communications page would not always retain the override speed.
  2254.  
  2255. WHAT'S NEXT
  2256.  
  2257. After this release, hopefully not very long after, will come version 1.1.17,
  2258. whose major features will be:
  2259.  
  2260.  . GUI install procedure.
  2261.  . Internet-downloadable time-expiring demo version.
  2262.  . CDROM distribution.
  2263.  . Online HTML manual.
  2264.  . Fixes to any bugs reported in 1.1.16.
  2265.  
  2266. And maybe a surprise or two.  Then after that, on the the long-awaited
  2267. full-GUI version.
  2268.  
  2269. IF YOU HAVE QUESTIONS
  2270.  
  2271. Send email to:
  2272.  
  2273.   kermit-support@columbia.edu  <-- Technical questions
  2274.   kermit-orders@columbia.edu   <-- Ordering questions
  2275.  
  2276. Jeffrey Altman, Frank da Cruz, Christine Gianone
  2277. The Kermit Project, Columbia University
  2278. New York City
  2279.  
  2280.  
  2281. From fdc@watsun.cc.columbia.edu Fri May 15 19:06:25 EDT 1998
  2282. Article: 37 of comp.protocols.kermit.announce
  2283. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  2284. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2285. Newsgroups: comp.protocols.kermit.announce
  2286. Subject: C-Kermit 6.1 Available for Beta Testing
  2287. Followup-To: comp.protocols.kermit.misc
  2288. Date: 15 May 1998 23:03:18 GMT
  2289. Organization: Columbia University
  2290. Lines: 259
  2291. Message-ID: <6jihjm$4t0$1@apakabar.cc.columbia.edu>
  2292. NNTP-Posting-Host: watsun.cc.columbia.edu
  2293. Keywords: Kermit,C-Kermit
  2294. Xref: news.columbia.edu comp.protocols.kermit.announce:37
  2295.  
  2296.  
  2297. This is to announce a brief public Beta testing period for C-Kermit 6.1,
  2298. communications software for UNIX, VMS, Stratus VOS, AOS/VS, Plan 9, OS-9,
  2299. the Commodore Amiga, and other platforms.
  2300.  
  2301. C-Kermit is both a serial communications program and a network client
  2302. (and server) on TCP/IP and other networks, offering a consistent approach 
  2303. to online interactive sessions, file transfer, and character-set translation,
  2304. with full scripting capability.  For a detailed description of C-Kermit's
  2305. features as of version 6.0, see:
  2306.  
  2307.   http://www.columbia.edu/kermit/ck60.html
  2308.  
  2309. The new features in C-Kermit 6.1 include:
  2310.  
  2311.  * Program management:
  2312.    . Command modifiers (switches)
  2313.    . Editor and web browser interfaces
  2314.  
  2315.  * Making and Using Connections
  2316.    . Kerberos(TM) V and Secure Remote Password (SRP)(TM) security
  2317.    . Support for multihomed IP hosts / host pools
  2318.    . Dialing improvements (10-digit dialing, blind dialing, etc)
  2319.    . New all-purpose "generic-high-speed" modem type
  2320.    . Other new modem types and controls
  2321.    . New Telnet protocol options
  2322.    . External communication program interface
  2323.    . Ability to accept incoming TCP connections in VMS
  2324.    . Support for IBM AIXLink/X.25
  2325.    . Improved reaction to carrier loss in VMS and UNIX
  2326.    . Higher serial speeds in VMS, IRIX, SCO, BSDI, Linux, ...
  2327.    . Hardware flow control for IRIX
  2328.  
  2329.  * File Transfer and Management
  2330.    . File-transfer command switches (e.g. for file selection)
  2331.    . File-transfer pipes and filters
  2332.    . Automatic per-file text/binary mode switching (by name)
  2333.    . Transfer and preservation of file permissions
  2334.    . Ability to transfer directory trees even between unlike systems
  2335.    . New file management commands and features
  2336.    . Improved performance and responsiveness
  2337.    . High-precision timers and statistics
  2338.    . New display and log formats
  2339.  
  2340.  * New and improved client/server features
  2341.  * Greek character sets
  2342.  
  2343.  * Script Programming
  2344.    . Ability to pass more than ten arguments to a macro
  2345.    . New and improved built-in variables and functions
  2346.    . Built-in help for functions
  2347.    . Function and variable diagnostics
  2348.    . New IF conditions
  2349.    . Autodownload during INPUT command execution
  2350.    . New OUTPUT command options
  2351.    . Automatic arrays
  2352.    . Array initializers
  2353.    . Assignment operators
  2354.  
  2355.  * Bug fixes
  2356.    . Assorted problems with serial ports in UNIX and VMS
  2357.    . Problems with UNIX (UUCP) lockfiles, especially in HP-UX and AIX
  2358.    . Broken CD command in VMS 6.2 and later on Alpha
  2359.    . Failure to return proper exit status code under some conditions
  2360.    . Failure to report exit status of external programs or commands
  2361.    . Incorrect transfer of various oddball file formats in VMS
  2362.    . Assorted problems with fullscreen file-transfer display
  2363.    . Overzealous exit warnings
  2364.    . Lots more
  2365.  
  2366.  * New platforms include:
  2367.    . IRIX 6.2, 6.3, 6.4
  2368.    . AIX 4.2, 4.3
  2369.    . Solaris 2.6
  2370.    . HP-UX 11.00
  2371.  
  2372. This is just a brief list; the complete story runs to about 100 printed
  2373. pages, and can be found in the ckermit2.upd file, which is a supplement to
  2374. Using C-Kermit, 2nd Edition.  An overview of some of the new features can
  2375. be found on the C-Kermit 6.1 Beta web page:
  2376.  
  2377.   http://www.columbia.edu/kermit/ck61.html
  2378.  
  2379. You can access the Beta test files at the URL above if you have a Web
  2380. browser.  Otherwise...
  2381.  
  2382. HOW TO GET IT
  2383.  
  2384. You can obtain the current C-Kermit 6.1 Beta test, which is Beta.05 (earlier
  2385. Alpha and Beta edits were tested privately) in any of several archive
  2386. formats from ftp://kermit.columbia.edu/kermit/test/tar/ (binary mode):
  2387.  
  2388.   cku193.tar.Z
  2389.     Source code and text files for UNIX and VMS, UNIX tar archive,
  2390.     compress format.
  2391.   cku193.tar.gz
  2392.     Source code and text files for UNIX and VMS, UNIX tar archive, gzip
  2393.     format.
  2394.   cku193.zip
  2395.     Source code and text files for UNIX and VMS, ZIP archive.
  2396.  
  2397. (That is: via ftp to kermit.columbia.edu, user anonymous, using your email
  2398. address as the password, directory kermit/test/tar, binary mode.)
  2399.  
  2400. These archives contain complete UNIX and VMS source code as well as
  2401. documentation updates, installation instructions, hints and tips files,
  2402. initialization files, scripts, demos, etc.
  2403.  
  2404. UNIX instructions: download into an empty directory, uncompress, untar,
  2405.   "make xxx", where xxx is the appropriate target from the makefile for 
  2406.   your platform (read the comments at the top of the makefile).  See the
  2407.   ckuins.doc file for greater detail.
  2408.  
  2409. VMS instructions: Read the CKVINS.DOC file.
  2410.  
  2411. You can also retrieve the text files only (without the source code) in the
  2412. following archives:
  2413.  
  2414.   cku193txt.tar.Z
  2415.     Text files for UNIX and VMS, UNIX tar archive, compress format.
  2416.   cku193txt.tar.gz
  2417.     Text files for UNIX and VMS, UNIX tar archive, gzip format.
  2418.   cku193txt.zip
  2419.     Text files for UNIX and VMS, ZIP archive.
  2420.  
  2421. Source code and text files are also available separately, as individual
  2422. files, in the kermit/test/text/ directory; transfer in ASCII (text) mode.
  2423. These include files for platforms other than UNIX and VMS, such as Stratus
  2424. VOS, OS-9, etc.  See the ckaaaa.hlp (in that directory) file for details.
  2425.  
  2426. INDIVIDUAL BINARIES
  2427.  
  2428. Individual binaries are available from:
  2429.  
  2430.   ftp://kermit.columbia.edu/kermit/test/bin/
  2431.  
  2432. for those who can not build from source code.  Be sure to download in binary
  2433. (not ASCII or text) mode.  Those marked with "+" are C-Kermit 6.1 Beta.05;
  2434. those without the "+" are from earlier Beta tests, or in some cases, from
  2435. Alpha tests.
  2436.  
  2437. After downloading, rename to "wermit" or "wermit.exe" (etc), as appropriate
  2438. for your operating system (as opposed to "kermit", to prevent confusion
  2439. between the production and test versions) and, if necessary, give execute
  2440. permission, e.g. (in UNIX):
  2441.  
  2442.  chmod +x wermit
  2443.  
  2444. Note that any executable C-Kermit 6.1 binary should also be accompanied by
  2445. an assortment of text files -- documentation updates, installation
  2446. instructions, hints and tips, etc; see the previous section.
  2447.  
  2448.    If you are able to make a binary not listed below (or that 
  2449.    is listed below, but without the "+"), please let us know by
  2450.    email to kermit@columbia.edu.
  2451.  
  2452. The binaries currently available are as follows (check the READ.ME file
  2453. in ftp://kermit.columbia.edu/kermit/test/bin/ updates):
  2454.  
  2455.   ck9ker-net.bin                    OS-9/68K 2.4
  2456.   ck9ker-nonet.bin                  OS-9/68K 2.4
  2457.  
  2458. + ckdker-aosvsii.pr                 DG MV 2500 AOS/VS-II 2.20.73
  2459.  
  2460. + ckiker.exe                        Commodore Amiga, AmigaDOS 3.1 or higher
  2461.  
  2462. + ckpker.plan9_68020                Plan 9 from Bell Labs on 680x0
  2463. + ckpker.plan9_i386                 Plan 9 from Bell Labs on PC
  2464. + ckpker.plan9_mips                 Plan 9 from Bell Labs on MIPS
  2465. + ckpker.plan9_sparc                Plan 9 from Bell Labs on Sparc
  2466.  
  2467. + ckuker.aix41                      IBM RS/6000 AIX 4.1
  2468. + ckuker.bsd44-hp9000_300           HP-9000/300 4.4BSD-Lite
  2469.   ckuker.bsdi2-2.1                  PC, BSDI 2.1
  2470.   ckuker.bsdi2-3.0                  PC, BSDI 3.0
  2471. + ckuker.bsdi3-3.1                  PC, BSDI 3.1
  2472. + ckuker.du32                       DEC Alpha Digital UNIX 3.2
  2473. + ckuker.du40-4.0b                  DEC Alpha Digital UNIX 4.0B
  2474.   ckuker.hpux500wintcp              HP-9000/550 HP-UX 5.21 TWG-TCP/IP 1.2
  2475. + ckuker.hpux65oc-hp9000_350        HP-9000/350 HP-UX 6.5
  2476. + ckuker.hpux70olfnc-hp9000_350     HP-9000/350 HP-UX 7.05
  2477. + ckuker.hpux80c-hp9000_385         HP-9000/385 HP-UX 8.00 (not optimized)
  2478. + ckuker.hpux80oc-hp9000_425S       HP-9000/425S HP-UX 8.00 (optimized)
  2479. + ckuker.hpux80onotcp-hp9000_425S   HP-9000/425S HP-UX 8.00 (ditto, no TCP)
  2480. + ckuker.hpux90mot-9.10-hp9000_340  HP-9000/340 HP-UX 9.10 (Motorola CPU)
  2481. + ckuker.hpux90-9.05-hp9000_712     HP-9000/712 HP-UX 9.05 (not optimized)
  2482. + ckuker.hpux90o-9.05-hp9000_712    HP-9000/712 HP-UX 9.05 (optimized)
  2483. + ckuker.hpux90o700-9.05-hp9000_712 HP-9000/712 HP-UX 9.05 (optimized for 700)
  2484. + ckuker.hpux100-10.20              HP-9000/715/33 HP-UX 10.20 (not optimized)
  2485. + ckuker.hpux100o-10.20             HP-9000/715/33 HP-UX 10.20 (optimized)
  2486. + ckuker.hpux1100                   HP-9000/K200 HP-UX 11.00 (not optimized)
  2487. + ckuker.hpux1100o+                 HP-9000/K200 HP-UX 11.00 (optimized)
  2488. + ckuker.irix53                     SGI IRIX 5.3
  2489. + ckuker.irix62                     SGI IRIX 6.2
  2490. + ckuker.irix63                     SGI IRIX 6.3
  2491. + ckuker.irix64                     SGI IRIX 6.4
  2492.   ckuker.is5r3jc-4.1                PC, Sunsoft Interactive UNIX 4.1
  2493. + ckuker.linux-1.2.13-i386          PC, Red Hat Linux 1.2.13
  2494. + ckuker.linux-2.0.33-i386          PC, Slackware 3.4 Linux 2.0.33
  2495. + ckuker.next-3.1-mc68040           NeXT 68040 NeXTSTEP 3.1
  2496. + ckuker.next33-mc68040             NeXT 68040 NeXTSTEP 3.3
  2497. + ckuker.pyramid                    Pyramid MIS-12/06 OSx5.1a-93a080
  2498. + ckuker.pyrdcosx                   Pyramid MIS-ES6/1024 SMP_DC-OSx1.1-95c087.2
  2499. + ckuker.qnx16                      QNX 4.24 16-bit
  2500. + ckuker.qnx32                      QNX 4.24 32-bit
  2501. + ckuker.sco32v4netnd-odt2          PC, SCO ODT 2.0 (with TCP/IP)
  2502. + ckuker.sco32v504                  PC, SCO OpenServer 5.0.4 (no net)
  2503. + ckuker.sco32v504net               PC, SCO OpenServer 5.0.4 (TCP/IP)
  2504. + ckuker.sinix542-5.42-mips         SNI SINIX-N 5.4.2 MIPS (RM200)
  2505. + ckuker.solaris24-sparc            Sun Sparc, Solaris 2.4
  2506. + ckuker.solaris24g-sparc           Sun Sparc, Solaris 2.4 (made with gcc)
  2507. + ckuker.solaris24x25-sparc         Sun Sparc, Solaris 2.4 with SunLink X.25
  2508. + ckuker.solaris25-2.5.1-sparc      Sun Sparc, Solaris 2.5.1
  2509. + ckuker.solaris25g-2.5.1-sparc     Sun Sparc, Solaris 2.5.1 (made with gcc)
  2510. + ckuker.solaris26-2.6-sparc        Sun Sparc, Solaris 2.6
  2511. + ckuker.sunos41c-4.1.3-sparc       Sun Sparc, SunOS 4.1.3_U1
  2512. + ckuker.sunos41gcc-4.1.3-sparc     Sun Sparc, SunOS 4.1.3_U1 (made with gcc)
  2513. + ckuker.sv68r3v6                   Motorola MVME 147 68K, System V/68 R3V6
  2514. + ckuker.sv88r40                    Motorola MVME 187 88K, System V R4 V4.4
  2515. + ckuker.sys3upcgc                  AT&T 7300 UNIX PC (with curses)
  2516. + ckuker.sys3upcold                 AT&T 7300 UNIX PC (no curses)
  2517. + ckuker.sys3upcm                   AT&T 7300 UNIX PC (minimum size)
  2518. + ckuker.att351gm                   AT&T 7300 UNIX PC (hardware flow control)
  2519. + ckuker.ultrix43-mips              DECstation 5000, Ultrix 4.3
  2520. + ckuker.unixware-1.1.2             PC, Unixware 1.1.2
  2521.   ckuker.unixware2-2.1.1            PC, Unixware 2.1.1
  2522. + ckuker.unixware2-2.1.2            PC, Unixware 2.1.2
  2523.  
  2524. + ckvaker-vms62-nonet.exe           Alpha CPU, VMS 6.2,   no TCP/IP
  2525.   ckvaker-vms62-tgv40a.exe          Alpha CPU, VMS 6.2,   MultiNet 4.0A
  2526. + ckvaker-vms62-tgv40b.exe          Alpha CPU, VMS 6.2,   MultiNet 4.0B
  2527. + ckvaker-vms62-ucx40.exe           Alpha CPU, VMS 6.2,   UCX 4.0
  2528. + ckvaker-vms71-nonet.exe           Alpha CPU, VMS 7.1,   no TCP/IP
  2529. + ckvaker-vms71-tgv40b.exe          Alpha CPU, VMS 7.1,   MultiNet 4.0B
  2530.  
  2531. + ckvvker-vms44-nonet.exe           VAX CPU,   VMS 4.4,   no TCP/IP
  2532. + ckvvker-vms44-twg32.exe           VAX CPU,   VMS 4.4,   Wollongong 3.2
  2533.   ckvvker-vms45-nonet.exe           VAX CPU,   VMS 4.5,   no TCP/IP
  2534. + ckvvker-vms55-nonet.exe           VAX CPU,   VMS 5.5-2, no TCP/IP
  2535. + ckvvker-vms55-ucx20.exe           VAX CPU,   VMS 5.5-2, UCX 2.0
  2536. + ckvvker-vms61-nonet.exe           VAX CPU,   VMS 6.1,   no TCP/IP
  2537. + ckvvker-vms61-tgv40a.exe          VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  2538. + ckvvker-vms71-nonet.exe           VAX CPU,   VMS 7.1,   no TCP/IP
  2539. + ckvvker-vms71-tgv40b.exe          VAX CPU,   VMS 7.1,   MultiNet 4.0B
  2540.  
  2541. Please send bug reports, questions, comments, or reports of success to
  2542. kermit@columbia.edu.  With your help, we should have a final 6.1 release in
  2543. short order.
  2544.  
  2545. Thanks!  And thanks to the many people who tested previous Alpha and Beta
  2546. edits, and who contributed code, fixes, ideas, bug reports, makefile
  2547. entries, new builds and/or binaries during the development period, with
  2548. special thanks to Jeffrey Altman, Ric Anderson, William Bader, Gerry
  2549. Belanger, Mark Berryman, Dale Dellutri, Peter Eichhorn, Lucas Hart, David
  2550. Lane, Peter Mauzey, Stephen Riehm, Nigel Roles, Ted Ts'o, and Steve Walton.
  2551.  
  2552. Frank da Cruz
  2553. The Kermit Project
  2554. Columbia University
  2555.  
  2556.  
  2557. From fdc@watsun.cc.columbia.edu Mon Jun 22 10:27:01 EDT 1998
  2558. Article: 38 of comp.protocols.kermit.announce
  2559. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  2560. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2561. Newsgroups: comp.protocols.kermit.announce
  2562. Subject: Announcing Kermit 95 1.1.17
  2563. Date: 21 Jun 1998 23:39:59 GMT
  2564. Organization: Columbia University
  2565. Lines: 87
  2566. Message-ID: <6mk5kf$ss8$1@apakabar.cc.columbia.edu>
  2567. NNTP-Posting-Host: watsun.cc.columbia.edu
  2568. Xref: news.columbia.edu comp.protocols.kermit.announce:38
  2569.  
  2570. Kermit 95 1.1.17 for Windows 95/98, Windows NT, and OS/2 is now available as
  2571. a patch to earlier K95 versions:
  2572.  
  2573.   http://www.columbia.edu/kermit/k95.html       <-- Kermit 95 Website
  2574.   http://www.columbia.edu/kermit/k95patch.html  <-- 1.1.17 Patch
  2575.  
  2576. New features:
  2577.  . New Second Edition of the Kermit 95 manual in HTML rather than printed
  2578.  . PCTERM keyboard capability added
  2579.  . Ability to switch active keyboard and input mode (e.g. US / Hebrew)
  2580.  . LOTS of new code pages for Euro readiness
  2581.  . Scrollback and Mark-mode status now shown in Title bar
  2582.  . XMODEM-CRC file-transfer protocol
  2583.  . Date conversion functions, including Julian date
  2584.  . Telephone number testing and conversion functions
  2585.  . New DEC Kverbs for PC keyboard on VT520
  2586.  . Kerberos SET AUTHENTICATION {K4, K5} SERVICE-NAME <name>   
  2587.  . SHOW TERMINAL and SHOW CHARACTER-SETS reorganized and improved
  2588.  
  2589. Crashes Fixed:
  2590.  . Dialer crashes when TMP or TEMP environment variable has bad value
  2591.  . K95 crash if serial connection hung up during XYZMODEM transfer
  2592.  
  2593. Networking Fixes:
  2594.  . Various fixes to Kerberos, SRP, etc.
  2595.  . Certain obscure problems with IP domain name resolution 
  2596.  . Problems with TES32 worked around
  2597.  . OS/2 TCP/IP problems corrected 
  2598.  
  2599. Script Programming Fixes:
  2600.  . \fword(), \frindex() had off-by-1 errors
  2601.  . Value of retun code from END statement was inaccessible
  2602.  . Limit on macro definition length was smaller than advertised
  2603.  . Certain extraneous warning messages when parsing a switch
  2604.  . LOOKUP command did not report FAILURE
  2605.  . REMOTE command did not report FAILURE
  2606.  . PAUSE always reported FAILURE
  2607.  . The \v(os...) variables were wrong in OS/2
  2608.    RUN command interfered with screen updates in a script
  2609.  . Problems parsing SET TERM ESCAPE-CHARACTER
  2610.  
  2611. Command Interface Fixes:
  2612.  . Inability to include backslash at the end of a key definition
  2613.  . Beeping dead keys in NT
  2614.  . Incorrect interpretation of dead keys in K95 Command screen in NT
  2615.  . Occasional "dead keyboard" after clicking on a URL
  2616.  
  2617. Terminal Emulation Fixes:
  2618.  . Broken Scroll Up/Down in HFT, AIXTERM, SCOANSI, and AT386.
  2619.  . Wyse60 emulation character-set bank switching and assignment
  2620.  . SCOANSI/AT386 attribute reset
  2621.  . Minor problems in QANSI emulation
  2622.  . Alt-. and Alt-; in Word Perfect Keyboard mode
  2623.  . Missing ISO 2022 character-set sequences in some ANSI X3.64 emulations
  2624.  . Missing restore default fore/background color escape sequences
  2625.  . Bad cursor positioning with double-width characters
  2626.  
  2627. File Transfer Fixes:
  2628.  . Illegal switch combinations on GET/REGET commands no longer allowed
  2629.  . Problems with file transfer recovery versus filename pattern match
  2630.  . K95 server's response REMOTE HELP contained some extraneous characters
  2631.  
  2632. Miscellaneous Fixes:
  2633.  . 10-digit dialing procedure omitted the area code
  2634.  . PDIAL misapplied dialing rules
  2635.  . SET BELL VISIBLE didn't work reliably
  2636.  . Various minor problems with code pages in Windows 95
  2637.  . Problems with TELNET.EXE/RLOGIN.EXE finding K95.EXE if spaces in pathname
  2638.  
  2639. The new manual is completely up to date with this new version of Kermit 95,
  2640. and replaces the original "Kermit 95" booklet as well as many text files from
  2641. the DOCS directory and elsewhere.  It is now an HTML document that you can
  2642. read and navigate with your browser, extensively illustrated, cross-linked,
  2643. and indexed.  It doesn't use any HTML features past 1.0, so it can be read
  2644. with any browser at all.  Because of the inclusion of the new manual, the
  2645. 1.1.17 patch is rather large (about 1.7MB for the Wintel version).
  2646.  
  2647. >From now on, Kermit 95 shrink wraps, bulk licenses, and academic site licenses
  2648. will be distributed on CDROM rather than diskettes.  (Anyone who buys a
  2649. shrinkwrapped copy and finds it contains an earlier release can, of course,
  2650. patch up to the current release).
  2651.  
  2652. Please send reports of any difficulty with the patches by email to:
  2653.  
  2654.   kermit-support@columbia.edu
  2655.  
  2656. - Jeff & Frank
  2657.  
  2658.  
  2659. From kermit-support@columbia.edu Sat Nov 30 20:32:20 EST 1996
  2660. Article: 23 of comp.protocols.kermit.announce
  2661. Path: news.columbia.edu!news.columbia.edu!watsun.cc.columbia.edu!fdc
  2662. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2663. Newsgroups: comp.protocols.kermit.announce
  2664. Subject: Announcing Kermit 95 1.1.8
  2665. Date: 22 Nov 1996 01:15:35 GMT
  2666. Organization: Columbia University
  2667. Lines: 90
  2668. Message-ID: <572urn$r1f$1@apakabar.cc.columbia.edu>
  2669. Reply-To: kermit-support@columbia.edu
  2670. NNTP-Posting-Host: watsun.cc.columbia.edu
  2671. Xref: news.columbia.edu comp.protocols.kermit.announce:23
  2672.  
  2673.  
  2674. Version 1.1.8 of Kermit 95 serial and network communications software for
  2675. Windows 95 and NT is now available from the Kermit Project at Columbia
  2676. University.
  2677.  
  2678. Kermit 95 offers a variety of communication methods, a wide range of
  2679. terminal emulations, Kermit and XYZMODEM file transfer, script programming,
  2680. and international character-set translation.
  2681.  
  2682. Kermit 95 is a native 32-bit Windows 95 and NT application on Intel
  2683. platforms and (for NT only) also for the PowerPC and DEC Alpha.
  2684.  
  2685. If you have not used Kermit 95 before, visit our Web site for a thorough
  2686. introduction:
  2687.  
  2688.   http://www.columbia.edu/kermit/k95.html
  2689.  
  2690. The most important changes in version 1.1.8 are:
  2691.  
  2692.  . New terminal emulations:
  2693.    - Hazeltine 1500
  2694.    - Hewlett Packard 2621A
  2695.    - Volker Craig VC404
  2696.  
  2697.  . Terminal-Emulation Character Sets (Windows NT only):
  2698.    - Kermit 95's terminal emulator is now based 100% on Unicode
  2699.    - Arabic, Greek, Turkish, ISO 8859-3 thru -10 terminal character sets added
  2700.    - Full ISO 2022 character-set designation and invocation
  2701.    - Any mixture of character sets can be shown on the screen at once
  2702.      if they are in your font (e.g. Lucida Console)
  2703.  
  2704.  . Keyboard Handling Improvements:
  2705.    - LK450 keyboards now supported
  2706.    - Default terminal- and mode-specific keymaps can now be changed
  2707.    - Expanded EMACS mode
  2708.  
  2709.  . Other Terminal Emulation Improvements:
  2710.    - Horizontal scrolling
  2711.    - Automatic macro execution upon terminal-type switching
  2712.    - xterm / DECterm enhancements added to VT220/320 emulation
  2713.    - VT 320 status line now fully supported
  2714.    - User settable answerback message
  2715.    - Numerous Wyse and Televideo improvements
  2716.    - LOG SESSION corrected to record untranslated characters
  2717.  
  2718.  . Communications:
  2719.    - Cardinal modems now supported
  2720.    - InterConnections, Inc, TES32 connections are now supported
  2721.    - Multiple SuperLAT sessions now supported
  2722.    - Support for TELNET NEW-ENVIRONMENT protocol added
  2723.    - New commands to overcome TELNET binary-mode misnegotiations
  2724.  
  2725.  . Dialer:
  2726.    - New button to create script files
  2727.    - Multiple sessions to same Dialer entry now allowed
  2728.    - Dialer now puts entry name in the K95 title bar
  2729.    - Terminal type selection is now a scroll list of all 23 emulations
  2730.    - New minimize-on-use option
  2731.    - Browse-file dialogs added for notebook Login and Keyboard pages
  2732.    - Alt-F4, Close, and Cancel now ask permission to close window
  2733.  
  2734. And other improvements, new features, and fixes too numerous to list here.
  2735. For a complete description of the new release see:
  2736.  
  2737.   ftp://www.columbia.edu/kermit/k95/updates.doc
  2738.  
  2739. HOW TO GET IT
  2740.  
  2741. The new release can be ordered in shrink-wrapped or bulk- or site-licensed
  2742. form from Columbia University.  All orders received starting today will be
  2743. filled with version 1.1.8.  Find ordering information at:
  2744.  
  2745.   http://www.columbia.edu/kermit/k95.html
  2746.  
  2747. Current registered users of Kermit 95 can download the 1.1.8 upgrade patch
  2748. from our BBS or from our ftp site:
  2749.  
  2750.   ftp://kermit.columbia.edu/kermit/k95/patches/
  2751.  
  2752. or on the Web:
  2753.  
  2754.   http://www.columbia.edu/kermit/k95patch.html
  2755.  
  2756. Please send any questions or problem reports by e-mail to:
  2757.  
  2758.   kermit-support@columbia.edu
  2759.  
  2760. Frank da Cruz
  2761. The Kermit Project
  2762. Columbia University
  2763.  
  2764.  
  2765. From fdc@watsun.cc.columbia.edu Mon Jan  3 17:09:14 EST 2000
  2766. Article: 40 of comp.protocols.kermit.announce
  2767. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  2768. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2769. Newsgroups: comp.protocols.kermit.announce
  2770. Subject: Announcing G-Kermit 1.00
  2771. Date: 3 Jan 2000 21:57:59 GMT
  2772. Organization: Columbia University
  2773. Lines: 44
  2774. Message-ID: <84r617$pqb$1@newsmaster.cc.columbia.edu>
  2775. NNTP-Posting-Host: watsun.cc.columbia.edu
  2776. X-Trace: newsmaster.cc.columbia.edu 946936679 26443 128.59.39.2 (3 Jan 2000 21:57:59 GMT)
  2777. X-Complaints-To: postmaster@columbia.edu
  2778. NNTP-Posting-Date: 3 Jan 2000 21:57:59 GMT
  2779. Keywords: Kermit G-Kermit
  2780. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:40
  2781.  
  2782. This to announce a new, compact, and GPL'd Kermit program for UNIX.  The
  2783. new program is called G-Kermit (GNU Kermit).  It is intended to meet the
  2784. need for a Kermit protocol implementation that is:
  2785.  
  2786.  . Stable and low-maintenance
  2787.  . Compact and fast with no frills
  2788.  . Under the GNU Public License
  2789.  
  2790. G-Kermit is command-line only (no interactive commands or scripting) and
  2791. remote-mode only (no making connections).  It has an extremely simple user
  2792. interface, and implements a large subset of the Kermit protocol in a small
  2793. amount of highly portable code.
  2794.  
  2795. It has been built and tested on a wide variety of UNIX platforms, ranging
  2796. from early-1980s to up-to-the-minute, using both traditional C and ANSI C.
  2797. It is designed to be as independent as possible of platform-specific
  2798. features, and therefore to be stable for many years if we resist the
  2799. temptation to add features to it.  The size of the binary ranges from 33K
  2800. (on HP-UX 8.00) to 104K on Ultrix/MIPS, with an average size of 53K over 64
  2801. builds, and a typical size of 37K on PC-based UNIXes.
  2802.  
  2803. It's easy to build, install, and uninstall.  It requires no privileges.
  2804. Documentation is included as a plain-text README file and a man page.
  2805.  
  2806. You can find G-Kermit 1.00 on the Web at:
  2807.  
  2808.   http://www.columbia.edu/kermit/gkermit.html
  2809.  
  2810. and by FTP at:
  2811.  
  2812.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.Z  (88K)
  2813.   ftp://kermit.columbia.edu/kermit/archives/gkermit.tar.gz (62K)
  2814.   ftp://kermit.columbia.edu/kermit/bin/gku100.* (individual binaries)
  2815.  
  2816. Uncompress, untar, read the README file, and take it from there (in most
  2817. cases you just type "make" to build it).
  2818.  
  2819. Send test reports to kermit-support@columbia.edu.
  2820.  
  2821. Frank da Cruz
  2822. The Kermit Project
  2823. Columbia University
  2824. New York City
  2825. Web: http://www.columbia.edu/kermit/
  2826.  
  2827.  
  2828. From fdc@watsun.cc.columbia.edu Mon Jan  3 17:09:19 EST 2000
  2829. Article: 41 of comp.protocols.kermit.announce
  2830. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  2831. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2832. Newsgroups: comp.protocols.kermit.announce
  2833. Subject: Announcing C-Kermit 7.0
  2834. Date: 3 Jan 2000 22:04:41 GMT
  2835. Organization: Columbia University
  2836. Lines: 146
  2837. Message-ID: <84r6dp$qb8$1@newsmaster.cc.columbia.edu>
  2838. NNTP-Posting-Host: watsun.cc.columbia.edu
  2839. X-Trace: newsmaster.cc.columbia.edu 946937081 26984 128.59.39.2 (3 Jan 2000 22:04:41 GMT)
  2840. X-Complaints-To: postmaster@columbia.edu
  2841. NNTP-Posting-Date: 3 Jan 2000 22:04:41 GMT
  2842. Keywords: Kermit Telnet IKSD Kerberos TLS SRP Unicode Linux Internet
  2843. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:41
  2844.  
  2845.  
  2846. C-Kermit 7.0 is a new release of C-Kermit communications software for UNIX
  2847. (all versions), VMS, VOS, QNX, OS-9, Plan 9, AOS/VS, and other platforms.
  2848. It replaces C-Kermit 6.0 of September 1996.  If you have Web access, you can
  2849. skip the rest of this message and go here:
  2850.  
  2851.   http://www.columbia.edu/kermit/ckermit.html
  2852.  
  2853. for a more complete presentation, complete with download links.
  2854.  
  2855. The major new features of C-Kermit 7.0 include:
  2856.  
  2857. A new license
  2858.   o Allows inclusion of C-Kermit with Free UNIX distributions
  2859.  
  2860. Making and Using Connections
  2861.   o Internet Kermit Service Daemon (IKSD) - client and server
  2862.   o Kerberos IV, Kerberos V, SRP, and SSL/TLS security
  2863.   o HTTP client commands
  2864.   o A new and improved Telnet protocol engine
  2865.   o TELNET protocol option debugging
  2866.   o Support for IBM AIXLink/X.25
  2867.   o Connections via external programs like ssh or tn3270
  2868.   o PPP dialing in UNIX
  2869.   o Give multiple phone numbers to the DIAL command
  2870.   o New support for 8 data bits + parity on serial connections
  2871.   o New ability to select number of stop bits on serial connections
  2872.   o Dialing improvements (10-digit dialing, blind dialing, PBXs, etc)
  2873.   o SET DIAL MACRO for last-minute phone number manipulations
  2874.   o 20 new built-in modem types
  2875.   o New all-purpose "generic-high-speed" modem type.
  2876.   o Higher serial speeds in VMS, IRIX, SCO, BSDI, Linux, . . .
  2877.   o Hardware flow control for more platforms
  2878.  
  2879. File Transfer and Management
  2880.   o FAST Kermit protocol settings are now the default
  2881.   o New streaming protocol for FTP-like speeds on reliable connections
  2882.   o Binary mode is now the default for file transfer, rather than text
  2883.   o File-transfer command switches (e.g. for file selection)
  2884.   o File-transfer pipes and filters
  2885.   o Automatic per-file text/binary mode switching (by name)
  2886.   o Transfer and preservation of file permissions
  2887.   o Ability to transfer directory trees even between unlike systems
  2888.   o Ability to move or rename each file after successful send or receive.
  2889.   o High-precision timers and statistics
  2890.   o New display and log formats
  2891.   o New options for coping with broken Kermit protocol partners
  2892.  
  2893. Character Sets
  2894.   o Automatic transfer/file character-set matching in file transfer.
  2895.   o Unicode / ISO-10646 Universal Character Set
  2896.   o Full conversion between Japanese character sets and Unicode
  2897.   o KOI8-R (Russian) and KOI8-U (Ukrainian) character sets
  2898.   o ISO 8859-7 Latin/Greek Alphabet (= ELOT 928)
  2899.   o ELOT 927 Greek, CP869 Greek code page
  2900.   o ISO 8859-15 Latin Alphabet 9 (includes Euro and OE)
  2901.   o Bulgaria-PC (code page)
  2902.   o Mazovia (Polish PC code page)
  2903.   o CP855 (Cyrillic PC code page)
  2904.   o CP858 (West European PC code page, includes Euro)
  2905.   o CP1250, 1251, 1252 (Windows code pages, include Euro)
  2906.  
  2907. Logs
  2908.   o New syslogging option for UNIX
  2909.   o New connection log
  2910.   o New brief transaction-log format option
  2911.   o New FTPD-like transaction-log format option
  2912.   o Time-critical debugging with millisecond timestamps.
  2913.   o Unbuffered transaction log (e.g. for UNIX "tail -f")
  2914.  
  2915. Script Programming
  2916.   o A new general-purpose file i/o package
  2917.   o Floating-point numbers and arithmetic
  2918.   o Associative arrays
  2919.   o Ability pass arguments to command files as well as macros
  2920.   o Pattern matching in the [M]INPUT command
  2921.   o Ability to pass more than ten arguments to a macro or command file
  2922.   o Expanded command buffer length to allow bigger macros, variables, etc.
  2923.   o Maximum number of macros increased.
  2924.   o New support for compound Boolean expressions.
  2925.   o "kerbang" scripts now take arguments from the command line.
  2926.   o New built-in Array operations: COPY, RESIZE, CLEAR, SET, SORT, ...
  2927.   o SEND an array as if it were a file
  2928.   o New SCREEN command for screen clearing & cursor positioning.
  2929.   o Date conversion functions (Julian dates, etc)
  2930.   o Timed ASK commands
  2931.   o New IF conditions
  2932.   o Automatic arrays
  2933.   o Array initializers
  2934.   o Assignment operators
  2935.   o New TRACE and SHOW STACK commands for debugging scripts.
  2936.  
  2937. New platforms
  2938.   o IRIX 6.2, 6.3, 6.4, and 6.5
  2939.   o AIX 4.2, 4.3 (including X.25)
  2940.   o DG/UX 5.4R4.11
  2941.   o Solaris 2.6 (including X.25 support)
  2942.   o Solaris 7
  2943.   o SCO OpenServer R5.0.0 through 5.0.5
  2944.   o SCO Unixware 7
  2945.   o HP-UX 10.01, 10.10, 10.20, 10.30, 11.00
  2946.   o Trusted HP-UX
  2947.   o Mac OS/X
  2948.   o OpenStep 4.2
  2949.   o Red Hat Linux 5.1 through 6.1
  2950.   o Slackware Linux 3.5 through 7.0
  2951.   o SuSE Linux 6.0
  2952.   o MkLinux DR3
  2953.   o New OpenBSD/NetBSD/FreeBSD versions
  2954.   o Siemens Nixdorf Reliant UNIX 5.43 and 5.44
  2955.   o Sequent DYNIX/ptx 4.4
  2956.   o Stratus VOS with TCP/IP and X.25 support
  2957.   o VMS 7.2
  2958.  
  2959. This is just a brief list; you can find more detail on the new C-Kermit
  2960. 7.0 web page:
  2961.  
  2962.   http://www.columbia.edu/kermit/ckermit.html
  2963.  
  2964. The complete story runs to more than 200 printed pages, and can be found in
  2965. the ckermit2.txt file, which is a supplement to Using C-Kermit, 2nd Edition,
  2966. until the new 3rd Edition is ready, probably about 6 months from now.
  2967.  
  2968. Thanks to the hundreds of people who contributed to the development and
  2969. testing of this new release over the past 3+ years, especially Jeffrey
  2970. Altman, Peter Eichhorn, Lucas Hart, Peter Mauzey, Fred Smith, Christian
  2971. Mondrup, Gerry Belanger, Clarence Dold, Graham Jenkins, William Bader,
  2972. Martin Whitaker, Nigel Roles, Dat Nguyen, Dragan Milicic, Steve Walton,
  2973. Nelson Beebe, JP Radley, Joe Doupnik, Ted T'so, and Carl Friend, with
  2974. apologies to anybody I forgot to list!
  2975.  
  2976. We have made and/or collected over 100 individual binaries so far; if you
  2977. can make any that are not listed as current on the web page:
  2978.  
  2979.   http://www.columbia.edu/kermit/ckermit.html#bin
  2980.  
  2981. please let me know.
  2982.  
  2983. If you have any problems getting or using the new version, send email
  2984. to kermit-support@columbia.edu.
  2985.  
  2986. Frank da Cruz
  2987. The Kermit Project
  2988. Columbia University
  2989. New York City
  2990. http://www.columbia.edu/kermit/
  2991.  
  2992.  
  2993. From fdc@watsun.cc.columbia.edu Thu Feb 17 11:44:41 EST 2000
  2994. Article: 42 of comp.protocols.kermit.announce
  2995. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  2996. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  2997. Newsgroups: comp.protocols.kermit.announce
  2998. Subject: Announcing Kermit 95 1.1.19
  2999. Date: 17 Feb 2000 16:42:02 GMT
  3000. Organization: Columbia University
  3001. Lines: 186
  3002. Message-ID: <88h8cq$7g1$1@newsmaster.cc.columbia.edu>
  3003. NNTP-Posting-Host: watsun.cc.columbia.edu
  3004. X-Trace: newsmaster.cc.columbia.edu 950805722 7681 128.59.39.2 (17 Feb 2000 16:42:02 GMT)
  3005. X-Complaints-To: postmaster@columbia.edu
  3006. NNTP-Posting-Date: 17 Feb 2000 16:42:02 GMT
  3007. Keywords: Kermit 95, Windows, OS/2
  3008. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:42
  3009.  
  3010.  
  3011. This is to announce Kermit 95 1.1.19 for Microsoft Windows 95, 98, NT, and
  3012. 2000, and IBM OS/2, replacing version 1.1.17 of June 1998.
  3013.  
  3014. Like its predecessors, version 1.1.19 comes in two pieces: a GUI Dialer to
  3015. set up and launch your connections, and the K95 program itself, that runs in
  3016. a Console window.  We had originally planned that the next release after
  3017. 1.1.17 would include a version of K95 that ran in a GUI window, but it's not
  3018. ready yet.  However, a new release was needed now:
  3019.  
  3020.  . Because of incompatible changes in the MIT Kerberos libraries;
  3021.  . To bring K95 current with C-Kermit 7.0.
  3022.  
  3023. Kermit 95 1.1.19 is a downloadable patch to K95 1.1.17:
  3024.  
  3025.   http://www.columbia.edu/kermit/k95patch.html
  3026.  
  3027. If you are running a pre-1.1.17 K95 version, you'll need to patch up to
  3028. 1.1.17 first, and then patch to 1.1.19.  
  3029.  
  3030. Warning: the 1.1.19 patch is about 3MB; allow sufficient time and disk space
  3031. for the download.  
  3032.  
  3033. Here is a brief list of the changes since 1.1.17:
  3034.  
  3035. DIALER
  3036.  . Redesigned File-Transfer page.
  3037.  . Lots of new configuration options added especially for secure connections.
  3038.  . Defunct predefined entries pruned.
  3039.  
  3040. GENERAL
  3041.  . New MANUAL command brings up the online K95 1.1.19 manual.
  3042.  . New built-in DIRECTORY command with numerous options.
  3043.  . New SET OPTIONS command to customize directory-listing preferences.
  3044.  . Consistent file-selection switches for SEND, DIR, DELETE, etc.
  3045.  . New notation for relative dates (+3days, -6months, yesterday, tomorrow)
  3046.  . Ability to restrict filenames to 8.3 notation on Windows 95/98/NT/2000.
  3047.  
  3048. SECURITY
  3049.  . Kerberos implementation updated to new Kerberos library releases.
  3050.  . Kerberos Rlogin protocol added with encryption option.
  3051.  . Automatic Kerberos TGT get and destroy modes.
  3052.  . Secure Remote Password implementation updated to support SRP 1.5.0.
  3053.  . OpenSSL support added to provide secure connections to TELNET, IKS,
  3054.      HTTP, and other services using public key cryptography and X.509
  3055.      certificates.
  3056.  . Microsoft NTLM authentication added for use with Microsoft Windows
  3057.      2000 and NT Services for Unix.
  3058.  
  3059. NETWORKING
  3060.  . Internet Kermit Service client.
  3061.  . Overhauled Telnet negotiation engine:
  3062.    + Improved standards compliance.
  3063.    + More script-friendly.
  3064.    + More configurable.
  3065.    + Ability to set connection policies.
  3066.  . File transfers through Pragma Systems' NT Telnet Server.
  3067.  . Ability to forward X-Windows Session data across the Telnet connection
  3068.  . DNS SRV record lookups.
  3069.  . HTTP client commands.
  3070.  
  3071. SERIAL COMMUNICATIONS
  3072.  . New support for 8 data bits + parity on serial connections.
  3073.  . New ability to select number of stop bits on serial connections.
  3074.  . Test dial procedures without actually dialing.
  3075.  . Dialing improvements (10-digit dialing, blind dialing, PBXs, etc).
  3076.  . New SET DIAL MACRO for last-minute phone number manipulations.
  3077.  . SET DIAL METHOD AUTO defaults tone or pulse by country code.
  3078.  . Better support for dialing without flow control.
  3079.  . Automatic redial no longer unnecessarily re-initializes the modem.
  3080.  . SET CLOSE-ON-DISCONNECT { ON, OFF } for serial connections.
  3081.  . Streamlining and increased bulletproofing of Kermit/Modem dialog.
  3082.  . Lots of new built-in modem types.
  3083.  . New all-purpose "generic-high-speed" modem type.
  3084.  
  3085. TERMINAL EMULATION
  3086.  . Microsoft VTNT for Telnet into Windows NT and 2000.
  3087.  . IBM 3151 emulation.
  3088.  . Wyse 160 emulation.
  3089.  . Session-log format selections (binary, text, debug).
  3090.  . Improved printer control.
  3091.  . Built-in driver for PostScript printers.
  3092.  . Televideo Send-Data mode.
  3093.  . Block mode in Televideo and Wyse ASCII terminal emulations.
  3094.  . SNI 97801 terminal support for National lanaguages and CH.CODE modes.
  3095.  . HZ1500 graphics character-set.
  3096.  
  3097. FILE TRANSFER
  3098.  . Ability to transfer directory trees even between unlike systems.
  3099.  . Improved performance and responsiveness.
  3100.  . Ability to move or rename each file after successful send or receive.
  3101.  . High-precision timers and statistics.
  3102.  . New display and log formats.
  3103.  . New options for coping with defective Kermit protocol partners.
  3104.  
  3105. CLIENT/SERVER
  3106.  . New keepalive during long-running REMOTE HOST commands prevents timeouts.
  3107.  . Longer REMOTE commands allowed.
  3108.  . R-command shortcuts for REMOTE commands (e.g. RCD for REMOTE CD).
  3109.  . Optional server CD messages a`la FTP, local too.
  3110.  . Additional GET options and combinations.
  3111.  . New REMOTE EXIT, REMOTE SET FILE CHARACTER-SET commands.
  3112.  . Numerous new file management commands and features.
  3113.  
  3114. CHARACTER SETS
  3115.  . Automatic transfer/file character-set matching in file transfer.
  3116.  . Unicode / ISO-10646 Universal Character Set.
  3117.  . Full conversion between Japanese character sets and Unicode.
  3118.  . KOI8-R (Russian) and KOI8-U (Ukrainian) character sets.
  3119.  . ISO 8859-7 Latin/Greek Alphabet (= ELOT 928).
  3120.  . ELOT 927 Greek, CP869 Greek code page.
  3121.  . ISO 8859-15 Latin Alphabet 9 (includes Euro and OE).
  3122.  . Bulgaria-PC (code page).
  3123.  . Mazovia (Polish PC code page).
  3124.  . CP855 (Cyrillic PC code page).
  3125.  . CP858 (West European PC code page, includes Euro).
  3126.  . CP1250, 1251, 1252 (Windows code pages, include Euro)
  3127.  . Corrections to Hebrew-7 conversions.
  3128.  
  3129. LOGS
  3130.  . New connection log
  3131.  . New brief transaction-log format option
  3132.  . New FTPD-like transaction-log format option
  3133.  . Unbuffered transaction logs
  3134.  . Time-critical debugging with millisecond timestamps
  3135.  . Unbuffered transaction log
  3136.  
  3137. SCRIPT PROGRAMMING
  3138.  . A new general-purpose file I/O package added supporting multiple files
  3139.      open at once; character, line, and block i/o; sequential and random
  3140.      access; read, write, update, and append modes; absolute and relative
  3141.      seeks by line or byte, etc.
  3142.  . Floating-point numbers and arithmetic.
  3143.  . Associative arrays.
  3144.  . Ability to pass arguments to command files as well as macros.
  3145.  . Ability to pass more than ten arguments to a macro or command file.
  3146.  . Expanded command buffer length to allow bigger macros, variables, etc.
  3147.  . Maximum number of macros increased.
  3148.  . New support for compound Boolean expressions.
  3149.  . Automatic arrays.
  3150.  . Array initializers.
  3151.  . New built-in array operations: COPY, RESIZE, CLEAR, SET, SORT, . . .
  3152.  . SEND an array as if it were a file.
  3153.  . IF and XIF merged (so ugly XIF is no longer needed).
  3154.  . New functions to load arrays with file or directory lists.
  3155.  . New SCREEN command for screen clearing & cursor positioning.
  3156.  . Date conversion functions (Julian dates, etc).
  3157.  . Built-in help for functions.
  3158.  . Function and variable diagnostics.
  3159.  . Timed ASK commands.
  3160.  . Popup ASK commands.
  3161.  . Many new IF conditions.
  3162.  . Autodownload during INPUT command execution.
  3163.  . New OUTPUT command options.
  3164.  . Automatic arrays.
  3165.  . Array initializers.
  3166.  . Assignment operators.
  3167.  . New TRACE and SHOW STACK commands for debugging scripts.
  3168.  
  3169. DOCUMENTATION
  3170.  . New and revised Third Edition of online Kermit 95 manual.
  3171.  . New Supplement to Using C-Kermit, Second Edition.
  3172.  . Updated Kermit 95 Bugs List.
  3173.  . All of the above are now HTML documents, fully indexed and crosslinked.
  3174.  . Most other auxilliary text converted to HTML too.
  3175.  
  3176. Thanks to everybody who sent in reports and suggestions, and especially to
  3177. the Beta testers.
  3178.  
  3179. If you have any problems with the patch or the new version, send email to:
  3180.  
  3181.   kermit-support@columbia.edu
  3182.  
  3183. Shrink-wrapped versions should be available in a few weeks.  The price has
  3184. not changed.
  3185.  
  3186. Version 1.1.19 has been heavily tested and we don't anticipate significant
  3187. problems with it.  So barring unforeseen difficulties, the GUI is next!
  3188. GUI plans are spelled out here:
  3189.  
  3190.   http://www.columbia.edu/kermit/k95next.html
  3191.  
  3192. Jeffrey Altman, Frank da Cruz
  3193. The Kermit Project
  3194. Columbia University
  3195. New York City
  3196.  
  3197.  
  3198. From fdc@watsun.cc.columbia.edu Sun Feb 27 19:49:33 EST 2000
  3199. Article: 43 of comp.protocols.kermit.announce
  3200. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3201. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  3202. Newsgroups: comp.protocols.kermit.announce
  3203. Subject: Announcing C-Kermit 7.0.197
  3204. Date: 28 Feb 2000 00:16:54 GMT
  3205. Organization: Columbia University
  3206. Lines: 55
  3207. Message-ID: <89cepm$lve$1@newsmaster.cc.columbia.edu>
  3208. NNTP-Posting-Host: watsun.cc.columbia.edu
  3209. X-Trace: newsmaster.cc.columbia.edu 951697014 22510 128.59.39.2 (28 Feb 2000 00:16:54 GMT)
  3210. X-Complaints-To: postmaster@columbia.edu
  3211. NNTP-Posting-Date: 28 Feb 2000 00:16:54 GMT
  3212. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:43
  3213.  
  3214.  
  3215. This is to announce a minor update of C-Kermit 7.0: version 7.0.197.
  3216.  
  3217. This update includes absolutely no functional changes, not even bug fixes,
  3218. in any C-Kermit implementation that was available in the original 7.0
  3219. release.  The only changes are to make it compile, link, and run
  3220. successfully on platforms or in configurations where 7.0.196 would not.
  3221. These include:
  3222.  
  3223.  . 4.2BSD and 4.3BSD on the VAX
  3224.  . AT&T 3B2 System V R3
  3225.  . BeOS 4.5 (sort of)
  3226.  . Compaq Tru64 UNIX 4.0F and 5.0
  3227.  . DEC OSF/1 1.3
  3228.  . DEC Ultrix 4.2, 4.3, 4.4
  3229.  . IBM AIX 2.2.1 on the PS/2
  3230.  . Intergraph CLIX 3.1
  3231.  . Microware OS-9/68000 with TCP/IP
  3232.  . SCO OSR5 (due to a last-minute typo in the makefile)
  3233.  . Siemens Nixdorf SINIX-L 5.41
  3234.  . Stratus FTX
  3235.  . Stratus VOS
  3236.  . SunOS 4.1 with SunLink X.25
  3237.  . Unixware 2.0
  3238.  
  3239. Also in response to reports (that I can't reproduce) of "TOC overflow"
  3240. errors when building on AIX 4.3, "-bbigtoc" was added to the AIX 4.3 target.
  3241.  
  3242. The biggest change in the new release is a functional version for VOS, which
  3243. includes both TCP/IP and X.25 networking, and which has been built for all
  3244. three Stratus architectures: Continuum, i860, and m68k.
  3245.  
  3246. Note that the BeOS version most likely is not capable of making connections,
  3247. and definitely not capable of entering CONNECT mode, since BeOS supports
  3248. neither of the mechanisms that C-Kermit uses for that (fork() or select()).
  3249.  
  3250. Version 7.0.197 is installed on the C-Kermit website:
  3251.  
  3252.   http://www.columbia.edu/kermit/ckermit.html
  3253.  
  3254. None of the 7.0.196 binaries was replaced, nor do they need to be, but any
  3255. new binaries added from now on might be 7.0.197, since there is no point in
  3256. building on new platforms from older source.
  3257.  
  3258. Working C-Kermit distributions and packages based on version 7.0.196 do not
  3259. need to be updated.  This release affects only the platforms listed in this
  3260. announcement, for which C-Kermit 7.0.196 was not available (or buildable)
  3261. prior to these changes.  Of course, anybody who wishes to work on the source
  3262. code should download the new version.  About half of all the changes are in
  3263. the UNIX makefile.  There are no changes at all in the VMS version.
  3264.  
  3265. Any bugs reported in C-Kermit 7.0 (only a few minor ones so far) will be
  3266. fixed in a subsequent release or patch.
  3267.  
  3268. - Frank
  3269.  
  3270.  
  3271. From fdc@watsun.cc.columbia.edu Tue Apr  4 17:39:09 EDT 2000
  3272. Article: 44 of comp.protocols.kermit.announce
  3273. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3274. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  3275. Newsgroups: comp.protocols.kermit.announce
  3276. Subject: Announcing Kermit 95 1.1.20
  3277. Date: 4 Apr 2000 21:12:48 GMT
  3278. Organization: Columbia University
  3279. Lines: 147
  3280. Message-ID: <8cdlsg$7si$1@newsmaster.cc.columbia.edu>
  3281. NNTP-Posting-Host: watsun.cc.columbia.edu
  3282. X-Trace: newsmaster.cc.columbia.edu 954882768 8082 128.59.39.2 (4 Apr 2000 21:12:48 GMT)
  3283. X-Complaints-To: postmaster@columbia.edu
  3284. NNTP-Posting-Date: 4 Apr 2000 21:12:48 GMT
  3285. Keywords: kermit k95 kerberos telnet ssl tls secureid
  3286. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:44
  3287.  
  3288.  
  3289. This is to announce Kermit 95 1.1.20 for Microsoft Windows 95, 98, NT, and
  3290. 2000, and IBM OS/2, replacing version 1.1.19.  This is the version that will
  3291. be shrinkwrapped and sold in the retail market for the next six months or
  3292. so.  The changes are primarily in three areas:
  3293.  
  3294.  . Bug fixes
  3295.  . Security
  3296.  . Packaging
  3297.  
  3298. The upgrade patch is here:
  3299.  
  3300.   http://www.columbia.edu/kermit/k95patch.html
  3301.  
  3302. Version 1.1.20 fixes the following bugs in 1.1.19:
  3303.  
  3304.  . VT102 terminal type didn't work
  3305.  . Failure to make certain Telnet connections
  3306.  . LOGIN.KSC didn't work without the Dialer
  3307.  . Wrapping problems with C1 characters in non-ISO-2022 character sets
  3308.  . IBM 3151 character attributes didn't combine
  3309.  . MAIL command did not work
  3310.  . SEND ..\\*.c failed with "unreadable error"
  3311.  . LOCAL and global variable name conflicts resulted in confusion
  3312.  . Certain popups not disabled by -# 96 command-line option
  3313.  . ANSWER 0 improperly timed out
  3314.  . ANSWER fails to answer call with SET TAPI MODEM-DIALING ON
  3315.  . RLOGIN Window Size reports are not sent
  3316.  . Pulse dialing did not work
  3317.  
  3318. The following security features were added:
  3319.  
  3320.  . Telnet Forwarding of X Windows System data via X authorized connections
  3321.  . Secure Kerberos 5 user-to-user connections
  3322.  . OpenSSL updated to 0.9.5a (Windows only; OS/2 still at 0.9.4)
  3323.  . Support for NRL Kerberos (Windows only)
  3324.  . Kerberos 5 ticket retrieval without embedded IP addresses
  3325.  . New standalone command-line secure FTP client (K4, K5, SRP, SSL/TLS)
  3326.  
  3327. These are explained more fully below.
  3328.  
  3329. Kermit 95 1.1.20 will be packaged in a new and attractive slim container.
  3330. Here's a preview of the exterior (it folds twice, like a triptych):
  3331.  
  3332.   http://www.columbia.edu/kermit/k95box.jpg
  3333.  
  3334. "Using C-Kermit", 2nd Edition, is still included, but now as a PDF file
  3335. rather than a printed book.  Furthermore, the new C-Kermit 7.0 CDROM is
  3336. included too.  The single-copy retail price has been raised from $54.00 USD
  3337. to $64.00 USD, the first increase since K95 was first released five years
  3338. ago.  Bulk right-to-copy and academic site license prices remain steady.
  3339. The shrinkwrap price increase reflects increased production costs, but is
  3340. partially offset by the lower weight, which reduces shipping charges.
  3341.  
  3342. The PDF version of Using C-Kermit is supplied only with new 1.1.20
  3343. shrinkwraps.  It is not supplied with bulk or academic site licenses or with
  3344. patches (since the publisher must be paid for each copy).
  3345.  
  3346. The new package (including the C-Kermit 7.0 CDROM) is in manufacturing, and
  3347. should be available for shipment in two or three weeks.  The new order forms
  3348. are here:
  3349.  
  3350.   http://www.columbia.edu/kermit/k95ofront.html
  3351.  
  3352. Unfortunately, we have just about run dry of 1.1.17 kits, so new orders
  3353. will have to wait until the new kits arrive.
  3354.  
  3355. NEW SECURITY FEATURES
  3356.  
  3357. All of the following items are supported in 1.1.20 only after the
  3358. latest cryptography patch has been applied (which is available only in the
  3359. USA and Canada due to USA export restrictions):
  3360.  
  3361.   http://www.columbia.edu/kermit/k95patch.html#crypto
  3362.  
  3363. The cryptography patch is applied after the main patch.  Third-party
  3364. libraries must be obtained separately, as noted in security.html (reference
  3365. below).
  3366.  
  3367. Telnet Forward-X:
  3368.  
  3369. Kermit 95 1.1.20 is the first secure Telnet client to implement the Telnet
  3370. Forward-X Option (Telnet Forwarding of Authorized X Windows System Session
  3371. Data over Secure Connections).  From now on when Kermit 95 is used to
  3372. establish a secure connection to a Telnet Server supporting this option, all
  3373. data transmitted between X clients and X servers will be protected using the
  3374. same level of security established for the Telnet session.  No longer will
  3375. you have to switch to using SSH and its weaker authentication methods simply
  3376. to maintain the privacy and integrity of your X Windows System data.
  3377. The Telnet Forward-X option:
  3378.  
  3379.  . Can be used in conjunction with all forms of secure Telnet
  3380.    connections including (but no limited to) Kerberos 4, Kerberos 5,
  3381.    Secure Remote Password, and Transport Layer Security.
  3382.  
  3383.  . Is compatible with all forms of X Authorization data.  Unlike SSH
  3384.    X Windows System tunneling, Telnet FORWARD-X can support strong
  3385.    authorization methods such as XDM-AUTHORIZATION-1 and
  3386.    MIT-KERBEROS-5.
  3387.  
  3388. As of this announcement, Telnet Forward-X is available in the START_TLS
  3389. Telnet for Unix distribution from Peter Runestig:
  3390.  
  3391.   ftp://ftp.runestig.com/pub/starttls/start_tls-telnet.current.tar.gz
  3392.  
  3393. Telnet Forward-X will also be supported by forthcoming releases of MIT
  3394. Kerberos 5.
  3395.  
  3396. Kermit Secure FTP Client (Windows only):
  3397.  
  3398. Kermit 95 1.1.20 is the first Kermit product to provide FTP client
  3399. functionality.  This pre-1.0 release is a command line only FTP client that
  3400. is designed to support all of the authentication methods supported by Kermit
  3401. 95 for Telnet including: Kerberos 4, GSSAPI - Kerberos 5, Secure Remote
  3402. Password, and SSL/TLS.
  3403.  
  3404. Additional Kerberos 5 Features:
  3405.  
  3406. Kermit 95 1.1.20 is the first Kermit product to support Kerberos 5 User-to-
  3407. User authentication, allowing two Kermit users to establish secure data
  3408. connections without requiring the administrative permissions necessary to
  3409. configure a Kerberos server principal and associated keytab databases.
  3410.  
  3411. Kermit 95 1.1.20 is the first Kermit product compatible with the Naval
  3412. Research Labs' Kerberos 5 distribution for Windows and hardware
  3413. authentication devices such as SecureID.
  3414.  
  3415. Kermit 95 1.1.20 provides configuration options to remove all IP Address
  3416. information from Kerberos 5 tickets to allow those tickets to be used to
  3417. authenticate a client across a Network Address Translator.
  3418.  
  3419. For more information about K95's security features, see:
  3420.  
  3421.   http://www.columbia.edu/kermit/security.html
  3422.  
  3423. If you have any problems with the patch or the new version, send email to:
  3424.  
  3425.   kermit-support@columbia.edu
  3426.  
  3427. So what next?  Plans are spelled out here:
  3428.  
  3429.   http://www.columbia.edu/kermit/k95next.html
  3430.  
  3431. Jeff Altman, Frank da Cruz
  3432. The Kermit Project
  3433. Columbia University
  3434. New York City
  3435.  
  3436.  
  3437. From fdc@columbia.edu Wed Dec 19 15:37:10 EST 2001
  3438. Article: 49 of comp.protocols.kermit.announce
  3439. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3440. From: fdc@columbia.edu (Frank da Cruz)
  3441. Newsgroups: comp.protocols.kermit.announce
  3442. Subject: Announcing C-Kermit 8.0
  3443. Date: 19 Dec 2001 13:28:38 -0500
  3444. Organization: Columbia University
  3445. Lines: 122
  3446. Message-ID: <9vqm8m$hkv$1@watsol.cc.columbia.edu>
  3447. NNTP-Posting-Host: watsol.cc.columbia.edu
  3448. Content-Type: text/plain; charset=iso-8859-1
  3449. X-Trace: newsmaster.cc.columbia.edu 1008786522 24804 128.59.39.139 (19 Dec 2001 18:28:42 GMT)
  3450. X-Complaints-To: postmaster@columbia.edu
  3451. NNTP-Posting-Date: 19 Dec 2001 18:28:42 GMT
  3452. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:49
  3453.  
  3454.  
  3455. This is to announce version 8.0 of C-Kermit, the all-purpose, portable
  3456. communications and automation tool for Unix and VMS.  C-Kermit can be:
  3457.  
  3458.  . A Telnet and Rlogin client
  3459.  . An FTP client (Unix only) <-- New
  3460.  . An HTTP 1.1 client (Unix only) <-- New
  3461.  . An SSH client (via external ssh program, Unix only) <-- New
  3462.  . A serial-port communications program
  3463.  . A dialout communications program
  3464.  . An Internet server (Unix only)
  3465.  
  3466. That can:
  3467.  
  3468.  . Conduct terminal sessions (except on FTP and HTTP connections).
  3469.  . Make secure Telnet, Rlogin, FTP, and HTTP connections using
  3470.    Kerberos IV, Kerberos V, SSL/TLS, or SRP security (Unix only).
  3471.  . Transfer files over the communication connection or act as the
  3472.    far-end file-transfer-and-management partner of your desktop client.
  3473.  . Convert character sets in both terminal sessions and file transfer,
  3474.    now including Unicode UTF-8.
  3475.  
  3476. and that includes a portable, cross-platform, easy-to-learn-and-use,
  3477. transport-independent scripting language that allows automation of
  3478. any communication task that can be done by hand (and many that can't).
  3479.  
  3480. Version 8.0 replaces Version 7.0 of Jan/Feb 2000, and adds the following
  3481. major new features for Unix only:
  3482.  
  3483.  . A scriptable FTP client capable of making secure connections.
  3484.  . A scriptable HTTP 1.1 client that can make secure connections.
  3485.  . An interface to your external SSH program, allowing file transfer,
  3486.    character-set conversion, and scripting of SSH terminal sessions.
  3487.  . Security module source code is included in the standard distribution.
  3488.  
  3489. And for all platforms:
  3490.  
  3491.  . RFC 2217 Telnet Com Port control allows shared network modems.
  3492.  . Learned scripts (automatic script writing).
  3493.  . Lisp-like S-Expressions.
  3494.  . Date/time/timezone conversion and arithmetic supporting many formats.
  3495.  . Bug fixes including plugging of buffer attack vulnerabilities.
  3496.  . A new Web-based tutorial and other new Web-based documentation.
  3497.  . New easier terms for commercial redistribution.
  3498.  
  3499. Links:
  3500.  
  3501. http://www.columbia.edu/kermit/ckermit.html
  3502.   The C-Kermit 8.0 web page, with links to everything you need.
  3503.  
  3504. http://www.columbia.edu/kermit/ckermit.html#download
  3505.   Download.
  3506.  
  3507. http://www.columbia.edu/kermit/ftpclient.html
  3508.   More about the new built-in FTP client.
  3509.  
  3510. http://www.columbia.edu/kermit/ckututor.html
  3511.   The new C-Kermit tutorial (oriented mainly to Unix).
  3512.  
  3513. http://www.columbia.edu/kermit/ckscripts.html
  3514.   The C-Kermit script library and script-writing tutorial, including
  3515.   lots of new examples for C-Kermit 8.0.
  3516.  
  3517. http://www.columbia.edu/kermit/COPYING.TXT
  3518.   The C-Kermit license and disclaimer; same as C-Kermit 7.0,
  3519.   allows inclusion with Linux, FreeBSD, etc.
  3520.  
  3521. http://www.columbia.edu/kermit/commercial.html
  3522.   New terms and conditions for commercial redistribution.
  3523.  
  3524. http://www.columbia.edu/kermit/ckbinaries.html
  3525.   A big table of prebuilt C-Kermit binaries, including (as of this
  3526.   moment) 245 for C-Kermit 8.0 and another 254 for earlier releases,
  3527.   spanning 10 major operating system families (Unix, VMS, VOS, AOS/VS,
  3528.   Aegis, Plan 9, ...)  IF YOU CAN MAKE C-Kermit binaries that are not
  3529.   in the table (or not at 8.0 level), please send them in!
  3530.  
  3531. http://www.columbia.edu/kermit/cksendbin.html
  3532.   How to make and contribute C-Kermit binaries.
  3533.  
  3534. http://www.columbia.edu/kermit/ckuins.html
  3535.   C-Kermit installation instructions for Unix.  See, especially:
  3536.   http://www.columbia.edu/kermit/ckuins.html#x5.4 for the new
  3537.   makefile 'install' target.
  3538.  
  3539. http://www.columbia.edu/kermit/ckvins.html
  3540.   Installation instructions for VMS.
  3541.  
  3542. http://www.columbia.edu/kermit/ckpackages.html
  3543.   One-touch install packages such as RPM are not available yet.
  3544.   This page discusses the issues involved in putting together a
  3545.   C-Kermit 8.0 install package.
  3546.  
  3547. http://www.columbia.edu/kermit/ckermit80.html
  3548.   Thorough documentation of all the new features of C-Kermit 8.0.
  3549.  
  3550. http://www.columbia.edu/kermit/cuiksd.html
  3551.   Columbia's Internet Kermit Service.
  3552.  
  3553. Special thanks to Jeff Altman of the Kermit Project for his truly
  3554. remarkable -- and massive -- contributions to this release and to Max
  3555. Evarts for installing and configuring literally dozens of operating
  3556. systems on which it could be built and tested.  And thanks to all the
  3557. people who contributed code, patches, builds and/or Internet access to
  3558. build / testing platforms, makefile targets, Beta test reports,
  3559. information, encouragement, and in some cases material support
  3560. throughout the development cycle, notably: Hewlett Packard Corporation,
  3561. Compaq Corporation, IBM Corporation, Peter Eichhorn of Assyst GmbH in
  3562. Germany, Peter Mauzey of Bell Labs, Gerry Belanger of Cognitronics
  3563. Corporation, Sven Holmstr÷m of ABB Utilities AB in Sweden, Lucas Hart of
  3564. Oregon State University, Nelson Beebe of the University of Utah; and to
  3565. Dat Thuc Nguyen for suggesting and thoroughly testing many of the new
  3566. scripting features.  This list could go on (and on), but space is limited!
  3567.  
  3568. If you have any trouble downloading or using the new version, send
  3569. email to kermit-support@columbia.edu.
  3570.  
  3571. Frank da Cruz
  3572. The Kermit Project
  3573. Columbia University
  3574. New York City
  3575. http://www.columbia.edu/kermit/
  3576.  
  3577.  
  3578. From fdc@columbia.edu Wed Apr  3 15:22:29 EST 2002
  3579. Article: 50 of comp.protocols.kermit.announce
  3580. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3581. From: fdc@columbia.edu (Frank da Cruz)
  3582. Newsgroups: comp.protocols.kermit.announce
  3583. Subject: Announcing Kermit 95 1.1.21 with SSH and FTP
  3584. Date: 3 Apr 2002 15:21:32 -0500
  3585. Organization: Columbia University
  3586. Lines: 63
  3587. Message-ID: <a8fo8c$27$1@watsol.cc.columbia.edu>
  3588. NNTP-Posting-Host: watsol.cc.columbia.edu
  3589. X-Trace: newsmaster.cc.columbia.edu 1017865294 12281 128.59.39.139 (3 Apr 2002 20:21:34 GMT)
  3590. X-Complaints-To: postmaster@columbia.edu
  3591. NNTP-Posting-Date: 3 Apr 2002 20:21:34 GMT
  3592. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:50
  3593.  
  3594.  
  3595. After two years of development and 2+ months of Beta testing, Kermit 95
  3596. 1.1.21 is released:
  3597.  
  3598.   http://www.columbia.edu/kermit/k95.html
  3599.  
  3600. (Be sure to clear out your Web-browser cache before looking at the updated
  3601. website -- many pages have been replaced.)
  3602.  
  3603. In case you haven't been following the newsgroup or website, the most
  3604. noteworthy new features in the new release are:
  3605.  
  3606.  . An integrated SSH v1/v2 client
  3607.  . Integrated FTP and HTTP clients
  3608.  . Automatic highlighting of URL hotspots
  3609.  . A new Windows-based Internet Kermit Service (NT, 2000, and XP only)
  3610.  
  3611. A more complete list of changes can be found here:
  3612.  
  3613.   http://www.columbia.edu/kermit/k95news.html
  3614.  
  3615. This version was, we hope, our final detour on the way to long-awaited GUI
  3616. release.  An essential detour, though, since SSH has become a requirement
  3617. at more and more sites.  Like all other SSH clients, K95's new SSH client
  3618. supports public / private key and password authentication, but unlike
  3619. most of the others, it also supports Kerberos 5 / GSSAPI and SRP, both of
  3620. which are significantly more secure than public / private keys, especially
  3621. on Windows 9x/ME with its wide-open file system.
  3622.  
  3623. Kermit 95 1.1.21 is available as an upgrade patch to version 1.1.20 (Beta
  3624. testers: Before installing the patch, be sure to remove all Betas and
  3625. Release Candidates):
  3626.  
  3627.   http://www.columbia.edu/kermit/k95patch.html
  3628.  
  3629. All new bulk right-to-copy, omnibus, and academic site license orders will
  3630. be fulfilled with the new version, but the retail shrinkwrapped package
  3631. still contains the 1.1.20 CDROM; those who order shrinkwrapped copies can,
  3632. of course, patch up to 1.1.21 after they install 1.1.20.
  3633.  
  3634. Now that K95 1.1.21 is released, our top priority is to obtain a US
  3635. Department of Commerce export license allowing us to ship the secure
  3636. version outside the USA and Canada.  Until the license is obtained, orders
  3637. >from  outside the USA and Canada will be fulfilled by a non-secure version,
  3638. as with past releases.  When the license is granted, all licensees in all
  3639. countries except those countries where USA law forbids, may install a
  3640. security patch.
  3641.  
  3642. Special thanks to all the Beta testers.
  3643.  
  3644. Now on to the GUI!  The GUI Alpha test should start within a few weeks.
  3645. Everybody who registered for the 1.1.21 Beta is automatically registered
  3646. for the GUI Alpha; all other registered K95 users are eligible; watch the
  3647. Kermit website or newsgoups for announcments.
  3648.  
  3649. Thanks for sticking with K95!  Let us know if you have any trouble with the
  3650. patches or the new release.
  3651.  
  3652.   Jeffrey Altman     Christine Gianone
  3653.   Max Evarts         Frank da Cruz
  3654.  
  3655. The Kermit Project - Columbia University
  3656. http://www.columbia.edu/kermit/
  3657.  
  3658.  
  3659. From fdc@columbia.edu Thu Jun  6 13:53:15 EDT 2002
  3660. Article: 53 of comp.protocols.kermit.announce
  3661. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3662. From: fdc@columbia.edu (Frank da Cruz)
  3663. Newsgroups: comp.protocols.kermit.announce
  3664. Subject: Announcing Kermit 95 2.0 GUI
  3665. Date: 6 Jun 2002 13:16:02 -0400
  3666. Organization: Columbia University
  3667. Lines: 108
  3668. Approved: fdc@columbia.edu
  3669. Message-ID: <ado5ci$2ea$1@watsol.cc.columbia.edu>
  3670. NNTP-Posting-Host: watsol.cc.columbia.edu
  3671. X-Trace: newsmaster.cc.columbia.edu 1023383763 17292 128.59.39.139 (6 Jun 2002 17:16:03 GMT)
  3672. X-Complaints-To: postmaster@columbia.edu
  3673. NNTP-Posting-Date: 6 Jun 2002 17:16:03 GMT
  3674. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:53
  3675.  
  3676.  
  3677. An HTML version of this announcement is here:
  3678.  
  3679.   http://www.columbia.edu/kermit/k95_20_ann.html
  3680.  
  3681. Kermit 95 2.0 is released:
  3682.  
  3683.   http://www.columbia.edu/kermit/k95.html
  3684.  
  3685. (Be sure to clear out your Web-browser cache before looking at the
  3686. updated website -- many pages have been replaced.) The most noteworthy
  3687. new feature of the new release is that:
  3688.  
  3689.   * It runs in a GUI window rather than a Console window.
  3690.  
  3691. (A console version is available too for those who prefer it.) The GUI
  3692. version of K95 includes a menu bar, tool bar, scroll bar, status bar:
  3693. a selection of essential dialogs and popups.  The tool bar includes
  3694. Combo boxes for selection of font, font size, and character set.  The
  3695. K95 window can be resized by stretching, maximized, and restored.
  3696. Unicode UTF-8 terminal sessions are supported in all Windows versions,
  3697. allowing mixtures of Latin, Greek, Cyrillic, and other scripts to
  3698. appear simultaneously on the same screen.
  3699.  
  3700. The primary benefit of the GUI version of K95 is freedom from the
  3701. booby-trapped Microsoft console window environment with all its bugs
  3702. and limitations, especially in Windows 95/98/ME: inability to choose
  3703. fonts or use scroll bars, cursors disappearing, Caps Lock with a mind
  3704. of its own, the "incredible shrinking window", extraneous or
  3705. out-of-order characters on screen, inability to use Input Method
  3706. Editors, ghost images on the screen, and on and on and on.
  3707.  
  3708. Other new features of K95 2.0 include:
  3709.  
  3710.   * InstallShield installation.
  3711.   * HTTP Proxy support for SSH connections.
  3712.   * FTP TLS support added to Dialer, along with a sample template.
  3713.   * A new font, Everson Mono Terminal, is included.
  3714.  
  3715. These are in addition to the new features of version 1.1.21, which was
  3716. announced just 8 weeks ago:
  3717.  
  3718.   * An integrated SSH v1/v2 client
  3719.   * Integrated FTP and HTTP clients
  3720.   * Automatic highlighting of URL hotspots
  3721.   * A new Windows-based Internet Kermit Service (Windows NT, 2000,
  3722.     and XP only)
  3723.  
  3724. The Everson Mono Terminal font is licensed from Everson Typography in
  3725. Ireland for inclusion with Kermit 95 to give you access to scripts you
  3726. would not be able to see with standard Windows monospace Unicode fonts
  3727. such as Courier New and Lucida Console.  It Latin, Cyrillic, Greek,
  3728. Arabic, Hebrew, Coptic, Armenian, Georgian, Runes, Ogham, Canadian
  3729. Syllabics, Cherokee, Katakana, Hiragana, Tibetan, Math, Symbols, Line
  3730. and Box Drawing, Dingbats, and APL.  This is not a free font; it comes
  3731. with Kermit 95 2.0 but may not be further redistributed.
  3732.  
  3733. The new InstallShield installer allows us to offer a new (fee-based)
  3734. service: production of custom installers for academic site and bulk
  3735. licensees.  The details and pricing have yet to be worked out, but the
  3736. possibilities are interesting: custom-tailored option selection or
  3737. directory layout, preconfigured Dialer entries, site-specific Kerberos,
  3738. PKI, or public keys; custom keyboard maps, site-wide initialization
  3739. files, special banners or text, etc.  If you're interested, send
  3740. inquiries to kermit-support@columbia.edu.
  3741.  
  3742. A more complete description of version 2.0 can be found here:
  3743.  
  3744.   http://www.columbia.edu/kermit/k95gui.htm
  3745.  
  3746. Kermit 95 2.0 is available as an upgrade to all earlier versions:
  3747.  
  3748.   http://www.columbia.edu/kermit/k95upgrade.html
  3749.  
  3750. Kermit 95 2.0 is not yet available for OS/2.  We hope it will be soon,
  3751. but can make no promises.  If it is released for OS/2, it will be only
  3752. in Console form (because GUI code is not portable) and will not include
  3753. SSH (because OpenSSH libraries are not available that are compatible
  3754. with the OS/2 K95 development tools).
  3755.  
  3756. All new bulk right-to-copy, omnibus, and academic site license orders
  3757. will be fulfilled with the new version, but the retail shrinkwrapped
  3758. package still contains the 1.1.20 CDROM; those who order shrinkwrapped
  3759. copies can, of course, upgrade to version 2.0 after they install 1.1.20.
  3760.  
  3761. Our US Department of Commerce export license application is still
  3762. pending, which will allow us to ship the secure version outside the
  3763. USA and Canada.  Until the license is obtained, orders from outside the
  3764. USA and Canada will be fulfilled by a non-secure version, as with past
  3765. releases.  Version 2.0 will be available in shrinkwrapped retail form
  3766. once the export license is granted, and non-secure versions will be
  3767. upgradeable to secure ones in whatever countries are covered by the
  3768. export license.
  3769.  
  3770. As announced here earlier, Kermit 95's price will rise as soon as we
  3771. are able to get version 2.0 into our distribution channels; details to
  3772. be determined but the increase will most likely range between 20 and
  3773. 100 percent, depending on the license.  New pricing will be announced
  3774. on June 21st.  Until then you can order it at the current prices:
  3775.  
  3776.   http://www.columbia.edu/kermit/k95.html#order
  3777.  
  3778.  
  3779. Jeffrey Altman      Christine Gianone
  3780. Max Evarts          Frank da Cruz
  3781.  
  3782. The Kermit Project - Columbia University
  3783. http://www.columbia.edu/kermit/
  3784.  
  3785.  
  3786. From fdc@columbia.edu Sun Oct  6 20:03:39 EDT 2002
  3787. Article: 54 of comp.protocols.kermit.announce
  3788. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3789. From: fdc@columbia.edu (Frank da Cruz)
  3790. Newsgroups: comp.protocols.kermit.announce
  3791. Subject: ANNOUNCE: Embedded Kermit File-Transfer Protocol
  3792. Date: 6 Oct 2002 20:00:19 -0400
  3793. Organization: Columbia University
  3794. Lines: 31
  3795. Approved: fdc@columbia.edu
  3796. Message-ID: <anqiqj$aqs$1@watsol.cc.columbia.edu>
  3797. NNTP-Posting-Host: watsol.cc.columbia.edu
  3798. X-Trace: newsmaster.cc.columbia.edu 1033948821 6940 128.59.39.139 (7 Oct 2002 00:00:21 GMT)
  3799. X-Complaints-To: postmaster@columbia.edu
  3800. NNTP-Posting-Date: 7 Oct 2002 00:00:21 GMT
  3801. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:54
  3802.  
  3803.  
  3804. In response to increasingly frequent requests, I'm happy to announce the
  3805. availability of an embeddable Kermit protocol.  This is a tiny but modern
  3806. implementation of Kermit protocol (send and receive only; no server)
  3807. written in ANSI C suitable for embedding and realtime applications as well
  3808. as for creation of DLLs.  It is the real thing, written at the Kermit
  3809. Project at Columbia University, the original developers of the Kermit
  3810. protocol.  More about Embedded Kermit (EK) here:
  3811.  
  3812.   http://www.columbia.edu/kermit/ek.html
  3813.  
  3814. This is not free software and it is not online for public viewing.  As you
  3815. may know, the Kermit Project is funded entirely by revenue it generates.
  3816. The purpose of EK is to generate badly needed revenue during the economic
  3817. slump, and to furnish people who need a compact and embeddable version of
  3818. Kermit protocol with -- at last -- an implementation "from the source"
  3819. that works with other correct Kermit implementations such as C-Kermit,
  3820. G-Kermit, MS-DOS Kermit, and Kermit 95, and that is fully supported by
  3821. the developers.
  3822.  
  3823. If you're interested in looking at it, please send an inquiry by email to:
  3824.  
  3825.   kermit@columbia.edu
  3826.  
  3827. Thanks.
  3828.  
  3829. Frank da Cruz
  3830. The Kermit Project
  3831. Columbia University
  3832. New York NY  USA
  3833. http://www.columbia.edu/kermit/
  3834.  
  3835.  
  3836. From fdc@columbia.edu Wed Oct 30 15:46:20 EST 2002
  3837. Article: 55 of comp.protocols.kermit.announce
  3838. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3839. From: fdc@columbia.edu (Frank da Cruz)
  3840. Newsgroups: comp.protocols.kermit.announce
  3841. Subject: Announcing C-Kermit 8.0.206
  3842. Date: 30 Oct 2002 15:37:20 -0500
  3843. Organization: Columbia University
  3844. Lines: 29
  3845. Approved: fdc@columbia.edu
  3846. Message-ID: <appfu0$4cu$1@watsol.cc.columbia.edu>
  3847. NNTP-Posting-Host: watsol.cc.columbia.edu
  3848. X-Trace: newsmaster.cc.columbia.edu 1036010241 13366 128.59.39.139 (30 Oct 2002 20:37:21 GMT)
  3849. X-Complaints-To: postmaster@columbia.edu
  3850. NNTP-Posting-Date: 30 Oct 2002 20:37:21 GMT
  3851. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:55
  3852.  
  3853.  
  3854. C-Kermit 8.0.206 is a minor update of C-Kermit 8.0 for Unix and VMS,
  3855. that fixes bugs and improves significantly on the new built-in FTP
  3856. client (Unix only).  The common parts of the code base (command and
  3857. script language, Kermit and FTP file transfer, character-set translation,
  3858. etc) are synchronized with Kermit 95 2.1, soon to be announced.
  3859.  
  3860. As of 30 Oct 2001, the new release is up on the Kermit website:
  3861.  
  3862.   http://www.columbia.edu/kermit/
  3863.  
  3864. and FTP site:
  3865.  
  3866.   ftp://kermit.columbia.edu/kermit/
  3867.  
  3868. A detailed list of changes is here:
  3869.  
  3870.   http://www.columbia.edu/kermit/ckc206.html
  3871.  
  3872. Over 100 different Unix and VMS binaries have been built so far;
  3873. if you can build any not already found here:
  3874.  
  3875.   http://www.columbia.edu/kermit/ck80binaries.html
  3876.  
  3877. please feel free to contribute them:
  3878.  
  3879.   http://www.columbia.edu/kermit/cksendbin.html
  3880.  
  3881. - Frank
  3882.  
  3883.  
  3884. From fdc@columbia.edu Thu Nov 14 18:51:16 EST 2002
  3885. Article: 56 of comp.protocols.kermit.announce
  3886. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3887. From: fdc@columbia.edu (Frank da Cruz)
  3888. Newsgroups: comp.protocols.kermit.announce
  3889. Subject: Announcing Kermit 95 2.1 for Windows and OS/2
  3890. Followup-To: comp.protocols.kermit.misc
  3891. Date: 14 Nov 2002 18:50:21 -0500
  3892. Organization: Columbia University
  3893. Lines: 55
  3894. Approved: fdc@columbia.edu
  3895. Message-ID: <ar1crt$1h4$1@watsol.cc.columbia.edu>
  3896. NNTP-Posting-Host: watsol.cc.columbia.edu
  3897. X-Trace: newsmaster.cc.columbia.edu 1037317822 9923 128.59.39.139 (14 Nov 2002 23:50:22 GMT)
  3898. X-Complaints-To: postmaster@columbia.edu
  3899. NNTP-Posting-Date: 14 Nov 2002 23:50:22 GMT
  3900. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:56
  3901.  
  3902. This is to announce Kermit 95 2.1: network and serial communications for
  3903. Microsoft Windows 95/98/ME/NT/2000/XP and IBM OS/2:
  3904.  
  3905.   http://www.columbia.edu/kermit/k95.html
  3906.  
  3907. (Be sure to clear out your Web-browser cache before looking at the updated
  3908. website -- many pages have been replaced.)
  3909.  
  3910. K95 2.1 is a minor update of Version 2.0, whose purpose is to fix bugs
  3911. reported since version 2.0 was released (in June 2002) in preparation for
  3912. shrinkwrapping. The main differences from 2.0 are in the following areas:
  3913.  
  3914.     * OS/2 is supported once again 
  3915.       (K95 1.1.21 and 2.0 were not available for OS/2).
  3916.     * File dialogs added for autodownload, capture, URL download.
  3917.     * Updated Kerberos and OpenSSL libraries.
  3918.     * Italic terminal attribute now handled, Dim attribute improved.
  3919.     * New features and bug fixes in the FTP client.
  3920.     * Broken SSH Agent fixed.
  3921.     * Better response to screen-resize events.
  3922.     * Updated Everson Mono Terminal font.
  3923.     * Some fixes to Zmodem downloads on serial-port/modem connections.
  3924.     * A new ability for disabling the Menu and Tool bars.
  3925.     * New choices for handling keystrokes when scrolled back.
  3926.     * Sun Console terminal emulation added.
  3927.     * Partial Ann Arbor Ambassodor terminal emulation added.
  3928.     * Plus all the new features of C-Kermit 8.0.206.
  3929.  
  3930. Kermit 95 2.1 is available as an upgrade to all earlier versions:
  3931.  
  3932.   http://www.columbia.edu/kermit/k95upgrade.html
  3933.  
  3934. New copies can be purchased or downloaded for evaluation at e-academy.com:
  3935.  
  3936.   http://www.e-academy.com/kermit
  3937.  
  3938. All new bulk right-to-copy, omnibus, and academic site license orders will
  3939. be fulfilled with the new version:
  3940.  
  3941.   http://www.columbia.edu/kermit/k95pricing.html
  3942.  
  3943. The retail shrinkwrapped package will be available in several weeks.
  3944. In the meantime, single copies or small quantities can be purchased or
  3945. downloaded for evaluation from e-academy. The new package will include
  3946. Kermit 95 2.1 as well as the new C-Kermit 8.0 CDROM. At the same time, the
  3947. Using C-Kermit manual (second edition) will become available separately as
  3948. an "e-book" (as well as in printed form) from its publisher, Digital
  3949. Press.  This change was made to keep the cost of the base package as low
  3950. as possible.  Nevertheless, the price will still rise due to increased
  3951. costs of production.  Details will be announced as they develop.
  3952.  
  3953.   Jeffrey Altman      Christine Gianone
  3954.   Max Evarts          Frank da Cruz
  3955.  
  3956. The Kermit Project - Columbia University
  3957.  
  3958.  
  3959. From fdc@columbia.edu Wed Jan 22 09:55:13 EST 2003
  3960. Article: 61 of comp.protocols.kermit.announce
  3961. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3962. From: fdc@columbia.edu (Frank da Cruz)
  3963. Newsgroups: comp.protocols.kermit.announce
  3964. Subject: Announcing Kermit 95 2.1.3
  3965. Date: 22 Jan 2003 09:54:24 -0500
  3966. Organization: Columbia University
  3967. Lines: 65
  3968. Approved: fdc@columbia.edu
  3969. Message-ID: <b0mbb0$k8d$1@watsol.cc.columbia.edu>
  3970. NNTP-Posting-Host: watsol.cc.columbia.edu
  3971. X-Trace: newsmaster.cc.columbia.edu 1043247265 22610 128.59.39.139 (22 Jan 2003 14:54:25 GMT)
  3972. X-Complaints-To: postmaster@columbia.edu
  3973. NNTP-Posting-Date: 22 Jan 2003 14:54:25 GMT
  3974. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:61
  3975.  
  3976.  
  3977. Kermit 95 2.1.3 is now available as a free update to 2.1.2 and earlier
  3978. versions:
  3979.  
  3980.   http://www.columbia.edu/kermit/k95upgrade.html
  3981.  
  3982. This is a minor revision to the newly shrinkwrapped 2.1.2 release, mainly
  3983. for those who have asked for better ways to "lock down" terminal sessions.
  3984. New options have been added to the GUI version for:
  3985.  
  3986.  . Removing the Tool bar
  3987.  . Removing the Menu bar
  3988.  . Removing the Status bar
  3989.  . Disabling the Scroll bar
  3990.  . Disabling access to the command screen
  3991.  . Blocking access to the Dialer and other external applications
  3992.  
  3993. It also handles maximizing and other forms of resizing better, and adds a
  3994. way to protect against accidental resizing.  The default resize mode was
  3995. changed to Scale Font to make it harder to get K95's and the host's
  3996. dimensions out of sync.  The new commands, controls, and command-line
  3997. options are described in the updated documentation, and summarized here:
  3998.  
  3999.   http://www.columbia.edu/kermit/k95news.html
  4000.  
  4001. Other new features include:
  4002.  
  4003.  . SSH agent forwarding
  4004.  . SSH v2 password change requests
  4005.  . Nonblinking cursor option
  4006.  . User- and host-selectable line spacing (GUI only)
  4007.  . OpenSSL library updated to 0.9.7-Final
  4008.  . New Telnet.Exe and Rlogin.Exe stubs and command-line personalies
  4009.  . Shortcuts can now specify Maximized or Minimized windows.
  4010.  . Format of Dialer-generated shortcuts changed to allow specification
  4011.    of command-line options in shortcut Properties.
  4012.  
  4013. Plus the following FTP client fixes:
  4014.  
  4015.  . Some incorrect information in the FTP Brief-format transaction log.
  4016.  . Annoying complaints in FTP OPEN about unknown 'FEAT' command.
  4017.  . Some problems with FTP [M]GET /RECURSIVE.
  4018.  . FTP MPUT required all filespecs to match at least one file.
  4019.  . FTP USER and similar commands didn't strip quotes.
  4020.  
  4021. And some other fixes:
  4022.  
  4023.  . Mouse-select-print was broken.
  4024.  . Spurious exit on logout when -# 128 specified on command line.
  4025.  . SHOW TRANSMIT crash.
  4026.  . Dialer Clone non-entry crash.
  4027.  . Cursor not always restored when switching focus.
  4028.  . \v(termtype) macros were broken.
  4029.  
  4030. Thanks for choosing Kermit 95!
  4031.  
  4032. For those of you who don't have Kermit 95, a 21-day trial download remains
  4033. available at:
  4034.  
  4035.   http://www.columbia.edu/kermit/k95demo.html
  4036.  
  4037. This is still the previous version, but we expect to have it updated to
  4038. version 2.1.3 within a week or two.
  4039.  
  4040. - Frank
  4041.  
  4042.  
  4043. From fdc@columbia.edu Mon Mar 10 16:22:05 EST 2003
  4044. Article: 62 of comp.protocols.kermit.announce
  4045. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  4046. From: fdc@columbia.edu (Frank da Cruz)
  4047. Newsgroups: comp.protocols.kermit.announce
  4048. Subject: Announcing C-Kermit 8.0.208
  4049. Date: 10 Mar 2003 16:20:16 -0500
  4050. Organization: Columbia University
  4051. Lines: 101
  4052. Approved: fdc@columbia.edu
  4053. Message-ID: <b4ivig$j9c$1@watsol.cc.columbia.edu>
  4054. NNTP-Posting-Host: watsol.cc.columbia.edu
  4055. X-Trace: newsmaster.cc.columbia.edu 1047331217 8442 128.59.39.139 (10 Mar 2003 21:20:17 GMT)
  4056. X-Complaints-To: postmaster@columbia.edu
  4057. NNTP-Posting-Date: 10 Mar 2003 21:20:17 GMT
  4058. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:62
  4059.  
  4060.  
  4061. This is to announce C-Kermit 8.0.208, a minor update of C-Kermit 8.0 that
  4062. fixes all known bugs, adds a couple new features, and coincides with
  4063. Kermit 95 2.1.4 (soon to be announced).
  4064.    
  4065. Improvements and new features since C-Kermit 8.0.206:
  4066.  
  4067.   o OpenSSL interface updated to 0.9.7.
  4068.   o SSL/TLS support added to the VMS version of C-Kermit.
  4069.   o New \fcvtdate(xxx,code) format code 3 to request MDTM-format
  4070.     date-time (yyyymmddhhmmss).
  4071.   o Separate text and binary session log file formats for VMS.
  4072.  
  4073. New commands:
  4074.  
  4075.   o [FTP] PASV added as an invisible synonym for [FTP] PASSIVE.
  4076.  
  4077. New switches or operands for existing commands:
  4078.  
  4079.   o FTP OPEN host [ port ] /NOLOGIN overrides SET FTP AUTOLOGIN ON.
  4080.   o FTP OPEN host [ port ] /USER now overrides SET FTP AUTOLOGIN OFF.
  4081.  
  4082. New or fixed makefile targets:
  4083.  
  4084.   o HP-UX 11 with SSL/TLS.
  4085.   o AIX 5.2 and 5.3.
  4086.   o New gcc targets for most AIX versions.
  4087.   o FreeBSD 4.8.
  4088.   o Tru64 Unix 5.1B.
  4089.  
  4090. Bugs fixed (general):
  4091.  
  4092.   o Assorted syntax fixes for old VMS versions and compilers.
  4093.   o Fixed core dump when making Telnet Com Port connections on certain
  4094.     platforms.
  4095.   o Unix C-Kermit did not allow file transfer if started without a
  4096.     controlling terminal (even if given an already-open file
  4097.     descriptor, e.g. "-l 0").
  4098.   o The GREP command did not allow its pattern to be a variable.
  4099.   o HELP PATTERN text had some mistakes.
  4100.   o INPUT n \fpattern(xxx) did not work for case-independent comparisons.
  4101.   o \fpattern(xxx) didn't work with MINPUT at all.
  4102.   o Macro replacement via \m() and \fdefinition() did not work as
  4103.     advertised for associative arrays (where the contents of the array
  4104.     "subscript" must be case sensitive).
  4105.   o S-Expression bitwise & and | were broken.
  4106.   o The RENAME command would sometimes fail to print an error message
  4107.     when it failed (even though it would properly set FAILURE status).
  4108.   o The ENABLE QUERY and DISABLE QUERY commands were broken
  4109.     (keyword table out of order).
  4110.   o "cd a*" failed even when "a*" matched only one directory.
  4111.   o In Unix, the COPY command could reset the process's umask.
  4112.  
  4113. FTP client bugs fixed:
  4114.  
  4115.   o "ftp mget" broken if TMP or TEMP definition too long.
  4116.   o "ftp mget a b c" would get all files in server directory if c
  4117.     didn't exist.
  4118.   o "ftp mget */data/*" didn't work (wildcard in directory path).
  4119.   o FTP CD, FTP CDUP, and FTP RMDIR did not return a failure code when
  4120.     they failed.
  4121.   o FTP brief-format transaction log records had success and failure
  4122.     status reversed.
  4123.   o (wasn't a bug) "'FEAT': Command not understood" message is now
  4124.     suppressed.
  4125.   o "ftp get /recursive /somepath/somfile" didn't create local
  4126.     directory.
  4127.   o Occasional core dumps on certain platforms when downloading.
  4128.   o FTP USER, FTP ACCOUNT, and related switches, failed to strips quotes
  4129.     from their operands.
  4130.   o "ftp mput f1 f2 f3" got a parse error and failed immediately if any
  4131.     of the fn's did not exist.
  4132.  
  4133. Where to Find It:
  4134.  
  4135.    http://www.columbia.edu/kermit/ckermit.html
  4136.             
  4137. Special Thanks To:
  4138.  
  4139.    Martin Vorlaender, Gerry Belanger, Peter Eichhorn, and everybody else
  4140.    who helped by contributing code, reporting bugs, making suggestions, 
  4141.    testing new features, building binaries, and telling people that
  4142.    C-Kermit is cool.
  4143.  
  4144. If you can make C-Kermit 8.0.208 binaries that are not already in the
  4145. updated binaries table:
  4146.  
  4147.    http://www.columbia.edu/kermit/ckbinaries.html
  4148.  
  4149. please send them in:
  4150.  
  4151.    http://www.columbia.edu/kermit/cksendbin.html
  4152.  
  4153. And of course report any trouble by e-mail to the regular address:
  4154.  
  4155.    kermit-support@columbia.edu
  4156.  
  4157. Thanks!  
  4158.  
  4159. Frank da Cruz, Jeffrey Altman
  4160. The Kermit Project, Columbia University
  4161.  
  4162.  
  4163. From fdc@columbia.edu Sun Mar 30 18:33:45 EST 2003
  4164. Article: 63 of comp.protocols.kermit.announce
  4165. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  4166. From: fdc@columbia.edu (Frank da Cruz)
  4167. Newsgroups: comp.protocols.kermit.announce
  4168. Subject: Announcing C-Kermit 8.0.209
  4169. Date: 30 Mar 2003 18:28:21 -0500
  4170. Organization: Columbia University
  4171. Lines: 32
  4172. Approved: fdc@columbia.edu
  4173. Message-ID: <b67uil$fld$1@watsol.cc.columbia.edu>
  4174. NNTP-Posting-Host: watsol.cc.columbia.edu
  4175. X-Trace: newsmaster.cc.columbia.edu 1049066902 13159 128.59.39.139 (30 Mar 2003 23:28:22 GMT)
  4176. X-Complaints-To: postmaster@columbia.edu
  4177. NNTP-Posting-Date: 30 Mar 2003 23:28:22 GMT
  4178. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.announce:63
  4179.  
  4180.  
  4181. C-Kermit 8.0.209 is a quick update to 8.0.208 to fix some serious bugs:
  4182.  
  4183.  . MINPUT did not strip braces or doublequotes from around its targets.
  4184.  . MINPUT did not allow control characters (e.g. \13) in its targets.
  4185.  . SSL/TLS FTP data was not being decoded.
  4186.  
  4187. and a few less-serious ones:
  4188.  
  4189.  . MINPUT \fjoin() target could contain control characters.
  4190.  . Array initializers enclosed in doublequotes and containing control
  4191.    characters were joined together.
  4192.  . \v(exedir) included the filename.
  4193.  . "directory a b c" listed too many files.
  4194.  . "ftp modtime" printed a message if if QUIET was ON.
  4195.  . Doublequote did not work as expected within nested macro definitions.
  4196.  
  4197. and it adds support for the following platforms:
  4198.  
  4199.  . Cray UNICOS 9.0.
  4200.  . SCO OpenServer R5.0.7.
  4201.  . FreeBSD 5.0 with OpenSSL.
  4202.  
  4203. You can find it in the usual place:
  4204.  
  4205.   http://www.columbia.edu/kermit/ckermit.html
  4206.  
  4207. About 200 prebuilt 8.0.209 Unix and VMS binaries can be found here:
  4208.  
  4209.   http://www.columbia.edu/kermit/ckbinaries.html
  4210.  
  4211. - Frank
  4212.  
  4213.  
  4214. From alexander.bartolich@gmx.at Mon Jan 11 16:29:14 2010
  4215. Path: reader1.panix.com!panix!nan.panix.com!robomod!not-for-mail
  4216. From: Alexander Bartolich <alexander.bartolich@gmx.at>
  4217. Newsgroups: news.announce.newgroups,news.groups.proposals,comp.protocols.kermit.announce
  4218. Subject: Moderator Vacancy Investigation: comp.protocols.kermit.announce
  4219. Followup-To: news.groups.proposals
  4220. Date: Sat, 9 Jan 2010 19:56:24 EST
  4221. Organization: albasani.net
  4222. Lines: 66
  4223. Approved: Moderator of news.announce.newgroups <newgroups-request@isc.org>, NGP Approval Key <ngp-approval-key@ngp.big-8.org>
  4224. Message-ID: <hib3t7$34k$1@news.albasani.net>
  4225. NNTP-Posting-Host: panix6.panix.com
  4226. X-Trace: reader1.panix.com 1263084984 24094 166.84.1.6 (10 Jan 2010 00:56:24 GMT)
  4227. X-Complaints-To: abuse@panix.com
  4228. NNTP-Posting-Date: Sun, 10 Jan 2010 00:56:24 +0000 (UTC)
  4229. X-NAN-Policy: http://www.panix.com/~nan/
  4230. X-NAN-Info-1: Send submissions to             news-announce-newgroups@panix.com
  4231. X-NAN-Info-2: Send technical complaints to    news-announce-newgroups-request@panix.com
  4232. X-NAN-Info-3: Send complaints about policy to news-announce-newgroups-request@panix.com
  4233. X-NAN-Info-4: GnuPG 1.4.5 Public Key at http://www.panix.com/~nan/gpg.html
  4234. X-Comment-1: The moderators do not necessarily agree or disagree with this article.
  4235. X-Comment-2: Moderators do not verify the accuracy of posted information.
  4236. X-Comment-3: Acceptance does not convey approval of any external references.
  4237. X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov), C++/Perl/Unix Consulting
  4238. X-Moderation-1: Hassle-Free commercial hosting of moderation sites available
  4239. X-Moderation-2: See http://www.algebra.com/~ichudov/stump
  4240. Old-X-Complaints-To: abuse@albasani.net
  4241. Old-NNTP-Posting-Date: Sat, 9 Jan 2010 23:36:07 +0000 (UTC)
  4242. X-User-ID: E14lZlBBF1RUGwm3clPkWplFVwfO2z7fLlCe/x8n+B+laxPMOlkwv3OUj/m1QpAUor2nFKdWTSmpBqf4KnoFyw==
  4243. Archive-Name: comp.protocols.kermit.announce
  4244. Cancel-Lock: sha1:pLazyUuHilYKnlj0O88DM46z2TQ=
  4245. X-NNTP-Posting-Host: LvPBknaJ+NErJFwOXTuXR0gxqjuJUNnntYcUvCl+rpQ=
  4246. X-Auth: PGPMoose V2.0 PGP news.announce.newgroups
  4247.  iEYEARECAAYFAktJJbgACgkQXMotZRinPKkYiwCgttCjTBZlioXl1D2tP2pgIqAI
  4248.  2EAAmwbCHGWP9jto2tu7VvUJaJw9V9rm
  4249.  =DHOk
  4250. X-Auth: PGPMoose V2.0 PGP news.groups.proposals
  4251.  iEYEARECAAYFAktJJbgACgkQrPkQbuk9hdsYiwCgkpZP9EFi2xlv8eOrC3B7OOs5
  4252.  IzkAoKkvZY4yscFOlSvVsDCB9Dw2qoeh
  4253.  =vnis
  4254. Xref: panix news.announce.newgroups:13962 news.groups.proposals:5191 comp.protocols.kermit.announce:88
  4255.  
  4256.               MODERATOR VACANCY INVESTIGATION (MVI)
  4257.               moderated group comp.protocols.kermit.announce
  4258.  
  4259. This is a formal Moderator Vacancy Investigation (MVI), begun because
  4260. moderated newsgroup comp.protocols.kermit.announce is not functioning,
  4261. and may have been abandoned by its moderator(s).
  4262.  
  4263. This investigation will attempt to verify the reasons for non-function,
  4264. and may result in the removal of the group or the selection and instal-
  4265. lation of a new moderator.  In practice, the Big-8 Management Board
  4266. considers the third alternative--changing the status of the group from
  4267. moderated to unmoderated--as likely to cause more harm than good.
  4268.  
  4269. RATIONALE:
  4270.  
  4271. Probe posts to this group resulted in bounces.
  4272.  
  4273.   <comp-protocols-kermit-announce@moderators.isc.org>: host
  4274.       moderators.switch.ch[130.59.10.10] said: 550 Unrouteable address
  4275.       (in reply to RCPT TO command)
  4276.  
  4277. NEWSGROUPS LINE:
  4278.  
  4279. comp.protocols.kermit.announce    Kermit announcements. (Moderated)
  4280.  
  4281. DISTRIBUTION:
  4282.  
  4283. news.announce.newgroups
  4284. news.groups.proposals
  4285. comp.protocols.kermit.announce
  4286.  
  4287. CHARTER OF COMP.PROTOCOLS.KERMIT.ANNOUNCE
  4288.  
  4289.   comp.protocols.kermit.announce will be used for announcements, primarily in
  4290.   the form of the Kermit Digest, just as comp.protocols.kermit was used in
  4291.   the past.
  4292.  
  4293. HISTORY OF THE GROUP:
  4294.  
  4295. comp.protocols.kermit.announce is a moderated newsgroup which passed its vote
  4296. for creation by 239:24 as reported in news.announce.newgroups on 7 Sep 1994.
  4297.  
  4298. PROPONENT:
  4299.  
  4300. Alexander Bartolich <alexander.bartolich@gmx.at>
  4301.  
  4302. PROCEDURE:
  4303.  
  4304. Those who wish to comment on this moderator vacancy investigation should
  4305. subscribe to news.groups.proposals and participate in the relevant
  4306. threads in that newsgroup.  
  4307.  
  4308. To this end, the followup header of this MVI has been set to 
  4309. news.groups.proposals.
  4310.  
  4311. For more information on the MVI process, please see 
  4312.  
  4313. http://www.big-8.org/dokuwiki/doku.php?id=policies:mvi
  4314.  
  4315. CHANGE HISTORY:
  4316.  
  4317. 2009-10-29    First probe post
  4318. 2010-01-10    Moderator Vacancy Investigation
  4319.  
  4320. -- 
  4321.  
  4322.  
  4323. From alexander.bartolich@gmx.at Mon Jan 25 14:30:45 2010
  4324. Path: reader1.panix.com!panix!nan.panix.com!robomod!not-for-mail
  4325. From: Alexander Bartolich <alexander.bartolich@gmx.at>
  4326. Newsgroups: news.announce.newgroups,news.groups.proposals,comp.protocols.kermit.announce,comp.protocols.kermit.misc
  4327. Subject: 1st RFD: comp.protocols.kermit.announce moderated (remove)
  4328. Followup-To: news.groups.proposals
  4329. Date: Sat, 23 Jan 2010 21:23:23 EST
  4330. Organization: albasani.net
  4331. Lines: 73
  4332. Approved: Moderator of news.announce.newgroups <newgroups-request@isc.org>, NGP Approval Key <ngp-approval-key@ngp.big-8.org>
  4333. Message-ID: <hjg3uu$np3$1@news.albasani.net>
  4334. References: <hib3t7$34k$1@news.albasani.net>
  4335. NNTP-Posting-Host: panix6.panix.com
  4336. X-Trace: reader1.panix.com 1264299804 17036 166.84.1.6 (24 Jan 2010 02:23:24 GMT)
  4337. X-Complaints-To: abuse@panix.com
  4338. NNTP-Posting-Date: Sun, 24 Jan 2010 02:23:24 +0000 (UTC)
  4339. X-NAN-Policy: http://www.panix.com/~nan/
  4340. X-NAN-Info-1: Send submissions to             news-announce-newgroups@panix.com
  4341. X-NAN-Info-2: Send technical complaints to    news-announce-newgroups-request@panix.com
  4342. X-NAN-Info-3: Send complaints about policy to news-announce-newgroups-request@panix.com
  4343. X-NAN-Info-4: GnuPG 1.4.5 Public Key at http://www.panix.com/~nan/gpg.html
  4344. X-Comment-1: The moderators do not necessarily agree or disagree with this article.
  4345. X-Comment-2: Moderators do not verify the accuracy of posted information.
  4346. X-Comment-3: Acceptance does not convey approval of any external references.
  4347. X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov), C++/Perl/Unix Consulting
  4348. X-Moderation-1: Hassle-Free commercial hosting of moderation sites available
  4349. X-Moderation-2: See http://www.algebra.com/~ichudov/stump
  4350. Old-X-Complaints-To: abuse@albasani.net
  4351. Old-NNTP-Posting-Date: Sun, 24 Jan 2010 00:23:58 +0000 (UTC)
  4352. X-User-ID: HjmQ2n5SyMaBjppnp4JaiFgZEbey+VWFAUBe8M30DuU49HyVrHtaQ4QCxuStLIJoPrGJQm4hhYz8kMGWh3pMbQ==
  4353. Archive-Name: comp.protocols.kermit.announce
  4354. Cancel-Lock: sha1:0rarv/vHoqSHK0SG+4SoD6vO4fk=
  4355. X-NNTP-Posting-Host: VvQ7XbNYqA27ZDr8DzMgjgvaD8Hm+nANlhc0QrTWUHw=
  4356. X-Auth: PGPMoose V2.0 PGP news.announce.newgroups
  4357.  iEYEARECAAYFAktbrxsACgkQXMotZRinPKn3xQCggxz7yYbOiwsIXyjUMlZ8g4kB
  4358.  fhYAoKnRmhCmIUjTkEovg/lUjLA/jCjc
  4359.  =mM83
  4360. X-Auth: PGPMoose V2.0 PGP news.groups.proposals
  4361.  iEYEARECAAYFAktbrxsACgkQrPkQbuk9hdv3xQCcCW262ytP3wvlP2X7lpht376/
  4362.  q5UAoKEJJZy+HOwvh8diSHA69bUm85Sf
  4363.  =yaxC
  4364. Xref: panix news.announce.newgroups:13987 news.groups.proposals:5274 comp.protocols.kermit.announce:89 comp.protocols.kermit.misc:15882
  4365.  
  4366.               REQUEST FOR DISCUSSION (RFD)
  4367.               moderated group comp.protocols.kermit.announce
  4368.  
  4369. This is a formal Request for Discussion (RFD) to remove moderated
  4370. newsgroup comp.protocols.kermit.announce.
  4371.  
  4372. RATIONALE:
  4373.  
  4374. Probe posts to this group resulted in bounces.
  4375.  
  4376.   <comp-protocols-kermit-announce@moderators.isc.org>: host
  4377.       moderators.switch.ch[130.59.10.10] said: 550 Unrouteable address
  4378.       (in reply to RCPT TO command)
  4379.  
  4380. The moderator, Frank da Cruz, says that Columbia University stopped participating
  4381. in Usenet some years ago. He favors removal of the group.
  4382. >Message-ID: <slrnhkn6aj.gve.fdc@panix2.panix.com>
  4383.  
  4384. NEWSGROUPS LINE:
  4385.  
  4386. comp.protocols.kermit.announce    Kermit announcements. (Moderated)
  4387.  
  4388. DISTRIBUTION:
  4389.  
  4390. news.announce.newgroups
  4391. news.groups.proposals
  4392. comp.protocols.kermit.announce
  4393. comp.protocols.kermit.misc
  4394.  
  4395. CHARTER OF COMP.PROTOCOLS.KERMIT.ANNOUNCE
  4396.  
  4397.   comp.protocols.kermit.announce will be used for announcements, primarily in
  4398.   the form of the Kermit Digest, just as comp.protocols.kermit was used in
  4399.   the past.
  4400.  
  4401. HISTORY OF THE GROUP:
  4402.  
  4403. comp.protocols.kermit.announce is a moderated newsgroup which passed its vote
  4404. for creation by 239:24 as reported in news.announce.newgroups on 7 Sep 1994.
  4405.  
  4406. PROPONENT:
  4407.  
  4408. Alexander Bartolich <alexander.bartolich@gmx.at>
  4409.  
  4410. PROCEDURE:
  4411.  
  4412. Those who wish to comment on this request to remove this newsgroup should
  4413. subscribe to news.groups.proposals and participate in the relevant threads
  4414. in that newsgroup.
  4415.  
  4416. To this end, the followup header of this RFD has been set to
  4417. news.groups.proposals.
  4418.  
  4419. In the course of the removal process four formal announcements are posted
  4420. (MVI, 1st RFD, 2nd RFD, and LCC), each taking two weeks. At the end of the
  4421. process the B8MB will vote on the issue.
  4422.  
  4423. Available options for comp.protocols.kermit.announce are:
  4424. - leave the group as it is
  4425. - remove the group
  4426.  
  4427. For more information on the MVI process, please see 
  4428.  
  4429. http://www.big-8.org/dokuwiki/doku.php?id=policies:mvi
  4430.  
  4431. CHANGE HISTORY:
  4432.  
  4433. 2009-10-29    First probe post
  4434. 2010-01-10    Moderator Vacancy Investigation
  4435. 2010-01-24    1st RFD
  4436.  
  4437. -- 
  4438.  
  4439.  
  4440.