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