home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / ucpeca.upd < prev    next >
Text File  |  2020-01-01  |  3KB  |  52 lines

  1.  
  2.                             Kermit-UCSD Changes V1.0 to V1.1
  3.             
  4.             1)  The source code file (UCPECA.PAS) is now "self separating"
  5.                 (i.e. the first 8 lines of "strange looking" text are ASE
  6.                 "text form" commands, which the Advanced System Editor (ASE)
  7.                 will interpret to automagically separate the file into
  8.                 individual UCSD Pascal source code files).
  9.             
  10.             2)  A UCSD "make" file is included (in UCPECA.PAS) which will
  11.                 automagically compile the separated Pascal source files in
  12.                 the correct order (see the section on "CONSTRUCTING A NEW
  13.                 KERMIT" in the documentation, UCPECA.DOC).
  14.             
  15.             3)  New commands: GET, PUT, BYE, FINISH, SET INTERFACE, SHOW
  16.                 VERSION, and COMMENT.
  17.             
  18.             4)  Optional UCSD menu style User Interface (SET INTERFACE UCSD).
  19.             
  20.             5)  Hardware Timeouts on transfers.
  21.             
  22.             6)  The "lost Creation Date" bug of V1.0 seems to be fixed (the
  23.                 "fix" involved rereading the date after setting it, this
  24.                 should not have to be done but the DIRINFO Unit seems to
  25.                 intermitently forget the setting if this is not done).
  26.             
  27.             7)  Changed handling of file names in the RECEIVER Unit to fix
  28.                 a bug that caused files from "foreign" systems with short
  29.                 names to be saved a Datafiles instead of Textfiles in TEXT
  30.                 mode. Also if FILE-WARNING is on and a name collision
  31.                 occurs, letters in the file name will increment from what
  32.                 they are rather than from 'A' (as V1.0 did).
  33.             
  34.             8)  The Set/Show & Connect procedures have been moved from
  35.                 KERMIT to KERMUTIL, to make them more globally available.
  36.             
  37.             9)  New Units (CLIENT & KERMENUS) were added to handle
  38.                 communication with a Server and the UCSD menus.
  39.             
  40.             10) Version message for this release:
  41.             
  42.                 Kermit-UCSD V1.1, 13 May 89
  43.                    Receiver Unit V1.1, 18 May 89
  44.                    Sender Unit V1.1, 13 May 89
  45.                    Client Unit V1.1, 13 May 89
  46.                    Helper Unit V1.1, 13 May 89
  47.                    Kermpack Unit V1.1, 30 Apr 89
  48.                    Kermutil Unit V1.1, 13 May 89
  49.                    Kermglob Unit V1.1, 13 May 89
  50.                    Kermenus Unit V1.1, 14 May 89
  51.                    Parser Unit V1.1, 13 May 89s
  52.