home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZOODOC.ZIP / CHANGES < prev    next >
Text File  |  1987-07-12  |  3KB  |  59 lines

  1.  
  2.  
  3.                                 CHANGES
  4.  
  5.  
  6. This is a summary of changes from Zoo version 1.41 to version 1.51.
  7.  
  8.    - Zoo 1.41 always deleted an archived file if another file with the
  9.      same name was added to the archive, even if the two files had
  10.      different directory prefixs.  Zoo 1.51 works as follows.  If Zoo is
  11.      storing full pathnames during addition, then it deletes the old
  12.      file only if the old and new files have identical pathnames.  If
  13.      Zoo is not storing pathnames but only filenames, then it deletes
  14.      the old file if the old and new files have the same filename,
  15.      regardless of their pathnames.
  16.  
  17.    - If a supplied argument matches no files, Zoo will now give an error
  18.      message.  Previous versions gave an error message only if no files
  19.      matched any argument.  However, this does not currently affect the
  20.      status code returned on exit.
  21.  
  22.    - Zoo 1.41 did not archive a file whose filename (without path
  23.      prefix) was the same as the name of a subdirectory in the current
  24.      directory.   Similarly an archive of the form "xyz.zoo" was ignored
  25.      by the list command if a subdirectory "xyz" existed in the current
  26.      directory.  This bug is now fixed.
  27.  
  28.    - Wildcard handling is now uniform across all operating systems.  "*"
  29.      matches zero or more characters and "?" matches any one character.
  30.      The dot is no longer special.  Thus "zoo a xyz *" will always add
  31.      all files to archive xyz.zoo on all systems.
  32.  
  33.    - The new switch 'I' causes Zoo to read names of files to be archived
  34.      from standard input.
  35.  
  36.    - The Novice commands no longer store the directory prefix for any
  37.      filename.  Thus Zoo's Novice commands simulate the behavior of
  38.      other archive programs.
  39.  
  40.    - A bug was fixed that had caused the file date and time not to be
  41.      restored when full path was restored.
  42.  
  43.    - A bug was fixed that had caused the directory prefix not to be
  44.      saved when a filename had no dot in it but directory prefix
  45.      contained a dot.
  46.  
  47.    - A bug was fixed that had caused the totals line to be corrupted in
  48.      the "La" command.
  49.  
  50.    - Packing now keeps the archive in the same directory.  Users with
  51.      limited disk space can still pack an archive from one disk to
  52.      another by using the . switch.
  53.  
  54.    - A bug related to incorrect handling of timezones, when daylight
  55.      savings is in effect, was fixed.
  56.  
  57.  
  58.                                      -- Rahul Dhesi 1987/07/12
  59.