home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ck61b01.txt < prev    next >
Text File  |  2020-01-01  |  8KB  |  168 lines

  1. To: wermit-l@wkuvx1.wku.edu
  2. Subject: C-Kermit 6.1 Beta.01
  3.  
  4. This is to announce C-Kermit 6.1 Beta.01.  I'm announcing it at first only
  5. to the Alpha-test mailing list, to make sure nothing horrible has happened
  6. since Alpha.13.
  7.  
  8. GENERAL CHANGES SINCE ALPHA.13 (4 Feb 1998):
  9.  
  10.  . Added: Telnet XDISPLOC & LOGOUT options.
  11.  . Added: Function \fdimension(&a) - returns dimension of array \&a[].
  12.  . Added: CLOSE TRANSACTIONS as synonym for CLOSE TRANSACTION-LOG (per book).
  13.  . Added: SET COMMAND INTERRUPTION OFF to disable Ctrl-C interruption.
  14.  . Added: SET INPUT CANCELLATION to disable keyboard interruption of INPUT.
  15.  . Added: SET SLEEP CANCELLATION to disable keyboard interruption of SLEEP.
  16.  . Added: SET TRANSMIT TIMEOUT to break TRANSMIT deadlocks.
  17.  . Added: SET TCP REVERSE-DNS-LOOKUP { ON, OFF, AUTO }.
  18.  . Added: SET FTP-CLIENT [ options ].
  19.  . Added: SET DIAL PACING <msec>
  20.  
  21.  . Changed: \%* to hold entire macro argument string.
  22.  . Changed: \&_[] to hold all macro arguments even if more than 10.
  23.  . Changed: SEND /MOVE to SEND /MOVE-TO: for clarity.
  24.  . Changed: SEND /RENAME to SEND /RENAME-TO: for clarity.
  25.  . Changed: USR modem init string to set S14=0 so +++ won't disconnect.
  26.  
  27.  . Fixed: Conflict between SET SERVER GET-PATH and DISABLE CD.
  28.  . Fixed: Another spurious "Transfer OK" message when transfer not OK.
  29.  . Fixed: Various file-transfer error messages to be more informative.
  30.  . Fixed: Numerous source-code glitches - declarations, #ifdefs, etc.
  31.  . Fixed: Some memory leaks.
  32.  . Fixed: In GET /AS-NAME:<name>, the as-name was ignored.
  33.  . Fixed: Problems with ECHO when SET FUNCTION ERROR ON.
  34.  . Fixed: SHOW DIAL not to run off screen.
  35.  . SET MODEM COMMAND <action> {} now disables sending of command for <action>.
  36.  
  37. BRIEF HIGHLIGHTS
  38.  
  39. Because of the \%* and \&_[] changes, it is now possible to pass any number of
  40. arguments to a macro or user-defined function.  The shorthand notation for
  41. arguments is still limited to \%0 through \%9, but you can access any number
  42. of arguments through the array.  \v(argc) tells the total number of arguments
  43. even if it is greater than 10.
  44.  
  45. NEW PLATFORMS
  46.  
  47. Alpha.13 was built successfully on OS-9/68K and on Plan 9 from Bell Labs
  48. (four different hardware targets: i386, Sparc, mc68020, and MIPS).
  49.  
  50. UNIX-SPECIFIC CHANGES
  51.  
  52.  . Fixed: UNIX C-Kermit server wasn't handling tilde (~) user notation.
  53.  . Updated: HP-UX 7.x makefile entries.
  54.  
  55. Open UNIX issues:
  56.  . HP-UX 9.x uucp lockfile names.
  57.  . Compilation failures on SunSoft Interactive Unix 4.1.
  58.  . Reportedly uid/gid switching does not work right on NeXTSTEP 3.3.
  59.  . Still no C-Kermit 6.1 version for the BeBox.
  60.  
  61. VMS-SPECIFIC CHANGES
  62.  
  63.   (none)
  64.  
  65. Open VMS issues:
  66.  . I don't have access to Alpha VMS 6.x any more, can't make binaries, sorry.
  67.  . Inability to transfer certain types of files that Kermit-32 can transfer.
  68.  . Inability to create or CD to a directory when the directory specification
  69.    includes a DECnet node.
  70.  
  71. WHERE TO FIND IT
  72.  
  73. C-Kermit 6.1.193 Beta.01 is in the kermit/test tree at the Kermit ftp site,
  74. along with early drafts of all the update documentation, etc:
  75.  
  76.  ftp://kermit.columbia.edu/kermit/test/tar/
  77.    cku193src.tar.Z   Source code (UNIX and VMS), tar, UNIX compress
  78.    cku193src.tar.gz  Source code (UNIX and VMS), tar, gzipped
  79.    cku193txt.tar.Z   Other text files, tar, UNIX compress
  80.    cku193txt.tar.gz  Other text files, tar, gzipped
  81.  
  82.  ftp://kermit.columbia.edu/kermit/test/text/
  83.    Individual source and text files for UNIX, VMS, OS-9,
  84.    AOS/VS, Stratus VOS, etc etc.
  85.  
  86.  Among the interesting text files:
  87.    ckermit2.upd    -- Detailed documentation of new features since 6.0.
  88.    ckaaaa.hlp      -- Overview of files, file naming conventions, etc.
  89.    ckc193.upd      -- Program edit history since 6.0.
  90.    ckuins.doc      -- UNIX installation instructions.
  91.    ckvins.doc      -- VMS installation instructions.
  92.    ckvker.bwr      -- VMS C-Kermit "beware file" (hints and tips).
  93.    ckuker.bwr      -- UNIX C-Kermit beware file.
  94.    ckcplm.doc      -- Program logic manual, API definition, etc.
  95.    ckccfg.doc      -- Program configuration options.
  96.    alpha*.txt      -- Announcements of each Alpha test.
  97.    kerberos.txt    -- Preliminary documentation of Kerberos features.
  98.  
  99. INDIVIDUAL ALPHA.13 BINARIES:
  100.  
  101. The binaries marked with (+) are Beta.01, transferred using itself to the
  102. Kermit ftp site; the others are earlier 6.1 Alpha tests (built at sites I 
  103. can't reach any more or that have since been upgraded to newer OS versions,
  104. or sent in by others).  o = built for Beta.01 but latest binary is not here.
  105.  
  106.  ftp://kermit.columbia.edu/kermit/test/bin/
  107.    ck9ker-net.bin               OS-9/68K 2.4
  108.    ck9ker-nonet.bin             OS-9/68K 2.4
  109.  + ckdker-aosvsii.pr:           DG MV 2500 AOS/VS-II 2.20.73
  110.    ckpker.plan9_68020           Plan 9 from Bell Labs on 680x0
  111.    ckpker.plan9_i386            Plan 9 from Bell Labs on PC
  112.    ckpker.plan9_mips            Plan 9 from Bell Labs on MIPS
  113.    ckpker.plan9_sparc           Plan 9 from Bell Labs on Sparc
  114.  + ckuker.aix41                 IBM RS/6000 AIX 4.1
  115.  + ckuker.bsd44-hp9000_300      HP-9000/300 4.4BSD-Lite
  116.    ckuker.bsdi2-2.1             PC, BSDI 2.1
  117.    ckuker.bsdi2-3.0             PC, BSDI 3.0
  118.  + ckuker.bsdi2-3.1             PC, BSDI 3.1
  119.  + ckuker.du32                  DEC Alpha Digital UNIX 3.2
  120.  + ckuker.du40                  DEC Alpha Digital UNIX 4.0
  121.  + ckuker.hpux500wintcp         HP-9000/550 HP-UX 5.21 + TWG-TCP/IP 1.2
  122.    ckuker.hpux80-hp9000_385     HP-9000/385 HP-UX 8.00 (no curses, no opt.)
  123.  + ckuker.hpux80c-hp9000_385    HP-9000/385 HP-UX 8.00 (not optimized)
  124.  + ckuker.hpux90-hp9000_712     HP-9000/712 HP-UX 9.05 (not optimized)
  125.  + ckuker.hpux90o700-hp9000_712 HP-9000/712 HP-UX 9.05 (optimized)
  126.  + ckuker.hpux100-10.20         HP-9000/715/33 HP-UX 10.20 (not optimized)
  127.  + ckuker.hpux100o-10.20        HP-9000/715/33 HP-UX 10.20 (optimized)
  128.  + ckuker.irix53                SGI IRIX 5.3
  129.    ckuker.irix62                SGI IRIX 6.2
  130.  + ckuker.irix63                SGI IRIX 6.3
  131.  + ckuker.linux-1.2.13-i386     PC, Red Hat Linux 1.2.13
  132.  + ckuker.next-3.1-mc68040      NeXT 68040 NeXTSTEP 3.1
  133.    ckuker.next33-3.3-mc68040    NeXT 68040 NeXTSTEP 3.3
  134.  o ckuker.qnx16                 QNX 4.24 16-bit
  135.  o ckuker.qnx32                 QNX 4.24 32-bit
  136.  + ckuker.sco32v504net          PC, SCO OpenServer 5.0.4
  137.  + ckuker.sinix542-5.42-mips    SNI SINIX 5.4.2 MIPS (RM200)
  138.  + ckuker.solaris24-2.4-sparc   Sun Sparc, Solaris 2.4
  139.  + ckuker.solaris2xg-2.4-sparc  Sun Sparc, Solaris 2.4 (made with gcc)
  140.  + ckuker.solaris2x25-2.4-sparc Sun Sparc, Solaris 2.4 with SunLink X.25
  141.  + ckuker.solaris25-2.5.1-sparc Sun Sparc, Solaris 2.5.1
  142.  + ckuker.solaris25g-2.5.1-sparcSun Sparc, Solaris 2.5.1 (made with gcc)
  143.  + ckuker.solaris26-2.6-sparc   Sun Sparc, Solaris 2.6
  144.  + ckuker.sunos41c-4.1.3-sparc  Sun Sparc, SunOS 4.1.3_U1
  145.  + ckuker.ultrix42c-4.3-mips    DECstation 5000, Ultrix 4.3
  146.    ckuker.unixware2-2.1.1       PC, Unixware 2.1.1
  147.  + ckuker.unixware2-2.1.2       PC, Unixware 2.1.2
  148.    ckvaker-vms62-nonet.exe:     Alpha CPU, VMS 6.1,   no TCP/IP
  149.    ckvaker-vms62-tgv40a.exe:    Alpha CPU, VMS 6.1,   MultiNet 4.0A
  150.  + ckvaker-vms71-nonet.exe:     Alpha CPU, VMS 7.1,   no TCP/IP
  151.  + ckvaker-vms71-tgv40b.exe:    Alpha CPU, VMS 7.1,   MultiNet 4.0B
  152.  + ckvvker-vms55-nonet.exe:     VAX CPU,   VMS 5.5-2, no TCP/IP
  153.  + ckvvker-vms55-ucx20.exe:     VAX CPU,   VMS 5.5-2, UCX 2.0
  154.  + ckvvker-vms61-nonet.exe:     VAX CPU,   VMS 6.1,   no TCP/IP
  155.  + ckvvker-vms61-tgv40a.exe:    VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  156.  + ckvvker-vms71-nonet.exe:     VAX CPU,   VMS 7.1,   no TCP/IP
  157.  + ckvvker-vms71-tgv40b.exe:    VAX CPU,   VMS 7.1,   MultiNet 4.0B
  158.  
  159. Thanks to all of you for your help with and comments on this version so far!
  160. Please continue to beat on it and send any bug reports straight to me.
  161. Barring disasters, Beta.01 will be announced to the public at large within
  162. the week.  If you can feed me any binaries not listed above, please let me
  163. know.
  164.  
  165. Thanks again!
  166.  
  167. - Frank
  168.