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

  1. Date: Sun, 31 Jan 99 21:39:40 EST
  2. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  3. To: C-Kermit Developers and Testers <kermit@columbia.edu>
  4. Subject: Announcing C-Kermit 7.0 Beta.04
  5.  
  6. To: C-Kermit Developers and Testers <kermit@columbia.edu>
  7. Reply-to: kermit@columbia.edu
  8. Subject: C-Kermit 7.0 Beta
  9. bcc: fdc, cmg, jaltman, ckermit@watsun
  10.  
  11. Here is C-Kermit 7.0 Beta.04.  We still haven't gone public yet; let's hope
  12. this will be the one.  Here's what's new in Beta.04:
  13.  
  14.  . Additional tuning of IKS client/server protocols.
  15.  . Server end of REMOTE directory now sorts listing by filename.
  16.  . Server end of REMOTE directory now obeys SET OPTIONS DIRECTORY.
  17.  . Server end of REMOTE directory now shows symlinks (in UNIX).
  18.  . Server end of REMOTE directory now shows directories like ls does (UNIX).
  19.  . Expanded TELOPT command can now send most TELNET protocol options.
  20.  . Connection messages tightened up a bit.
  21.  . Horizontal lines now mark remote/local transitions for clarity.
  22.  . SET TERMINAL AUTODOWNLOAD default changed to ON.
  23.  . SET FLOW AUTO changed to use NONE on direct serial connections, since
  24.    if we choose RTS/CTS or Xon/Xoff we can start out in a deadlock.
  25.  . Changed "kermit -l" to handle flow control the same as SET LINE does.
  26.  . Improved performance of file collision recovery in large directories.
  27.  . Changed connection log commands to avoid confusion with CLOSE CONNECTION.
  28.  . Increased intuitiveness of recursive transfers in VMS (1).
  29.  . VMS C-Kermit server now accepts GET /RECURSIVE (1).
  30.  
  31. Bug fixes:
  32.  
  33.  . Fixed file reception to check write access before accepting file.
  34.  . Fixed connection log to work for TELNET and RLOGIN commands.
  35.  . Fixed server end of REMOTE DIR, HELP, DELETE, TYPE dropping characters.
  36.  . Fixed erroneously sticky DIR /SORT key.
  37.  . Fixed numerous bugs with recursive directory traversal in UNIX.
  38.  . Fixed improper pathname format in VMS-to-Windows transfers.
  39.  . Fixed some parsing problems involving unbalanced right parentheses.
  40.  . Fixed spurious "(OK)" message popping up while typing a REMOTE command.
  41.  . Fixed "remote xxx | yyy" (xxx = REMOTE command, yyy = any filter).
  42.  . Fixed broken CLEAR INPUT.
  43.  . Many -DNOxxxx builds tested and fixed where needed.
  44.  . Syntax adjustments to numerous platforms, compilers, etc.
  45.  . Sinix 5.43 build fixed (I hope -- no way to test)
  46.  . Pyramid DC/OSx build fixed (I hope -- no way to test) 
  47.  . IRIX 6.4 build fixed (I hope -- no way to test) 
  48.  . HP-UX 10.01 build fixed.
  49.  . HP-UX 6.x and 7.x builds fixed, I hope.
  50.  . Non-gcc AT&T 7300 builds fixed (I hope)
  51.  . Fixed erroneous product names for BSDI versions.
  52.  
  53. (Still) deferred to future Betas:
  54.  
  55.  . Better handling for mixed short/long-name file systems in UNIX (2).
  56.  . Various problems parsing filenames containing braces or spaces.
  57.  . Character-set translation for filenames.
  58.  
  59. Notes:
  60.  
  61. (1) But you still have to include "..." in the filespec to get recursion.
  62.  
  63. (2) As when, for example, you have a short-name file system NFS-mounted
  64.     on a long-name file system.
  65.  
  66. KERMIT 95 USERS
  67.  
  68. Test builds of Kermit 95 incorporating IKS client support will be
  69. made available to registered users upon request.  Send requests:
  70.  
  71.   To: kermit-support@columbia.edu
  72.   Subject: K95 IKS Beta Request
  73.  
  74. Include your serial number and K95 version number.
  75.  
  76. REMEMBER THIS IS A TEST VERSION
  77.  
  78. Be sure to report any problems to:
  79.  
  80.   kermit-support@columbia.edu.
  81.  
  82. Soon we should be able to go forward with a public announcement on the
  83. newsgroups and website, and then final release as soon as possible of both
  84. C-Kermit 7.0, and K95 1.1.18, which will be based on it.
  85.  
  86. WHERE TO FIND IT
  87.  
  88. Websters can skip the rest and go straight to:
  89.  
  90.   http://www.columbia.edu/kermit/ck70.html
  91.  
  92. (Let me know about any bad links.)
  93.  
  94. C-Kermit 7.0.195 Beta.04 is in the kermit/test tree at the Kermit ftp site,
  95. along with drafts of all the update documentation, etc:
  96.  
  97.  ftp://kermit.columbia.edu/kermit/test/tar/
  98.    cku195src.tar.Z   Source code (UNIX and VMS), tar, UNIX compress
  99.    cku195src.tar.gz  Source code (UNIX and VMS), tar, gzipped
  100.    cku195txt.tar.Z   Other text files, tar, UNIX compress
  101.    cku195txt.tar.gz  Other text files, tar, gzipped
  102.    cku195.tar.Z      All sources and text files, tar, UNIX compress
  103.    cku195.tar.gz     All sources and text files, tar, gzipped
  104.    cku195.zip        All sources and text files, zipped (Info-ZIP)
  105.  
  106.  ftp://kermit.columbia.edu/kermit/test/text/
  107.    Common and individual source and text files for UNIX, VMS, OS-9,
  108.    AOS/VS, Stratus VOS, etc etc.
  109.  
  110.  Among the interesting text files (all updated since last time):
  111.    ckermit2.txt    -- User documentation of new features since 6.0.
  112.    iksd.txt        -- Internet Kermit Service Daemon documentation.
  113.    security.txt    -- Documentation of Kerberos and SRP features.
  114.    telnet.txt      -- Discussion of recent Telnet protocol changes.
  115.    ckaaaa.txt      -- Overview of files, file naming conventions, etc.
  116.    ckc195.txt      -- Program edit history since 6.0.
  117.    ckuins.txt      -- UNIX installation instructions.
  118.    ckvins.txt      -- VMS installation instructions.
  119.    ckcbwr.txt      -- General C-Kermit "beware file" (hints and tips).
  120.    ckubwr.txt      -- UNIX C-Kermit beware file.
  121.    ckvbwr.txt      -- VMS C-Kermit beware file.
  122.    ckcplm.txt      -- Program logic manual, API definition, etc.
  123.    ckccfg.txt      -- Program configuration options.
  124.  
  125. Recall that all .upd, .doc, .hlp, and .bwr files have had their filetypes
  126. changed to .txt, for the benefit of Windows-based Web browsers that that
  127. associate the earlier file types (.doc, .hlp, etc) with Windows applications.
  128.  
  129. INDIVIDUAL BETA.04 BINARIES
  130.  
  131. Binaries for C-Kermit 7.0 Betas now have the Beta level (e.g. "b03") as part
  132. of their name.  Beta-2 binaries have been renamed to include "b02".  Those
  133. whose names do not fit the ck*195b0[23].* are from the C-Kermit 6.1 test,
  134. built at sites that can't be reached any more or that have since been
  135. upgraded to newer OS versions, or built on systems that don't work any more,
  136. or that were sent in by others.  These are all plain, flat uncompressed
  137. binary files, to be downloaded in binary mode and renamed appropriately (to
  138. "kermit", "KERMIT.EXE", etc).
  139.  
  140.  ftp://kermit.columbia.edu/kermit/test/bin/
  141.  + ckd195b04-aosvsii-2.20.73.pr     DG MV 2500 AOS/VS-II 2.20.73
  142.    ckiker.exe                       Commodore Amiga
  143.    ckpker.plan9-68020               Plan 9 from Bell Labs on 680x0
  144.    ckpker.plan9-i386                Plan 9 from Bell Labs on PC
  145.    ckpker.plan9-mips                Plan 9 from Bell Labs on MIPS
  146.    ckpker.plan9-sparc               Plan 9 from Bell Labs on Sparc
  147.    ckuker.ps2aix3-1.2.1             IBM PS/2 AIX 1.2.1
  148.    ckuker.rs6aix32c                 IBM RS/6000 AIX 3.2
  149.    cku195b03.aix41                  IBM RS/6000 AIX 4.1
  150.  + cku195b04.aix42-4.2.1            IBM RS/6000 AIX 4.2.1
  151.  + cku195b04.aix43-4.3.1            IBM RS/6000 AIX 4.3.1
  152.  + cku195b04.aix41-4.3.2            IBM RS/6000 AIX 4.3.2
  153.    ckuker.att351gm                  AT&T 7300 UNIX PC, UNIX 3.51
  154.    ckuker.bsd44-hp9000_300          HP-9000/300, 4.4BSD
  155.    ckuker.bsdi2-2.1                 PC, BSDI 2.1
  156.    ckuker.bsdi2-3.0                 PC, BSDI 3.0
  157.  + cku195b04.bsdi3-3.1              PC, BSDI 3.1
  158.    cku195b03.bsdi4-4.0              PC, BSDI 4.0
  159.  + cku195b04.dec-osf30              DEC Alpha OSF/1 3.0
  160.    cku195b03.du32-osf1-3.2b         DEC Alpha OSF/1 3.2B
  161.  + cku195b04.du32                   DEC Alpha Digital UNIX 3.2
  162.  + cku195b04.du40                   DEC Alpha Digital UNIX 4.0B
  163.  + cku195b04.freebsd2-i386-2.2.7    PC, FreeBSD 2.2.7
  164.    cku195b03.hpux500wintcp          HP-9000/550 HP-UX 5.21 with TWG-TCP/IP 1.2
  165.    ckuker.hpux65oc-hp9000_350       HP-9000/350 HP-UX 6.50
  166.    ckuker.hpux70olfnc-hp9000_350    HP-9000/300 HP-UX 7.00
  167.  + cku195b04.hpux80oc-s300-8.00     HP-9000/385 HP-UX 8.00
  168.  + cku195b04.hpux90o-s700-9.05      HP-9000/712 HP-UX 9.05
  169.  + cku195b04.hpux90o700-s700-9.05   HP-9000/712 HP-UX 9.05 (optimized for s700)
  170.  + cku195b04.hpux100-s700-10.01     HP-9000/735/99 HP-UX 10.01 (not optimized)
  171.  + cku195b04.hpux100o-s700-10.01    HP-9000/735/99 HP-UX 10.01 (optimized)
  172.  + cku195b04.hpux100-s700-10.20     HP-9000/715/33 HP-UX 10.20 (not optimized)
  173.  + cku195b04.hpux100o-s700-10.20    HP-9000/715/33 HP-UX 10.20 (optimized)
  174.    ckuker.hpux1100o+                HP-9000/871/D370, HP-UX 11.00 (optimized)
  175.    ckuker.hpux1100                  HP-9000/871/D370, HP-UX 11.00 (not opt)
  176.  + cku195b04.irix53                 SGI Indigo-2, IRIX 5.3
  177.  + cku195b04.irix62                 SGI IRIX 6.2
  178.  + cku195b04.irix63-o2              SGI O2 R5000 IRIX 6.3
  179.  + cku195b04.irix65-indy-6.5.2m     SGI Indy R4600 PC, IRIX 6.5.2m
  180.  + cku195b04.irix65-o200-6.5.2m     SGI Indy Origin 200, IRIX 6.5.1
  181.    ckuker.is5r3jc                   PC, Sunsoft Interactive UNIX 4.1
  182.    ckuker.linux-1.2.13-i386         PC, Red Hat Linux 3.03, kernel 1.2.13
  183.    ckuker.linux-2.0.33-mc68000      Motorola 680x0, Linux 2.0.33
  184.    ckuker.linux-2.0.35-i386-suse-5.1PC, Linux 2.0.35, Suse 5.1
  185.  + cku195b04.linux-i386-rh5.2       PC, Red Hat Linux 5.2, kernel 2.1.125
  186.  + cku195b04.linux-i386-sw3.5.0     PC, Slackware Linux 3.5.0, kernel 2.0.36
  187.  + cku195b04.mklinux-ppc-dr3        PowerWave 132, MkLinux DR3, kernel 2.0.36
  188.  + cku195b04.next-mc68k-3.1         NeXT 68040 NeXTSTEP 3.1
  189.  + cku195b04.next33-mc68k-3.3       NeXT 68040 NeXTSTEP 3.3
  190.    ckuker.pyramid                   Pyramid
  191.    ckuker.pyrdcosx                  Pyramid
  192.  + cku195b04.qnx16                  QNX 4.24 16-bit
  193.  + cku195b04.qnx32                  QNX 4.24 32-bit
  194.    ckuker.sco32v4netnd-odt2         PC, SCO ODT 2.0
  195.  + cku195b04.sco32v4                PC, SCO UNIX 3.2v4.2 (no TCP/IP)
  196.  + cku195b04.sco32v4ns              PC, SCO UNIX 3.2v4.2 (no TCP/IP)
  197.  + cku195b04.sco32v4gcc             PC, SCO UNIX 3.2v4.2 (no TCP/IP)
  198.  + cku195b04.sco32v4net             PC, SCO UNIX 3.2v4.2 (TCP/IP)
  199.  + cku195b04.sco32v4netgcc          PC, SCO UNIX 3.2v4.2 (TCP/IP)
  200.  + cku195b04.sco32v504net           PC, SCO OpenServer 5.0.4 (TCP/IP)
  201.  + cku195b04.sco32v505              PC, SCO OpenServer 5.0.5 (no TCP/IP)
  202.  + cku195b04.sco32v505gcc           PC, SCO OpenServer 5.0.5 (no TCP/IP)
  203.  + cku195b04.sco32v505net           PC, SCO OpenServer 5.0.5 (TCP/IP)
  204.  + cku195b04.sco32v505netgcc        PC, SCO OpenServer 5.0.5 (TCP/IP)
  205.  + cku195b04.sinix542-mips-5.42     SNI SINIX-N 5.4.2 MIPS (RM200)
  206.    cku195b02.solaris24-sparc-2.4    Sun Sparc, Solaris 2.4
  207.    ckuker.solaris24g-sparc          Sun Sparc, Solaris 2.4 (made with gcc)
  208.    cku195b02.solaris24x25-sparc     Sun Sparc, Solaris 2.4 with SunLink X.25
  209.  + cku195b04.solaris25-sparc-2.5.1  Sun Sparc, Solaris 2.5.1
  210.  + cku195b04.solaris25g-sparc-2.5.1 Sun Sparc, Solaris 2.5.1 (made with gcc)
  211.    cku195b02.solaris26-i386         PC, Solaris 2.6
  212.  + cku195b04.solaris26-sparc        Sun Sparc, Solaris 2.6
  213.  + cku195b04.solaris26g-sparc       Sun Sparc, Solaris 2.6 (made with gcc)
  214.    cku195b04.solaris7g-i386         PC, Solaris 7 (made with gcc)
  215.  + cku195b04.solaris7g-sparc        Sun Sparc, Solaris 7 (made with gcc)
  216.  + cku195b04.sunos41c-4.1.3         Sun Sparc, SunOS 4.1.3_U1 (full)
  217.  + cku195b04.sunos41gcc-4.1.3       Sun Sparc, SunOS 4.1.3_U1 (full) (gcc)
  218.    cku195b03.sv68r3v6               Motorola MVME 147 68K, System V/68 R3V6
  219.    cku195b03.sv88r40-4.3            Motorola MVME 197 88K, System V R4 V4.3 
  220.    cku195b03.sv88r40-4.4            Motorola MVME 187 88K, System V R4 V4.4 
  221.  + cku195b04.ultrix43-mips          DECstation 5000, Ultrix 4.3
  222.    ckuker.unixware2-2.1.1           PC, Unixware 2.1.1
  223.    ckuker.unixware2-2.1.2           PC, Unixware 2.1.2
  224.  + cku195b04.unixware2-2.1.3        PC, Unixware 2.1.3
  225.  + cku195b04.unixware7-7.0.1        PC, Unixware 7.0.1
  226.    ckvaker-vms62-nonet.exe          Alpha CPU, VMS 6.2,   no TCP/IP
  227.    ckvaker-vms62-tgv40a.exe         Alpha CPU, VMS 6.2,   MultiNet 4.0A
  228.  + ckva195b04-vms71-nonet.exe       Alpha CPU, VMS 7.1,   no TCP/IP
  229.  + ckva195b04-vms71-tgv40a.exe      Alpha CPU, VMS 7.1,   MultiNet 4.0A
  230.  + ckva195b04-vms71-tgv41b.exe      Alpha CPU, VMS 7.1,   MultiNet 4.1B
  231.    ckvvker-vms45-nonet.exe          VAX CPU,   VMS 4.5,   no TCP/IP
  232.  + ckvv195b04-vms55-nonet.exe       VAX CPU,   VMS 5.5-2, no TCP/IP
  233.  + ckvv195b04-vms55-ucx20.exe       VAX CPU,   VMS 5.5-2, UCX 2.0
  234.  + ckvv195b04-vms61-nonet.exe       VAX CPU,   VMS 6.1,   no TCP/IP
  235.  + ckvv195b04-vms61-tgv40a.exe      VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  236.  + ckvv195b04-vms71-nonet.exe       VAX CPU,   VMS 7.1,   no TCP/IP
  237.  + ckvv195b04-vms71-tgv40b.exe      VAX CPU,   VMS 7.1,   MultiNet 4.0B
  238.  
  239. If you have access to a development platform not listed above with a "+"
  240. where you can try building C-Kermit 7.0, please contact me with the results
  241. (or for help if needed).  Or just upload successfully-built binaries to:
  242.  
  243.   ftp://kermit.columbia.edu/kermit/incoming/
  244.  
  245. or:
  246.  
  247.   iksd://kermit.columbia.edu/kermit/incoming/
  248.  
  249. using the naming conventions from the list above, and send a note saying
  250. what it is and who it is from (list details of machine make & model, OS &
  251. version).
  252.  
  253. Thanks!
  254.  
  255. - Frank
  256.  
  257.