home *** CD-ROM | disk | FTP | other *** search
- Problems addressed in Release 1.0.1
- ===================================
- When Manager and Dialer were making connections, they were still trying
- to test for the connection, resulting in them getting confused if they
- got multiple connection strings, as The Right Place sends out when you
- connect to it. This "connect matching" is now turned off immediately
- and things don't lock up.
-
- The current Terminal emulation in 1.0.0 worked but it wasn't very pretty.
- A subset of ANSI terminal emulation has been added in 1.0.1 to correct
- this. It's not full ANSI compatible, but it's darned close.
-
- When a target connection is established, the communications handling is
- immediately returned to the host program's handler. This will prevent
- the initial data from the target from being lost while InComm:PcPDial
- returns control to the host comm program.
-
- There were some memory allocation errors occurring is memory was low and
- various cut-n-paste operations were done on a Target Dialer. These
- problems have been located and fixed.
-
- The Install program locked up for some folks. This problem was very
- difficult to duplicate, in fact we just couldn't get it to fail. However,
- we have located a possible point in the Install program that could cause
- this problem, and have rewritten it to avoid such problems.
-
- There were problems while having a Terminal Window and a Dialer Dialog
- up at the same time. The Terminal would take keystrokes that were meant
- for the Dialer Dialog, thus preventing keyboard users from operating
- correctly. The two windows have been isolated from each other and an
- order of precedence has been set. If the Dialer Dialog is up and active
- it will take all keystrokes. To make the Terminal Window accept your
- keyboard input, you now must either close the Dialer Dialog, or Shrink
- the Terminal Window to make it the active window.
-
- If you tried to close the Dialing Status Window using Ctrl-F3, and a
- Terminal Window was up, the terminal window would close instead and
- the program would crash. This has been fixed -- the active window
- gets closed.
-
- For some folks, when exiting Dialer or Manager, the modem would suddenly
- drop DTR, which would hang up the modem connection. This has been fixed
- so carrier is not dropped upon exit.
-