home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / archiver.zip / HISTORY < prev    next >
Text File  |  1998-08-19  |  4KB  |  60 lines

  1. *********************************************
  2. Revision History
  3. *********************************************
  4.  
  5. 2/5/98   1.0   First release
  6. 2/6/98   1.01  -Bug fix.  Date format of 19971231 wasn't being interpretered
  7.                 properly.  Unable to restore files.
  8. 2/17/98  1.02  -Bug fix.  When no time was specified in the Date: line the
  9.                 program would bomb.  Also, if a bag file was read-only it
  10.                 would be unable to rewrite the bag files.
  11. 2/23     1.03  -Bug fix.  Was incorrectly recreating directory hierachy during
  12.                 a restore.
  13.                -Bug fix.  If a day of week was specified in a config file it would
  14.                 also be active during a restore.
  15.                -Bug fix.  If a bag file was read-only it wouldn't be updated properly.
  16.                -Now restores ini files of intermediate folders as well as the bottom
  17.                 folder during a restore.  The ini files are restored only if they do
  18.                 not already exist.
  19.                -Bug fix.  Restoring to the original location caused screwy results -
  20.                 a combination of segmentation violations, unable to restore ini files
  21.                 and other woes was a result of an invalid memory pointer.
  22. 2/27     1.04  -Bug fix.  Fixed bug rewriting bag files when account dirs were
  23.                 specified.
  24.                -Bug fix.  When complete path was specified for the archive file name
  25.                 it was unable to access the file.
  26. 3/4      1.05  -Bug fix.  Specified day of archive wasn't working.
  27.                -Added performance statistics to manual.
  28.                -Added check for latest zip/unzip version.
  29. 3/5      1.06  -Bug fix.  When rearchiving files it would not rewrite a bag file
  30.                 if there were no files in the directory and there were no subdirectories
  31.                 in the directory
  32. 3/9      1.07  -Bug fix.  Unable to restore a specific folder
  33.                -Feature addition.  /n commandline parameter to toggle the nestedFolder
  34.                 parameter.
  35.                -Added code to CHMOD code to display error, if any.
  36.                -Added code to prevent archiver from writing a bag file in a non-folder
  37.                 directory.
  38. 3/18        1.08    -Documentation fix.  Changed description of Output for config file
  39.                      option to OutputFileName
  40.                -Bug fix.  When restoring files using query mode an 'N' answer was
  41.                 still interpreted as a 'Y'
  42.                -Added output text describing estimated time of backup
  43.                -Added check for ENOENT (file not found) at all the chmod() calls
  44. 5/26     1.09  -Bug fix.  If header line was continued on multiple lines it was not
  45.                 being picked up.  This caused a null pointer reference if the
  46.                 From: or To: line was continued on a second line.
  47.                -Bug fix.  Unable to interpret times with the text AM/PM in it.
  48.                -Bug fix.  If illegal time found, program was exiting.
  49.                -Bug fix.  If the name of the day exists in the date the date validation
  50.                 would fail.
  51. 8/17     1/10  -Bug fix.  Archiver reported an error when a date was in the format:
  52.                   "Jul 30 1998".
  53.                -Bug fix.  Was checking the wrong var when an error was found with
  54.                 the chmod() call.  It would erronously report an error 23, when in
  55.                 fact this was not an error.
  56.                -Bug fix.  Added some code to prevent string functions from acting
  57.                 on a null string.
  58.                -Bug fix.  A double equals sign in the folder filter code would cause
  59.                 segmentation errors because a pointer was not being assigned correctly
  60.