Notes on current release ------------------------ This release of Apple Kermit fixes a number of the problems which were encountered with the first release. Changes made in KERMIT.M65: 4 Reduce max packet length by one so we don't get a character when we quote it. Make escape sequence read '^''C'. Make VT52-EMULATION be ON by default. 5 Make the default time-out interval default to a reasonable amount of time instead of 0. The default is now 15 seconds for both send and receive. 6 Make Kermit locate the actual end-of-file instead of sending blindly to the end of the last sector of the file. 7 Don't send trailing spaces in the file header packets. 8 Convert to line terminator on the way out and to on the way in for text files. 9 Account for carry in jump table calculations for those cases where the table starts on a page boundary. The bootstrap problems have also been resolved - see the current documenation files, and the BASIC program. CROSS has been fixed so that the '.phase' pseudo-op now works correctly - it generates code to run at one address and load at another. This means the BASIC loader program has to be modified so it doesn't change the load address in the '.hex' file. If you have an older copy of APPLBT.BAS, simply modify it by removing line 265.