Bugs fixed list - 03/12/89 -------------------------- - Some transfers caused the serial device to lock-up, and/or just get basically munged, fixed. Had to do with disabling XON/XOFF handshake incorrectly. - HST owners were unable to do high speed up/downloads with YMODEM-g and ZMODEM. I figured out what was happening by putting a breakout box inline with the modem, CTS would drop but the Amiga kept pumping data out. It turns out that the serial device can't be opened in shared access if you wish to use hardware handshaking, I've changed the code to open up in exclusive if CTS/RTS is requested. If the serial device can't be opened exclusively it will be opened in shared mode and a requester will appear to indicate this. - ZMODEM and YMODEM would scramble the file date if one was sent, fixed. - Alternate dialing prefixes were being ignored, they are now working, but their operation has been changed, see the changes.txt file for an explanation. - A portion of data was not being saved for each directory entry, added jrupdate utility to convert existing files to 0.91 format. - Ignore carrier detect had no effect, works as expected now. - Dialer would count down then exit prior to dialing one last time, fixed. - Looked over the B+ code some, found a few things wrong, fixed. - Fixed the problem with the chat line dropping wrapped characters. - Corrected the backspace problem with the terminal. - Fixed the problem with the macro requester using the wrong filename when used with the phonebook. - Scroll gadget in the phonebook now indicates correctly.