home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / ZPROW101.ZIP / ZPROCESS.REV < prev    next >
Text File  |  1994-03-29  |  6KB  |  153 lines

  1.                         ZProcessor Revision History
  2.  
  3.  
  4. 03-29-94 ■ Version 1.01
  5.  
  6.            . Removed support for the /CLEANUP option and moved
  7.              operational code to the ZIF Editor Pro.  The
  8.              (uncompressed) code size was reduced by about 11K.
  9.  
  10.            . Corrected a problem where the ZIPRPROPath was not
  11.              being set before attempting to read the .INI file.
  12.  
  13.            . Rearranged the processing order to more closely 
  14.              reflect the order used in ZIP'R Pro For DOS.
  15.  
  16.            . Added support for the /TEST and /CLEANUP options.
  17.  
  18.  
  19. 03-24-94 ■ Version 1.00
  20.  
  21.            . Fixed a problem where the compression signal file
  22.              was not being deleted if an error occured while
  23.              attempting to test the archive integrity.
  24.            
  25.            . Fixed a problem where the compression process would
  26.              be placed in a window rather than as an icon to 
  27.              prepare for the Query process, even if Query mode
  28.              had been internally disabled.
  29.            
  30.            . Added code throughout ZPROCESS to append an error
  31.              code to the ZPROC signal file to signal ZPROWIN that
  32.              an error had occurred.
  33.  
  34.            . Combined all of the ...Append... procedures into a
  35.              common procedure using enumerated types.
  36.  
  37.            . Increased the stack size to 12280, to match ZIP'R
  38.              Professional.
  39.  
  40.  
  41. 02-24-94 ■ Version 0.6ß
  42.  
  43.            . Created an enumerated type called a LaunchType for 
  44.              launching the compression program, decompression program,
  45.              and program.
  46.            
  47.            . Corrected a problem where a runtime error 2 would occur
  48.              in the CreateSubDirectoriesUnderOS2 procedure, because
  49.              an Else statement was omitted.
  50.  
  51.            . Brought the ZProcessor code to the same feature level
  52.              as ZIP'R Pro.
  53.  
  54.            . Added support for the new Instance ID file created by
  55.              ZPROWIN.  It is the responsibility of the ZProcessor
  56.              to delete this file when finished with its operations.
  57.  
  58.            . Changed the name of the EXECZPRO unit to MAIN.
  59.  
  60.            . Moved the procedure to create the ZProcessor signal file
  61.              to ZPROWIN.  Altered the ZProcessor code to write to the
  62.              file, but not to create it.
  63.  
  64.            . Modified error messages unit to include code for
  65.              ZIP'R Pro For Windows.  Added conditional defines to
  66.              make code shareable between the DOS and Windows versions.
  67.  
  68.  
  69. 12-20-93 ■ Version 0.5ß
  70.  
  71.            . Corrected a problem where the NetworkMultitasker flag
  72.              was not being set, causing ZIP'R not to create the
  73.              necessary signal files.
  74.  
  75.            . Corrected a problem where the .ZIP file was deleted 
  76.              when Compress/Decompress Only was used in combination
  77.              with Selective Exclusion (also possibly Selective
  78.              Extraction).
  79.  
  80.            . Corrected a problem with appending .ZFW extensions to
  81.              the passed ZIP'R Information File name.
  82.  
  83.            . Corrected a problem where Windows programs were being 
  84.              executed if Compress/Decompress Only was selected.
  85.  
  86.            . Added code to allow ZIP'R Information Files to contain
  87.              a .ZFW extension, but not require it.
  88.  
  89.            . Completed the transfer of ZIP'R Professional For DOS 
  90.              code into the ZProcessor.  All units are common, which
  91.              will allow much easier maintenance of the code, and
  92.              keep the ZProcessor at the same feature level as ZIP'R Pro.
  93.            
  94.            . Corrected a problem that occurred if the .CSF or .DSF
  95.              files exist when executing a windows app.  The error was
  96.              being reported, but the application was being executed
  97.              anyway.
  98.            
  99.            . Corrected a problem where PKUNZIP would report an Error #9
  100.              (File not found.  No ZIP files found.) when using Selective
  101.              Extraction or Selective Exclusion.  The problem was that
  102.              the selective extraction and exclusion filenames were 
  103.              generated during the decompression phase, but the compression
  104.              phase didn't know the filenames.  The solution was to write
  105.              the filenames to the .ZSF file.
  106.            
  107.            . Re-wrote the ZProcessor in Pascal, borrowing code sections
  108.              from ZIP'R Professional For DOS.
  109.  
  110.  
  111. 07-16-93 ■ Version 0.3ß
  112.            
  113.            . Made sure that the current directory is correct
  114.              before executing the compression programs.
  115.            
  116.            . Extended passed parameter capability to 14 parameters.
  117.            
  118.            . Added Update Option related code.
  119.            
  120.            . Added Query Option related code.
  121.  
  122.  
  123. 07-05-93 ■ Version 0.2ß
  124.            
  125.            . Added code to echo the ERRORLEVEL generated by PKZIP/
  126.              PKUNZIP to the temporary file.
  127.            
  128.            . Changed parameter handling to accomodate the new 
  129.              ActionToBeTaken parameter issued by ZIPRWIN.EXE.
  130.            
  131.            . Increased the number of parameters that ZPROCESS can  
  132.              handle to 14.
  133.  
  134.            
  135. 04-10-93 ■ Version 0.1ß
  136.  
  137.            . Added code to handle the creation of temporary file
  138.              when calculating the disk space required to decompress
  139.              a compressed file.  (This eliminates the need for the
  140.              ZTEMP.BAT file.)
  141.            
  142.  
  143. 04-06-93 ■ Version 0.0ß 
  144.  
  145.            . Added code to handle all compression and decompression
  146.              routines using information passed from ZIPRW.EXE.
  147.              (This eliminates the need for the ZARJ, ZLHA, ZSQZ, 
  148.              ZPKZIP, and ZPKUNZIP .BAT files and their associated
  149.              .PIF files.
  150.  
  151.            . Initial coding.
  152.  
  153.