home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ZC102.ZIP / VER-HIST.TXT < prev    next >
Encoding:
Text File  |  1991-03-25  |  2.7 KB  |  59 lines

  1.                       ┌──────────────────┐
  2.                       │   Zip Chunker    │
  3.                       │ Revision History │
  4.                       └──────────────────┘
  5.  
  6.  
  7. Ver.    Date/Description of changes
  8. ────    ───────────────────────────────────────────────────────────────
  9. 1.02    03-19-91.  Fixed another minor bug that would incorrectly size
  10.         the resulting Zip files.  This bug didn't have anything to do
  11.         with the integrity of the Zip files, only their size.  It would
  12.         only occur if there was a file in the Zip that was very close
  13.         yet still lower than the maximum size specified.
  14.  
  15. 1.01    03-16-91.  Fixed a minor bug that incorrectly set the number of
  16.         files in the End Central Directory record.  This bug caused no
  17.         errors or data loss in version 1.0.  I also decided to lower the
  18.         prices of Zip Chunker.
  19.  
  20. 1.0     03-11-91.  ZC now checks to see if the Zip file has only 1 file
  21.         in it.  If it does ZC doesn't process the Zip file.
  22.  
  23. ß.95    03-08-91.  Optimized the central directory processing.  Added
  24.         percentage done to the "Organizing x file(s)" message.  Added a
  25.         new message "Organizing into chunks..." that also has a percentage
  26.         done.  Added percentage done to the "Creating x..." message.
  27.  
  28. ß.85    03-08-91.  Some cosmetic changes.  Changed some of the Doc
  29.         files.  Optimized buffer usage.
  30.  
  31. ß.81    03-05-91.  Modified the "Organizing the files..." message to
  32.         tell how many files it is organizing.  I also changed the
  33.         maximum size message to tell that it is in bytes.  I also
  34.         changed where the cursor was located when it displays messages.
  35.  
  36. ß.80    03-05-91.  Fixed a bug that would occur when attempting to size
  37.         a Zip to the size it was already.
  38.  
  39. ß.30    03-05-91.  I have addressed and fixed the problem of not being
  40.         able to process a Zip file with a central directory > 64K.
  41.  
  42. ß.25    03-05-91.  I added a new message to let the user know ZC was
  43.         working (so they don't think that it hung the computer when
  44.         working on large Zip files).  I also moved some code around
  45.         so that it was more organized.  Fixed another memory allocation
  46.         problem.
  47.  
  48. ß.21    03-04-91.  I removed the code I had inserted for debugging
  49.         purposes.  Modified the error messages so that they are more
  50.         descriptive.
  51.  
  52. ß.20    03-04-91.  This version fixed a memory allocation problem.  I
  53.         also changed memory models so that I could have one pool of
  54.         memory to access.  I fixed the problem of Zip Chunker deleting
  55.         the original Zip file when ZC aborted.
  56.  
  57. ß.11    03-03-91.  This is the first released version of the fully
  58.         functioning Zip Chunker.
  59.