home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / inetlg71.zip / CHANGES.TXT next >
Text File  |  2000-02-10  |  5KB  |  147 lines

  1.  
  2. CHANGES.TXT
  3.  
  4. INETLOG Program History
  5. Chuck McKinnis mckinnis@attglobal.net
  6. Jerry Levy jlevy@ibm.net
  7.  
  8. 7.1    10 Feb 2000(inetlg71.zip)
  9. Modified by Chuck McKinnis - mckinnis@attglobal.net
  10.  
  11. Modified to locate PMREXX in the PATH
  12. Forgot to include the dateconv.cmd in the package
  13.  
  14. 7.0    8 Feb 2000 (inetlg70.zip)
  15. Modified by Chuck McKinnis - mckinnis@attglobal.net
  16.  
  17. Now uses RxExtras support where appropriate
  18. Handles InJoy and/or IBM (AT&T) dialer logs
  19. The inetlog.ini has been replaced with a text configuration file
  20. Removed many of the miscellaneous options
  21.  
  22. 6.1    1 Sep 1999 (INETLG61.ZIP)
  23. Modified by Chuck McKinnis - mckinnis@ibm.net
  24.  
  25. Set up to run under PMRexx.
  26.  
  27. 6.0    1 Sep 1998 (INETLG60.ZIP)
  28. Modified by Chuck McKinnis - mckinnis@ibm.net
  29.  
  30. Add support for InJoy dialer logs.
  31.  
  32. 5.5    1 Aug 1998 (INETLG55.ZIP)
  33. Modified by Chuck McKinnis - mckinnis@ibm.net
  34.  
  35. Modified REXXUTIL support to avoid dropping functions
  36. that might be in use by other processes.
  37.  
  38. 5.4    1 May 98 (INETLG54.ZIP)
  39. Modified by Chuck McKinnis - mckinnis@ibm.net
  40.  
  41. Removed support for fixing timestamps in old logs.
  42.  
  43. Removed executable form.
  44.  
  45. 5.3    10 Oct 97 (INETLG53.ZIP)
  46. Modified by Chuck McKinnis - mckinnis@ibm.net
  47.  
  48. Added support for tcpdial.exe.
  49.  
  50. 5.2  15 Apr 97 (INETLG52.ZIP)
  51. Modified by Chuck McKinnis - chmckin@ibm.net
  52.  
  53. Modified to handle errors in connect.log that may be introduced
  54. by abends, etc.
  55.  
  56. Made available in exe form (not compiled).
  57.  
  58. 5.1  15 Jan 97 (INETLG51.ZIP)
  59. Modified by Chuck McKinnis - chmckin@ibm.net
  60.  
  61. Modified reporting to bypass records without account and userid
  62. information which may have been lost when the log file is condensed
  63. by the system.  Modified condense to maintain account and userid
  64. information.
  65.  
  66. 5.0  01 Oct 96 (INETLG50.ZIP)
  67. Added by Chuck McKinnis - chmckin@ibm.net
  68.  
  69. Maintain monthly summary information by account and userid even though
  70. the connection log may have been pruned.  Get information dynamically
  71. from OS/2 and TCP/IP system entries.  Added the removal of erroneous EOF
  72. from connection log as a command line option.  Made all user options
  73. command line parameters that are retained from session to session in an
  74. ini file.  Removed VRexx support.  Tested with 1.67 version of
  75. DIALER.EXE and the 1.66 version of TCPDIAL.EXE.
  76.  
  77. 4.9    03 Nov 95 (INETLG49.ZIP)
  78.  
  79. Some neatening-up of of program.  Eliminated check for whether slip &
  80. dialer are running.  This program will not work if Dialer is running
  81. because Dialer will have seized control of the connect.log file.  I can
  82. live with that.
  83.  
  84. 4.8    (beta) 29 Oct 95 (INETLG48.CMD)
  85.  
  86. For summer-time -> winter-time clock change or other change in your PC
  87. clock done on-line that sets clock back more than the time-on-line for
  88. that session, catches a negative time-on-line error and tells you how to
  89. correct it.
  90.  
  91. 4.7    (beta) 23 Jul 95 (INETLG47.CMD)
  92.  
  93. Altered formatting of numbers to allow greater latitude.  Got error if
  94. certain low limits were exceeded.  Added detect for slip.  Now tells you
  95. if connected when you start inetlog, and then aborts.  This option
  96. required the use of the GO program (GO_15.ZIP, available off hobbes,
  97. ftp-os2.nmsu.edu, etc.)  but was removed in v 4.9 (not felt to be
  98. needed).
  99.  
  100. 4.6    16 Jun 95 (INETLG46.ZIP)
  101.  
  102. Fixed a bug:  removed the very last extraneous line added by my stupid
  103. word processor.
  104.  
  105. 4.5    15 Jun 95 (INETLG45.ZIP)
  106.  
  107. Advantis Dialer v1.45 (also 1.33 which was distributed as part of Warp
  108. Connect) now has year as part of its date stamp (i.e., 1995/06/13 which
  109. corresponds to 13 Jun 95).  I modified INETLOG to work with old, new, or
  110. mixed date formats.  Also, I embedded two subroutines within INETLOG to
  111. modify your connection logfile to (1) insert a year where missing so all
  112. records can be brought up to Dialer v1.45 style, and (2) to remove
  113. unneeded lines in the connection log file.
  114.  
  115. The subroutines and how to use them are described in the ReadMe.1st
  116. documentation.  Both bring up rather complete on-line instructions when
  117. you run them.  But don't run them until you've got INETLOG.CMD
  118. configured and running normally first.  The respective command lines
  119. are:
  120.  
  121.     INETLOG fixlog     (to add the year to connect.log entries
  122.                                  where it is missing)
  123. and
  124.  
  125.     INETLOG condense      (to remove superfluous lines)
  126.  
  127. Both are run from an OS/2 window or full-screen session or you can also
  128. add the argument fixlog or condense as a parameter on the program page
  129. of the INETLOG.CMD Settings Notebook.
  130.  
  131. 3.1    11 Jun 95 (INETLG31.ZIP)
  132.  
  133. Change in how output is formatted.
  134.  
  135. 3.0    18 Mar 95 (INETLOG3.ZIP)
  136.  
  137. Corrected output filename bug introduced into 2.0.  Added features.
  138.  
  139. 2.0    05 Mar 95 (INETLOG2.ZIP)
  140.  
  141. Numerous cosmetic changes. 
  142.  
  143. 1.0    12 Feb 95 (INETLOG.ZIP)
  144.  
  145. First distribution.
  146.  
  147.