home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 225.lha / JrComm_v.91 / bugs.txt < prev    next >
Text File  |  1989-04-04  |  2KB  |  40 lines

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