home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / zzap62 / whats.new < prev    next >
Text File  |  1991-01-04  |  3KB  |  67 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. CAUTION!  The action of some of the command line switches have been
  11. changed as well as their default settings.
  12.  
  13. Features added to version 6.2A:
  14.  
  15.    - Can accept a filename containing an list of files to convert.  The
  16.      file name must be preceded by an '@' character.  The file
  17.      must be a standard ASCII text file with one file
  18.      specification per line.
  19.    - The log file name must be specified in the environment and
  20.      the /L switch is no longer accepted.  This was necessary to
  21.      allow ZZAP to log errors before the configuration file is
  22.      processed.
  23.  
  24. Features added to version 6.1A:
  25.  
  26.    - ZZAP will now allow subdirecty information to be included in
  27.      archives with the /B command line switch.  The ARC= and
  28.      UNARC= configuration file commands must, however, be
  29.      properly configured to allow subdirecties.
  30.    - Temporary files are handled differently to make it possible
  31.      for ZZAP to work with multi-line BBS's without problems.
  32.      Previously, a conflict could have arisen if ZZAP was
  33.      creating the new archive and someone tried to access it
  34.      (e.g. view or download) it at the same time.  The BBS must,
  35.      however, lock an archive to allow reading only while a
  36.      download is in program to avoid any possibility of a
  37.      conflict.
  38.  
  39. Features added to version 6.0A:
  40.  
  41.    - Test-Only mode added so that a virus scan can be run as well as
  42.      a test of the archive integrity without the overhead of rebuilding
  43.      the archive.
  44.    - Three programs can be declared that will be executed just before
  45.      an archive is extracted, after the file have been extracted, and
  46.      after the new archive is created.
  47.    - The %COMSPEC% variable can be used when declaring programs to be
  48.      executed so that DOS (usually COMMAND.COM) can be executed to
  49.      run a batch file (or do whatever you desire).
  50.    - External programs can be defined to be executed just before and
  51.      just after an archive has been processed.
  52.    - More extensive control of time/date stamping of files has been
  53.      added.  You can now set a file to today's date, keep the original
  54.      date, or set the date to that of the newest file contained in
  55.      the archive.
  56.    - Processing can optionally be skipped on files that are more than
  57.      a specified number of days old.
  58.    - Redirection of input is now supported so that you can automatically
  59.      add comments to some types of archives.
  60.    - You can now repack an archive to the same type, e.g. ZIP to ZIP,
  61.      to take advantage of improved compression techniques as well as
  62.      to test archive integrity and run a virus scan.
  63.    - Default command line options can be specified in the configuration
  64.      file.
  65.    - The target archive extension can be specified on the command line.
  66.  
  67.