home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bwrf063.zip / HISTORY.TXT < prev    next >
Text File  |  1999-11-10  |  5KB  |  108 lines

  1. Version 0.63 Beta -- 10 November 1999
  2.  
  3.   Minor changes to DOC file and some help messages.
  4.  
  5. Version 0.62 Beta -- 23 October 1999
  6.  
  7.   Replaced simple BZIP.BAT with Ken Whiton's comprehensive BWPACK.BAT.   
  8.  
  9.   Updated DOC File to include his installation contribution.
  10.  
  11. Version 0.61 Beta -- 3 August 1999
  12.  
  13.  Changed the processor option on Borland's C++ (4.52) compiler.
  14.  It had been set to 286 -- changed to 8086.  Result was that program
  15.  will now run on a Tandy XT clone.  It would not run there before.
  16.  
  17.  Did timing tests -- could detect no difference between 8086 code and
  18.  code generated for Pentium.  Therefore, will have the one version with
  19.  8086 option set.
  20.  
  21. Version 0.60 Beta -- 16 July 1999
  22.  
  23.  Made minor changes to the DOC file.  Since no new problems have been
  24.  reported from Beta testers for more than a month, I am going to give
  25.  this version wide distribution.
  26.  
  27. 31 May 1999 -- revised the reading of parameters.  Now order does not
  28.                matter.  I.e. -d -c <filename>  == <filename> -c -d
  29.                Also added a test to ensure that <filename> is a full
  30.                path file name (needed because of the way search is
  31.                done).
  32. Version 0.54 Beta -- 27 May 1999
  33. 27 May 1999 -- After a split vote by beta testers, and following the
  34.                suggestion of one tester -- I have decided to add a
  35.                parameter.  This parameter is -c, and forces the
  36.                date/time to be current within 45 days in the past.  The
  37.                reason for needing this parameter is that BW2.12 [and
  38.                possible BW2.30 (OS/2) ] are erratic when reading a date
  39.                with a year 00 or beyond.  It creates a new date that
  40.                might be almost any value, sometimes negative.
  41.                Revised DOC file to show new parameter.  If -c is not
  42.                given, then date/time entries which are in the past will
  43.                be allowed to remain.  If -c is present, then date/time
  44.                entries more than 45 days in the past will be replaced by
  45.                the current date/time.
  46.  
  47. Version 0.53 Beta -- 24 May 1999
  48. 24 May 1999 -- Revised testing of header to allow for more extensive 
  49.                errors caused by BW 2.12 when it opens an existing 
  50.                .REP packet.
  51.  
  52. 22 May 1999 -- Revised handling of file names to resolve some long file 
  53.                name problems.  After this was done, found out that BlueWave
  54.                limits the directory paths to less than 40 characters, and the
  55.                changes were probably not necessary -- but left them in.
  56.  
  57. Version 0.52 Beta -- 17 May 1999
  58.  
  59. 17 May 1999 -- User found a condition not trapped (call to bwrepfix -d 
  60.                caused program to attempt to process a NULL file).  
  61.                Problem is now trapped, error message written and graceful 
  62.                termination.
  63.                He also ran into a problem with length of directory path.
  64.                DOS.H had set max to 80 characters.  I have now upped the
  65.                limit to 256 characters.   I'll also think about ways of 
  66.                making the limit fit the requirement on a dynamic basis.
  67.  
  68. 15 May 1999 -- Corrected several errors in BWREPFIX.DOC
  69.                Fixed problem with ZIP file having directory structure
  70.                that pointed to a long name type file.
  71.  
  72. Version 0.51 Beta -- 14 May 1999
  73. 14 May 1999 -- Changed print in case of *.MSG not having header.
  74.                Added test that will stop processing when this happens
  75.                without doing any further work.  This prevents BWREPFIX
  76.                from having to look at the many *.MSG files present when
  77.                compacting a *.NEW file.
  78.  
  79. 10 May 1999 -- added a few prints for cases where *.MSG file 
  80.                does not have header (e.g. from BW format *.NEW file)
  81.                and other error conditions.
  82.  
  83. Version 0.50 Beta -- 8 May 1999.
  84.  8 May 1999 -- replaced test for date of 01-01-70 by a test for 
  85.                time of 00:00.   This test catches both BW 2.30 and
  86.                BW 2.12 problems caused by editing a previously saved
  87.                reply message.
  88.  
  89.                Minor changes to DOC and other files to reflect this change.
  90.  
  91. Version 0.41 Beta -- 5 May 1999.
  92.  5 May 1999 -- added test for first record of *.MSG file being header.
  93.                This should help prevent false alarm error message on 
  94.                a *.MSG file contained in a *.NEW archive.
  95.  
  96.  5 May 1999 -- minor changes to output with parameter -h or ?.
  97.                make the output less than one screen and easier to read.
  98.  
  99. 22 April 1999, minor changes to DOC files. Created History file.
  100.  
  101. version 0.40 beta --  Mid April 1999.
  102.  modified philosophy of how the program would be
  103. run.  By inserting it between BlueWave and the compression program,
  104. avoided difficulties with having to decompress *.REP file in order to do
  105. the repair.  Thanks to Ken Whiton for this suggestion.
  106.  
  107. version 0.30 beta -- initial version, written circa 3 April 1999.
  108.