home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ZZAP61A.ZIP / WHATS.NEW < prev    next >
Encoding:
Text File  |  1990-09-17  |  2.8 KB  |  55 lines

  1. I've done major changes to the source code of ZZAP starting with version
  2. 5.9a.  Most of these changes you should not notice.  The changes were
  3. mainly breaking the program up into more logical modules (units) and
  4. cleaning up some sloppy code.  However, with major changes to source code
  5. often there are undesirable and unforseen side-effects (I won't say the
  6. "B" word).  I would appreciate hearing from anyone who experiences a
  7. problem, a postcard describing the problem would be welcome.  Describing
  8. how to reproduce the problem would would most helpful.
  9.  
  10. Features added to version 6.1A:
  11.  
  12.    - ZZAP will now allow subdirecty information to be included in
  13.      archives with the /B command line switch.  The ARC= and
  14.      UNARC= configuration file commands must, however, be
  15.      properly configured to allow subdirecties.
  16.    - Temporary files are handled differently to make it possible
  17.      for ZZAP to work with multi-line BBS's without problems.
  18.      Previously, a conflict could have arisen if ZZAP was
  19.      creating the new archive and someone tried to access it
  20.      (e.g. view or download) it at the same time.  The BBS must,
  21.      however, lock an archive to allow reading only while a
  22.      download is in program to avoid any possibility of a
  23.      conflict.
  24.  
  25. Features added to version 6.0A:
  26.  
  27.    - Test-Only mode added so that a virus scan can be run as well as
  28.      a test of the archive integrity without the overhead of rebuilding
  29.      the archive.
  30.    - Three programs can be declared that will be executed just before
  31.      an archive is extracted, after the file have been extracted, and
  32.      after the new archive is created.
  33.    - The %COMSPEC% variable can be used when declaring programs to be
  34.      executed so that DOS (usually COMMAND.COM) can be executed to
  35.      run a batch file (or do whatever you desire).
  36.    - External programs can be defined to be executed just before and
  37.      just after an archive has been processed.
  38.    - More extensive control of time/date stamping of files has been
  39.      added.  You can now set a file to today's date, keep the original
  40.      date, or set the date to that of the newest file contained in
  41.      the archive.
  42.    - Processing can optionally be skipped on files that are more than
  43.      a specified number of days old.
  44.    - Redirection of input is now supported so that you can automatically
  45.      add comments to some types of archives.
  46.    - You can now repack an archive to the same type, e.g. ZIP to ZIP,
  47.      to take advantage of improved compression techniques as well as
  48.      to test archive integrity and run a virus scan.
  49.    - Default command line options can be specified in the configuration
  50.      file.
  51.    - The target archive extension can be specified on the command line.
  52.  
  53. CAUTION!  The action of some of the command line switches have been
  54. changed as well as their default settings.
  55.