home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcpursui / inpcp101 / bugs.fxd next >
Text File  |  1992-03-03  |  2KB  |  44 lines

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