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

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