home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / pc_2_3be / update.tel < prev   
Text File  |  1990-01-03  |  7KB  |  232 lines

  1. NCSA Telnet 2.3b6
  2.  
  3. 1) Drivers update
  4.  
  5. The following is an update on the status of the internal Telnet drivers.
  6.  
  7. For the PC Bus,
  8. Name        Board                Works??
  9. -------------------------------------------------------------
  10. atalk        *Apple Talk            No
  11. packet        *Packet Driver             Yes
  12. 3c501        3COM 3C501            Yes
  13. 3c503        *3COM 3C503            Yes
  14. pcnic        Ungermann-Bass PC-NIC        Yes
  15. wd8003e        Western Digital WD8003E        Yes
  16. wd8003eb    Western Digital WD8003EB    Yes    
  17. ni5210        MICOM NI5210            Yes
  18.  
  19.  
  20. For PS/2 MCA bus,
  21.  
  22. Name        Board                Works??
  23. -------------------------------------------------------------
  24. nicps/2        Ungermann-Bass NICps/2        Yes
  25. 3c523        3COM 3C523            Yes
  26. wd8003a        Western Digital WD8003EA    Yes    
  27. ni9210        *MICOM NI9210            No
  28.  
  29. The ??? indicate boards that are buggy.  Please test them out and report
  30. back to us.
  31.  
  32. 2)    ftp shell escape fixed
  33.  
  34. 3)    ftp -h parameter correctly reconized
  35.  
  36. 4)    EGA tek emulator fixed
  37.  
  38. 5)    VGA tek support added
  39.  
  40.  
  41. BUG FIXES FOR NCSA Telnet 2.3b2:
  42.  
  43. 1)    Appletalk driver better (may not be quite right yet, but it is now
  44.      at least compiled into the executable correctly).
  45.  
  46. 2)    Client mode fixed from Microsoft C 5.1 port.  Now works correctly 
  47.     in binary mode.
  48.  
  49.  
  50. BUG FIXES FOR NCSA Telnet 2.3b3:
  51.  
  52. 1) Alt-E escape to DOS no longer results in stack overflow.
  53.  
  54. 2) Addition of macros for shift-function key combination 
  55.     (Shift-f1 through Shift-f12)
  56.  
  57.     The shift-function key combinations can now be mapped to user-defined
  58.     strings.  Twelve new keywords have been added to config.tel, one for 
  59.     each function key (f1,f2,f3,....,f12).
  60.  
  61.     To assign a macro string to a function key:
  62.  
  63.         <key>=<string>
  64.  
  65.     where <key> is one of the new keywords and <string> contains your 
  66.     macro.
  67.  
  68.     The following key sequences are used to generate special characters
  69.     in your macro.  They follow the same style as the C programming
  70.     language and may seem strange if you are not familiar with C.
  71.  
  72.     Desired Character                Definition
  73.     -----------------                ----------
  74.     Backslash (\)                    \\
  75.     TAB                        \t
  76.     CR LF                        \n or \r
  77.     Space                        \032
  78.     Number of text rows                \#
  79.     Internet number of PC                \i
  80.     
  81.     The \xxx string, where xxx is a number between 0-255, will send that 
  82.     character to the the host, e.g. the Space key above.
  83.     If your macro string contains spaces, then the string either 
  84.     has to be encased in quotes or the space should be coded as 
  85.     a special character.
  86.  
  87.     e.g.  f1="ftp \i\n" and  f1=ftp\032\i\n are functionally identical.
  88.  
  89. BUG FIXES FOR NCSA Telnet 2.3b4:
  90.  
  91. 1) Drivers update
  92.  
  93. The following is an update on the status of the internal Telnet drivers.
  94.  
  95. For the PC Bus,
  96. Name        Board                Works??
  97. -------------------------------------------------------------
  98. atalk        *Apple Talk            ???
  99. packet        *Packet Driver             Yes
  100. 3c501        3COM 3C501            Yes
  101. 3c503        *3COM 3C503            ???
  102. pcnic        Ungermann-Bass PC-NIC        No
  103. wd8003e        Western Digital WD8003E        Yes
  104. wd8003eb    Western Digital WD8003EB    Yes    
  105. ni5210        MICOM NI5210            Yes
  106.  
  107.  
  108. For PS/2 MCA bus,
  109.  
  110. Name        Board                Works??
  111. -------------------------------------------------------------
  112. nicps/2        Ungermann-Bass NICps/2        Yes
  113. 3c523        3COM 3C523            ???
  114. wd8003a        Western Digital WD8003EA    No    
  115. ni9210        *MICOM NI9210            No
  116.  
  117. The ??? indicate boards that are buggy.  Please test them out and report
  118. back to us.
  119.  
  120.  
  121. 2) Terminal type negotiation.
  122.  
  123. Telnet can now send its terminal type a host.  The default terminal
  124. type is "dec-vt100."  It can be changed with the termtype option in the
  125. config.tel file, e.g.
  126.  
  127. termtype="vt100"
  128.  
  129. will cause telnet to send the string "vt100" instead of "dec-vt100" to a host.
  130.  
  131.  
  132. 3) Telnet to "other port" works with Domain lookup
  133.  
  134. Previously, attempting to connect to a port on a machine requiring a
  135. domain lookup resulted in a connection to the Telnet port and not the 
  136. specified port.
  137.  
  138. Now the sucessful lookup will result in the connection to the specified port.
  139.  
  140.  
  141. BIG FIXES FOR NCSA Telnet 2.3b5
  142.  
  143. 1) 3c523 Driver fixed.
  144.  
  145. 2) Additional keystrokes added to Scroll Lock mode
  146.     Home -> Beginning of Line
  147.     End  -> End of Line
  148.     Cntl+PGUP -> Top of Scrollback buffer
  149.     Cntl+PGCN -> Bottom of Scrollback buffer
  150.  
  151. 3) External TCP/IP Utilities
  152.     
  153.     The following utilities now work with the new drivers and 
  154.     keyboard mapper.  If NCSA Telnet works these should also 
  155.     work.
  156.  
  157.     ftpbin.exe -> ftp client & server
  158.     minitel.exe -> a very simple telnet program
  159.  
  160.     Network Printing Utilites contributed by Paul Hilchey.
  161.     lpr.exe, lpq.exe, lprm.exe. 
  162.  
  163. 4) 3c503 driver fixed.
  164.     The 3c503 board allows the software to determine whether
  165.     thin or thick Ethernet is being used.  Therefore, telnet needs
  166.     to be told what type of wire is being used.  A new config.tel
  167.     keyword "wire" has been added.  Its usage is shown below.
  168.     
  169.     wire=thin    ; this is the default.  Telnet will use thin Ether    
  170.     wire=thick    ; Telnet will use thick Ether 
  171.     
  172.  
  173. 5) Keyboard Mapper bug fixes.
  174.  
  175.     CAPS LOCK no longer blocks control and ALT characters.
  176.     NUM LOCK now maps the keypad correctly.    
  177.  
  178. 6) Keyboard Mapper addition.  The keyboard mapper now addresses all the keys
  179.     on the 101 key (extended) keyboard.  There is an extra map which has been
  180.     added to the already existing five keyboard maps (NORMAL, LEFT SHIFT, RIGHT
  181.     SHIFT, ALT, and CONTROL).  The extra map is for the extended keys, these
  182.     keys are only generated by the extended keyboard.  The extra map consists
  183.     of 89 pairs of integers (one for each key), and is in the same order as
  184.     the other maps (see the README file for details).  The order of the maps
  185.     is now :  NORMAL, LEFT SHIFT, RIGHT SHIFT, ALT, CONTROL, and  EXTENDED.
  186.  
  187. 7) ftp excepts full pathnames for changing directories.  It requires that
  188.     you type a double backslash for each single backslash in the path name
  189.     however, i.e. "c:\\dos" for "c:\dos".  You may use a forward slash '/'
  190.     for the backslashes in MS-DOS path names also, i.e. "c:/dos" for
  191.     "c:\dos".
  192.  
  193. 8) Ungerman Bass PC/NIC driver is fixed.
  194.  
  195. 9) Western Digital 8003A Microchannel Card fixed.
  196.     
  197. 10) Drivers update
  198.  
  199. The following is an update on the status of the internal Telnet drivers.
  200.  
  201. For the PC Bus,
  202. Name        Board                Works??
  203. -------------------------------------------------------------
  204. atalk        *Apple Talk            ???
  205. packet        *Packet Driver             Yes
  206. 3c501        3COM 3C501            Yes
  207. 3c503        *3COM 3C503            Yes
  208. pcnic        Ungermann-Bass PC-NIC        Yes
  209. wd8003e        Western Digital WD8003E        Yes
  210. wd8003eb    Western Digital WD8003EB    Yes    
  211. ni5210        MICOM NI5210            Yes
  212.  
  213.  
  214. For PS/2 MCA bus,
  215.  
  216. Name        Board                Works??
  217. -------------------------------------------------------------
  218. nicps/2        Ungermann-Bass NICps/2        Yes
  219. 3c523        3COM 3C523            Yes
  220. wd8003a        Western Digital WD8003EA    Yes    
  221. ni9210        *MICOM NI9210            No
  222.  
  223. The ??? indicate boards that are buggy.  Please test them out and report
  224. back to us.
  225.  
  226. BUGS:
  227.     Intermittant run-time error upon termination of Telnet.
  228.  
  229. Please keep the bug reports coming in!
  230. telbug@ncsa.uiuc.edu
  231.  
  232.