home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / SMRTZP11.ZIP / WHATSNEW.110 < prev   
Encoding:
Text File  |  1990-08-08  |  4.2 KB  |  104 lines

  1.       SmartZIP (tm) ZIP File Optimizer ■ Version 1.10 ■ August, 1990
  2. Copyright 1989, 1990 ■ Joseph A. Vincent Consulting ■ All Rights Reserved
  3.  
  4.  
  5. What's new or different in SmartZIP?
  6.  
  7. ---------------------------------
  8. >>>>> SmartZIP 1.10, August, 1990
  9. ---------------------------------
  10.  
  11. Registering SmartZIP will now entitle you to a copy of MergZIPs, a new
  12. ZIP merge utility that is unavailable as shareware.  See "SMARTZIP.DOC"
  13. or "READ_ME.NOW" for details.
  14.  
  15. Eliminated the final re-execution of the "best" compression algorithm.
  16. Previously, SmartZIP would try each of the different compression
  17. algorithms, searching for the one that would yield the smallest
  18. compressed file.  After identifying the best compression algorithm,
  19. SmartZIP would re-execute that algorithm, ZIPping the file into the
  20. target ZIP.  Although this approach conserved disk space, it took more
  21. time.  In SmartZIP 1.10, the individual best ZIP file is retained and
  22. merged into the target ZIP, saving time at the expense of an increase in
  23. disk work space required.
  24.  
  25. Added full path specification support for both the ZIP file and the
  26. filenames to be SmartZIPped.
  27.  
  28. Added a new option ("/K") to keep the existing ZIP date if the ZIP file
  29. already exists.  SYSOPs asked for this one.
  30.  
  31. PKZIP execution is displayed in a separate "window" under SmartZIP's
  32. window for the amusement and pacification of the impatient.
  33.  
  34. Added retention of paths and comments stored within a ZIP that is being
  35. reZIPped using the "/R" (reZIP) option.
  36.  
  37. Added a full set of exit codes (ERRORLEVELs).  If either PKZIP or
  38. PKUNZIP fails, the PKWare exit code is returned.  SmartZIP 1.1's exit
  39. codes do not duplicate those in PKWare's programs, so the source of the
  40. exit code will be clear.
  41.  
  42. Rewritten in Microsoft C, yielding a smaller, faster program.
  43.  
  44. Further refined and cleaned up the documentation.
  45.  
  46. ---------------------------------
  47. >>>>> SmartZIP 1.00, August, 1989
  48. ---------------------------------
  49.  
  50. Updated to accommodate and exploit the capabilities in PKZIP 1.01.
  51. (PKZIP 1.01 introduced Imploding, a new compression algorithm.
  52. Shrinking was retained from PKZIP 0.9x and Reducing was dropped in PKZIP
  53. 1.01.)  SmartZIP 1.0 will try Imploding, Shrinking and, if specifically
  54. requested via an option, Reducing.
  55.  
  56. Since Reducing, from PKZIP 0.9x, sometimes compresses better than
  57. Imploding or Shrinking, added an option ("/B", for "Both") to invoke
  58. PKZIP 0.9x and try Reducing in addition to PKZIP 1.01's Imploding and
  59. Shrinking.  To use this option, PKZIP 0.9x must be renamed to
  60. "PKZIP09.EXE" and must be in a directory in your PATH.
  61.  
  62. Added a new option ("/R") to provide reZIPping of an existing ZIP file.
  63. Since reZIPping is now incorporated into SmartZIP, dropped the .BAT
  64. file that was previously used for reZIPping.
  65.  
  66. Added a new option ("/O") to set ZIP date to the date of the latest
  67. file.
  68.  
  69. Added a workaround, suggested by Phil Katz, for files that have "@" or
  70. "-" as a leading character.  Such files confused PKZIP, which refused to
  71. compress them.
  72.  
  73. Made minor cosmetic changes.
  74.  
  75. ------------------------------------
  76. >>>>> SmartZIP 0.90ß, March 24, 1989
  77. ------------------------------------
  78.  
  79. Eliminated the distinction between ASCII reducing and binary reducing.
  80. Phil Katz explained to me that there is really only one reducing
  81. algorithm, not one for ASCII and another one for binary.  As a
  82. consequence, the "/S" ("Smarter") option has been eliminated, since it
  83. is no longer meaningful.
  84.  
  85. Added a file specification parameter used to specify the files to be
  86. SmartZIPped.  Wild cards are fully supported.
  87.  
  88. Added much more robust edits and error-checking logic.  The ZIPname,
  89. file specification and options are all vigorously checked.  Appropriate
  90. error messages are displayed for each type of error.
  91.  
  92. Added an "information panel" to display correct syntax and brief help
  93. information if no command line is specified or if an error is detected.
  94.  
  95. Made cosmetic changes to the displays.  Expanded and cleaned up the
  96. documentation.
  97.  
  98. ------------------------------------
  99. >>>>> SmartZIP 0.80ß, March 19, 1989
  100. ------------------------------------
  101.  
  102. Initial release (solid but anemic -- it was pretty much a "bare-bones"
  103. program).
  104.