home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / NET32_B3.ZIP / _SETUP.1 / WHATSNEW.TXT < prev   
Text File  |  1998-01-21  |  8KB  |  146 lines

  1. -----------------------------------------------------------------------------
  2. January 21, 1998 - 8:30pm - Release Beta3
  3.  
  4.  This release fixes alot of problems, and adds a few new features as well
  5.  as some enhancements.
  6.  
  7.  Listed below are the following additions/fixes/improvments/etc:
  8.  ╒════════╤══════════════════════════════════════════════════════════╕
  9.  │        │  * - Fix            i - Improvement      r - Removed     │
  10.  │ Legend │                                                          │
  11.  │        │  + - Addition       c - Changed                          │
  12.  ╘════════╧══════════════════════════════════════════════════════════╛
  13.  
  14. + - Complete Install and Uninstall programs.
  15. * - Fixed incompatiblity problems with PCBoard, Renegade and Telegard.
  16. + - Complete documentation. Written by Bill Rowland and myself.
  17. + - NU.EXE (NetUtility) can now be called from any directory.
  18. * - Fixed the problem where NetModem/32 - Server would report an Access
  19.     Violation if it was started when you were not connected to the Internet.
  20. * - Fixed a problem when someone disconnected from the server while it was
  21.     RING'ing and waiting for an ATA from the BBS.
  22. + - Added a Node Reset option to the right click popup menu.
  23. i - Node validation routines. This will keep from getting blue screens or
  24.     system lockups when your BBS is not online or ready for a call.
  25. c - Changed the node status texts.
  26. i - Tweaked FOSSIL function 1Bh
  27. i - Tweaked FOSSIL UART emulation
  28. * - Fixed the problem with Doors. The problem was Interrupts being turned off
  29.     on a FOSSIL call to function 05h and never being turned back on.
  30. * - FDSZ now works properly.
  31. * - NetModem/32 was answering the call to fast and caused problems with some
  32.     software namely PCBoard and ProBoard. I added a delay between the issued
  33.     ATA by the software and the CONNECT XXXXX message from NetModem.
  34. c - Changed from refering to each connection as "port". Now each connection
  35.     is refered to as a node.
  36. i - Reduced CPU overhead of NetModem/32 Server and NetFOSSIL/32.
  37. i - Slight speed increase.
  38. i - Improved time slicing.
  39. * - Fixed problems some people reporting when disconnecting
  40. i - Improved file transfers in registered version
  41. i - Improved Logging and Caller ID in the registered version.
  42. i - Alot of other small internal improvments.
  43. -----------------------------------------------------------------------------
  44. December 25, 1997 - 12:00am - Release Beta2 - Merry Christmas :)
  45.  
  46.  Second release. After my HD broke. I had to rebuild the source from an old
  47.  backup. The backup wasnt too old but I still had alot of work to do on the
  48.  code. If you have ANY problems or complaints please EMail me at drip@cris.com
  49.  
  50.  Listed below are the following additions/fixes/improvments/etc:
  51.  ╒════════╤══════════════════════════════════════════════════════════╕
  52.  │        │  * - Fix            i - Improvement      r - Removed     │
  53.  │ Legend │                                                          │
  54.  │        │  + - Addition       c - Changed                          │
  55.  ╘════════╧══════════════════════════════════════════════════════════╛
  56.  
  57. c - Changed the GUI.
  58. i - New Configuration screen.
  59. c - Changed the Comport setup.
  60. i - Improved the speed alot more than the previous beta.
  61. i - Enabled Upload transfer support.
  62. i - Enabled Download transfer support. (registered version)
  63. * - Fixed the lockups and blue screens during uploads.
  64. + - Added a "FrontEnd Mailer Mode" feature. (registered version)
  65. + - Added an option to allow the globe in the system tray to spin
  66.     or not to spin.
  67. i - Redid the local IP and local hostname lookup and display code.
  68. c - Changed the right click popup menu.
  69. * - Port Statistics screen now reports "Blocked Connections" instead of
  70.     "Connections on Busy".
  71. + - Added "Total Busy" report to the Server Statistics screen, to report
  72.     the total number of connections that returned "BUSY" to the remote end.
  73. * - Fixed the "CPS Rate" meter. Now accurately reports CPS based on TX
  74.     (sending) and RX (receiving).
  75. + - Added confirmation screens when changing settings that affect the
  76.     current connections.
  77. c - Changed the Current Connections list display test.
  78. i - Improved application load time. Now loads much faster.
  79. r - Removed the need for URLMON.DLL and WININET.DLL since several people
  80.     did not have these files. This didnt affect anything.
  81. + - Added click'able text to the about menu to go to the Borland (c) and
  82.     NetModem/32 web pages. There is also EMail clickable text it will
  83.     allow you to send EMail directly to me.
  84. i - New dynamic code and better code technics which means less bulky code
  85.     and more dynamic code. This also decreased code size and improved speed.
  86.     Used Delphi's Optimized compile method.
  87. i - Decreased NetModem.DLL size.
  88. * - Fixed the typing lag that everyone had problems with. This was due to
  89.     the applications constantly calling timeslice when there was data to be
  90.     received. The .VxD will now handle all the timeslices for the
  91.     applications at Ring0. This has speeded up the typing speed alot,
  92.     especially with RemoteAccess.
  93. c - Changed to circular buffers instead of straight buffers. This will speed
  94.     up some things also.
  95. * - Fixed the "Asynchronous Socket Errors" people kept reporting.
  96. * - Fixed receiving crap on "CONNECT XXXXXX" messages.
  97. i - Improved the "RING" methods. NetModem will now ring your BBS 5 times,
  98.     if there is no answer then it will say "NO CARRIER" and disconnect the
  99.     remote system.
  100. i - Rewrote the Assembler for the .VxD.
  101. * - Fixed incompatiblities with MBBS (not MajorBBS (c)).
  102. * - Fixed FOSSIL functions 0Dh, 0Eh, 13h and 15h which cause keyboard
  103.     and screen write problems with MBBS.
  104. * - Fixed FOSSIL function 1Bh to return the FOSSIL information to the
  105.     correct location, as specified by the calling software.
  106. * - Fixed FOSSIL function 07h to return the correct timer tick information.
  107. * - Fixed FOSSIL information call 1Bh to return the correct FOSSIL structor
  108.     in the correct segment and offset of the calling VM.
  109. + - Added automatic .VxD and AUTOEXEC.BAT installation.
  110. * - Fixed "Blue Screen of Death - 0E at 0028:C0021783" errors.
  111. + - Added UART emulation inside NetFOSSIL. This should fix problems
  112.     with PCBoard.
  113. * - Fixed incompatiblities with Virtual Advanced BBS (VBBS/VABBS).
  114.     Thanks to Thorny at Telnet://thorny.ml.org.
  115. + - Added "AT" modem commands responding to FOSSIL function 19/Block Write.
  116. c - NetModem/32 now does NOT have to be loaded for you to load NU.EXE.
  117.     You may load NU.EXE at any time. Be SURE to check the new parameters
  118.     that NU beta 2 use because they have changed.
  119. + - Added a Test to NU to test NU -> VxD -> Application test.
  120. + - Added  /A, Reactivate, and /D, deactivate FOSSIL switches to NU.EXE.
  121. c - NU.EXE is no longer a TSR. Meaning it will not reside in memory.
  122. c - Load safe!. Load order of NU and NetModem/32 are independant, meaning
  123.     it doesnt matter which one is loaded first.
  124. i - Decreased program CPU overhead.
  125. + - Added External file support information for BBS software to read and
  126.     get NetModem/32 Server and individual port information and statistics.
  127.     A Pascal style .INC file has been packaged for authors to use to
  128.     incorporate this into thier software. For you C/C++ authors, your
  129.     going to have to convert it yourself and if anyone does convert it
  130.     please send me the conversion to package in future releases.
  131. + - Added all the features for the registered version. Dial-Out has not
  132.     yet been added as it will take time to get this implemented and to
  133.     try to provide combatibility with VModem, although the author doesn't
  134.     seem to want to support anything anymore.
  135. c - Now accepting registrations. See Register.TXT for information.
  136.     When you register you will receive the Registered version but it
  137.     wont have Dial-Out support. Once Dial-Out is completed you will
  138.     receive the upgrade at no charge.
  139. c - Set the date information to 1998. Since it is right around the corner.
  140. -----------------------------------------------------------------------------
  141. October 10, 1997 - 10:00pm - Release Beta1
  142.  
  143.  First initial release. Not quite ready but people kept begging to see
  144.  what was in development.
  145. -----------------------------------------------------------------------------
  146.