home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ilink1_2.zip / history.txt < prev    next >
Text File  |  1997-05-26  |  17KB  |  306 lines

  1. v1.02
  2.  
  3.     ■ Fixed - Nasty Auto-start bug would cause program to crash.
  4.  
  5.  
  6. v1.01
  7.  
  8.     ■ Fixed - Traps relating to output window fixed.
  9.  
  10.     ■ Fixed - Logfile broken from 1.00 release.
  11.  
  12.     ■ Fixed - Buttons, windows, and Settings Notebook resized.
  13.  
  14.     ■ New - Exception handling added.   If iLink/2 crashes it will
  15.             generate a trap file (.trp file) which tells what and why
  16.             the crash occurred.
  17.  
  18.  
  19. v1.00
  20.  
  21.     ■ First Non-Beta Release
  22.  
  23.     ■ New - Merlin style settings notebooks
  24.  
  25.     ■ New - If not set for Redial a message box warns of disconnect
  26.  
  27.     ■ Fixed - Window Postition Saved (Broken in .99d)
  28.  
  29. v0.99d
  30.  
  31.     ■ First release by BMT Micro.
  32.  
  33.     ■ This is a maintenance release.   The .99c code has been ported to
  34.       Visual Age CPP for the 1.00 release.
  35.  
  36. v0.99c
  37.  
  38.     ■ Completely rearranged the autostarts page.  This does require you to
  39.       reselect the programs you wish to autostart (although the ones you
  40.       have setup before will still be listed).  It also provides for
  41.       partial drag and drop support in the add field.  Programs dragged
  42.       from the drives section should be inserted properly (it requires
  43.       the filename to be the "text" for the icon).  Other icons are not
  44.       supported at this time.  The whole autostarts page should be much
  45.       more user-friendly, and also is more stable.
  46.     ■ Because of a bone-headed error on my part, the field in the TCPOS2.INI
  47.       file that lets other programs know which provider you have connected
  48.       with was being erased.  It now not only DOESN'T get erased, it properly
  49.       saves the provider you are using.  NOTE: This fixes the "NR/2" problem.
  50.     ■ More stupidity on my part (this is becoming a trend, isn't it?).  Right
  51.       before the last version was released, I proceeded to break the "General
  52.       Help" selection.
  53.     ■ A logic hole was creating situations where when the program stopped
  54.       dialing for any reason other than the hang up button, you'd need to
  55.       close and restart the program to redial.
  56.     ■ Added support to autostart .CMD files as well as the .EXE files.
  57.     ■ Did a major overhaul of the pointer system to try and eliminate some
  58.       of the sys3175's people were experiencing.  Unable to do many tests
  59.       with this (since I seem to not be able to duplicate the errors), so
  60.       I'll simply cross my fingers.
  61.     ■ I claimed I lengthed the limit of the strings in the previous version
  62.       (which, in fact, I had).  What I neglected to check, however, was the
  63.       length limit of the strings when they were read back in.  So it would
  64.       save the strings at a longer length, but cut them off reading them
  65.       back.  Needless to say, that is now fixed.
  66.     ■ Added support for an optional second DNS entry.
  67.     ■ The help file mistakenly claimed that [LOGIN] was the proper format
  68.       to use in a script to use your login ID.  It has been replaced by
  69.       [LOGINID], the correct format.
  70.     ■ The method used to save Presentation Manager Parameters (window position,
  71.       size, colours, fonts, etc) retained the information even when changing
  72.       the resolution of OS/2.  To stop this, the resolution is saved, and
  73.       compared when iLink/2 is run.  If it detects a change in the resolution,
  74.       it resets all of the windows.
  75.     ■ Some of the windows were still responding to the ESC key (which closes
  76.       dialogs).  This is changed for all windows but the About and the Demo
  77.       notice.
  78.  
  79. v0.99b
  80.  
  81.     ■ Rearranged this history file to go in correct version number order.
  82.     ■ Pop-up menus now check to ensure they remained on screen.
  83.     ■ When exit is called from the main window, the stats windows positions and
  84.       attributes (colours/fonts) are saved.  The windows are then closed
  85.       before the main window.  This should eliminate some errors that occurred
  86.       when the stats windows remained open.
  87.     ■ Autostarts were failing when the path was either non-existant, or when
  88.       the path ended with a trailing "\".  It now works under both conditions.
  89.       (As a slight addendum, it NOW works.  The previous "fix" didn't
  90.       actually work, since it fixed the wrong location)
  91.     ■ The TCPOS2.INI file now has the "CURRENT_CONNECTION" field updated
  92.       properly.  This means that programs that use that information to
  93.       ascertain which configuration to read should identify it correctly.
  94.     ■ It seems for some unknown reason IBM decided to identify TRUE/FALSE
  95.       flags by indicating "TRUE." when TRUE, and "." when FALSE.  Since I
  96.       had assumed them to use "FALSE." for FALSE, this led to a problem
  97.       with all boolean flags. (which I've fixed)
  98.     ■ Removed the outdated code that was checking the OS2.INI file for the
  99.       location of the ilink2.ini file.  It now uses the current directory.
  100.     ■ After in depth discussions, I modified the way iLink/2 handles the
  101.       unregistered demo version.  Instead of hanging up after one hour,
  102.       it simply pops up a notification every 30 minutes to "nag" you
  103.       (taking iLink/2 from the realms of "crippleware" to "nagware").
  104.     ■ Neglected to add a "," after the disable sequence.  It is now properly
  105.       added.
  106.     ■ Created resolv files.  Creation may not be correct for users of Connect
  107.       and a LAN.
  108.     ■ The major problem numerous people have had where it doesn't dial and
  109.       sits at 100% CPU should be fixed.  I say should because I'm not
  110.       completely sure.  However, heads will roll if it isn't.
  111.     ■ Lengthed the limits of numerous strings to prevent some cutting-off
  112.       that was taking place.
  113.     ■ Added support of a kind for $IPADDR and $IPDEST.  Since I'm not quite
  114.       sure which way they are suppose to take information (do they READ, or
  115.       WRITE the IP addresses?) I'm not sure if they work.
  116.     ■ Added some more checks to make sure information that hadn't been filled
  117.       in wasn't trying to be added to the ppp/slip commandline (most notably,
  118.       if the password field wasn't filled in, the entire string wouldn't
  119.       work).
  120.     ■ Autostart programs now work if the path field isn't filled in.
  121.     ■ Programs were being minimized no matter what Autostart setting was.
  122.       Things are now fixed so it will use the proper setting.
  123.     ■ Added basic support for session logging.  A file called 'logfile' will
  124.       be created (or appended) to with the start and end time of your
  125.       session.
  126.     ■ Idle Timeouts will no longer interfere with the Reconnect on Disconnect
  127.       feature.  You may use both without any problems.
  128.     ■ If things worked correctly, I've managed to filter out Advantis
  129.       accounts.
  130.     ■ Created a special Debug version.  For those people who run into
  131.       particularily troubling problems, this version should help find
  132.       the cause.  (Note, this version will be on a 'per request' basis)
  133.     ■ Fixed a case of constant beeping after a connect was made.  Of course,
  134.       no one actually had this problem, except a few people testing interim
  135.       betas, but nonetheless, it's fixed.
  136.     ■ TaiyoTech is now handling registrations for the Asian/Pacific area
  137.     ■ Added a bit of "what's still going on" code to the exit routine to
  138.       try and eliminate some of the problems in that area.  Key word is
  139.       "try".  I could no longer get it to crash, but some people seem to
  140.       have the knack for it.  :)
  141.     ■ Made a bunch of minor changes that are too trivial to mention and
  142.       probably will go unnoticed by the majority of people.  But writing
  143.       this down made me feel better.  :)
  144.  
  145. v0.99a
  146.  
  147.     ■ The popup menu would not function after switching between condensed
  148.       and normal windows (or vice versa).  It now functions correctly for
  149.       both windows.
  150.     ■ The cond and norm buttons were not toggling the "use condensed window"
  151.       flag.  Consequently, the listboxes were displaying the wrong amount
  152.       of information.
  153.     ■ The init strings were checking for the presence of a capital "A" to
  154.       ensure they were present.  They now (properly) check the length of
  155.       the string.
  156.     ■ Added support for commandline execution.  Typing "ilink2 <name>" will
  157.       auto-dial a provider, assuming "name" exists.  However, early tests
  158.       have indicated that iLink/2 will freeze under certain conditions while
  159.       dialing in this method, so I do not recommend using it yet.
  160.     ■ The normal menu was not being properly greyed out.  It now should grey
  161.       out dial/hang-up properly.
  162.     ■ Fixed numerous memory leaks.
  163.     ■ The redial feature was not being handled properly.  Fixed the logic to
  164.       ensure that it checked the number of redial attempts.
  165.     ■ The debug button now works.
  166.     ■ Added the missing Timeout feature.  Currently, I believe it will
  167.       conflict with the "reconnect on disconnect" feature, and recommend
  168.       that one of the two be turned off.
  169.     ■ Implemented a new main window design.  Thanks go to [OS3] for the
  170.       layout!
  171.     ■ Implemented routines to save all colour/font changes to the main windows
  172.       (normal/condensed).
  173.     ■ Changed most windows to all the save of Presentation Parameters.  This
  174.       includes the 3 stats windows, and the notebook window (as well as the
  175.       main windows, which were already done).
  176.     ■ Cosmetic changes to the notebook window.
  177.     ■ After autostart programs have run, the "disable autostart programs"
  178.       button is automatically toggled to prevent the programs from re-running
  179.       after a reconnect.
  180.     ■ Removed the buttons from the stats windows, and replaced them with a
  181.       popup menu.
  182.     ■ Added double-check for deletion.
  183.     ■ Reworked (again) the program autostarts control.  I will be modifying
  184.       page layout, and button controls, but for now, I needed to get the
  185.       logic working.
  186.     ■ Noticed Borland's realloc was screwing up for some reason.  Wrote my
  187.       own realloc command, which seems to have fixed some SYS3175's.
  188.     ■ Modified the autostarts delete button to allow for self-correction.  If
  189.       you (still) have fault programs listed, simply delete until they are
  190.       all removed, and save.  Then, add any programs back.  There (hopefully)
  191.       won't be any further high-ascii.
  192.     ■ Autostarts page would SYS3175 if you deleted all entries, and then tried
  193.       to add a new one.  That is now fixed.
  194.     ■ Startup Minimized flag wasn't doing anything.  Program will now startup
  195.       minimized, if box is checked.
  196.     ■ Finally fixed the problem with copying/changing provider name.  It now
  197.       properly checks if the name you are using exists or not.  So, you
  198.       shouldn't have to worry about overwriting other accounts by accident.
  199.     ■ Spent the last couple days getting help working.  It's not all there,
  200.       but mostly just needs to add some write-ups.
  201.  
  202. v0.98a
  203.  
  204.     ■ If no entry was selected, iLink/2 would crash if the "Edit" button
  205.       was pressed.  It now checks to make sure an entry is selected.
  206.     ■ The Program Autostarts was allowing blank entries to be added.  It
  207.       now makes sure that the Program Name is filled in.
  208.     ■ The Edit option wouldn't allow you to change the name of the entry.
  209.       It now allows this.  (and, after a bit of modification, you can even
  210.       use the full 8 characters <sigh>)
  211.     ■ The Add option should now work correctly.  Previously, it would
  212.       overwrite other entries, or SYS3175.
  213.     ■ The Delete option should work.  Note, there is NO confirmation for
  214.       this, so you had better mean it!  :)
  215.     ■ Pressing the modify or delete buttons in the Program Autostart was
  216.       having VERY strange results if a program wasn't selected.  It
  217.       should require you to select something.
  218.     ■ Was not processing a Blank Script entry for SLIP.  Now handles it
  219.       the same way as "NONE".
  220.     ■ SLIP dialing was not checking for whether the IP fields were actually
  221.       filled in.  It now checks.
  222.     ■ Finally recovered after HD crash...  iLink/2 only lost a few days work,
  223.       and has been brought back up todate.
  224.     ■ Start work on modifying the data structures to minimize memory corruption
  225.     ■ Numerous problems arose from the modifications.  However, long standing
  226.       errors were also brought to light, and fixed.  Hopefully this will
  227.       drastically cut back on the number of sys3175's being reported.
  228.     ■ Started adding support for the second mouse button.  Now has a popup
  229.       menu for the Connections Listbox.
  230.     ■ Added checking to the Notebook.  It will now check the fields that are
  231.       required for dialup to make sure they are filled in.
  232.     ■ The copy entry now works (from the popup menu).
  233.     ■ Added missing hang-up option to popup menu.
  234.     ■ Rearranged dialog items to make the tabbing order correct.
  235.  
  236. v0.97a
  237.  
  238.     ■ Isolated and fixed problem that was causing the Stats window to not
  239.       recognized that it was open when switching between full size and
  240.       condensed windows.
  241.     ■ iLink/2 assumed the Netmask field was filled in whether it was or not.
  242.       It now checks whether it is filled in.
  243.     ■ Some sort of memory corruption was occurring for a few people in the
  244.       connection read-in procedure.  Slight modification in the way it handles
  245.       the variables seems to have eliminated the problem.
  246.     ■ Did a lot of work on the design/look of iLink/2.  Added option for
  247.       debugging, ability to allow an exit regardless of setting, and a toggle
  248.       to disable the program autostarts.
  249.     ■ Worked on a modification of the Stats window to allow more control over
  250.       the layout and placing.
  251.     ■ Continued work on the design of the stats window.
  252.     ■ Blank script entry field was not responding properly.  Fixed.
  253.     ■ NONE in script entry field was behaving the way blank was suppose to.
  254.       Fixed.
  255.     ■ NONE is script entry field now properly uses PAP/CHAP to establish
  256.       connection.
  257.     ■ When selecting Add, the modem spin buttons weren't being filled in.
  258.       Fixed.
  259.     ■ A change in the stats window resulted in the time fields not being
  260.       filled in properly.  Fixed.
  261.     ■ Added buttons on condensed and normal window to quickly switch back
  262.       and forth.
  263.     ■ Made a REAL About window.  :)
  264.     ■ Program wouldn't add the extra application keys in the TCPOS2.INI file
  265.       to entries created with SLIPPM, after the first execution.  Fixed.
  266.     ■ Program was not using the call waiting disable sequence.  Fixed.
  267.     ■ Autostart entries were being erased before they were saved.  They now
  268.       save properly.
  269.     ■ Fixed some memory leaks.
  270.     ■ By trying to match the strings passed to ppp and slip exactly as the
  271.       IBM dialer was sending them, I triggered IBM's notification about
  272.       disconnection window.  This window was interfering with the iLink/2
  273.       reconnect on disconnect function.  I have removed the option that
  274.       was causing it, and it seems to be working normally again.
  275.     ■ Really stupid error made trying to detect the presence of entries added
  276.       with IBM's dialer.  This resulted in a bunch of strange high-ascii
  277.       entries being placed in the TCPOS2.INI file.  This is now fixed.
  278.     ■ Modified the stats windows (again).  The individual windows are now
  279.       movable, and save their locations.  The control bar was removed, and
  280.       controls were added to the main windows.
  281.     ■ At certain points, pressing the hangup button would have no effect.
  282.       It is now adjusted to re-check for the hangup button being pressed
  283.       before it restarts PPP/SLIP.
  284.     ■ The statistics were not being reset after a disconnection.  This resulted
  285.       in very strange numbers appearing.  The statistics now reset properly.
  286.     ■ The Session time, and Total time used slightly different calculation
  287.       methods which resulted in the Session time increasing faster than the
  288.       Total time (allowing the Session time to be greater than the Total,
  289.       an impossible situation).  The Total time format has been modified to
  290.       compensate for this.
  291.     ■ Some testers were switching from condensed to normal windows (or vice
  292.       versa) during or after dialing.  They noticed that the information
  293.       was not saved back and forth.  The condensed and normal windows were
  294.       NOT designed to be switched interactively during dialing.  They were
  295.       designed as an either-or situation.  To make sure people don't run into
  296.       the same problem, I have disabled the ability to switch back and
  297.       forth while dialing.
  298.     ■ The dial and hangup menu items weren't being disabled or enabled.
  299.       They now match the state of the dial/hang button.
  300.     ■ Seems I neglected to properly assign the close buttons on the stats,
  301.       with the result that they wouldn't close properly (using the "C" button)
  302.       This should be fixed.
  303.     ■ Made sure that hitting buttons of options that weren't in place yet
  304.       didn't exit the program.
  305.  
  306.