home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / pkz092.exe / VER092.DOC < prev   
Text File  |  1989-03-06  |  3KB  |  69 lines

  1.  
  2. Version 0.92 is a minor bug fix release for the version 0.90
  3. software.  Registered users who received version 0.90 of the
  4. software will be sent version 1.0 of PKZIP/PKUNZIP with manuals
  5. for the software when available.  Version 1.0 of PKZIP/PKUNZIP
  6. will support several new features, such as a configuration file
  7. for PKZIP to default most of the the command line parameters,
  8. including the compression options.
  9.  
  10.  
  11. The following bugs have been fixed in version 0.92
  12. --------------------------------------------------
  13.  
  14. The "-o" option for PKZIP version 0.90 did not work correctly
  15. when creating a ZIP file for the first time.  This has been
  16. corrected.
  17.  
  18. PKZIP version 0.90 could act erratically in very marginal memory
  19. situations, this has been fixed.
  20.  
  21. If a ZIP filename longer than 8 characters was specified to PKZIP,
  22. PKZIP could include the ZIP file itself within the new ZIP file
  23. it was creating.  This has been corrected.
  24.  
  25. PKUNZIP version 0.90 had a rare bug that could cause Shrunk files
  26. to extract incorrectly.  This has been fixed.
  27.  
  28. If a ZIP file was created on a network that uses undefined DOS
  29. directory attributes, PKUNZIP version 0.90 would be unable to
  30. extract these files in a non-networked environment.  PKUNZIP
  31. version 0.92 now ignores any non-defined DOS attribute bits.
  32.  
  33. When using PKUNZIP version 0.90 on multiple wildcarded ZIP files,
  34. PKUNZIP would abort if it encountered an error in a ZIP file, and
  35. would not process the remaining ZIP files.  PKUNZIP version 0.92
  36. will print a warning message for each bad ZIP file encountered, and
  37. will then process the remaining ZIP files.
  38.  
  39. PKUNZIP version 0.90 did not issue a message when no files were
  40. extracted from the specified ZIP file(s).  PKUNZIP version 0.92
  41. now prints a message and exits with an errorlevel of 11 in this
  42. situation.
  43.  
  44. ZIP2EXE version 0.90 could hang in situations where PKSFX.PRG was
  45. not in the current directory or PATH.  This has been corrected.
  46.  
  47.  
  48. The following new features have been added to the version 0.92
  49. software:
  50. ---------
  51.  
  52. PKZIP now features a "-exN" option to automatically choose the
  53. best compression method for each file.  This option will cause
  54. PKZIP to use level N Reducing ("-ebN") for binary files.  For ASCII
  55. files, PKZIP will try both Shrinking and level N Reducing ("-eaN")
  56. and will use the method that compresses the best.  If the N
  57. parameter is not specified, level 4 will be used.  (i.e. "-ex" is
  58. equivalent to "-ex4").  For best performance with this option, it is
  59. recommended that the PKTMP environment variable be used to point to
  60. a RAMdisk that PKZIP can use for temporary files.
  61.  
  62.  
  63. PKZipFix is now included with the software.  PKZipFix takes
  64. advantage of the extra reliability designed into the ZIP file
  65. format, such as 4-byte file header signatures and dual directory
  66. structures, to recover good files from damaged or truncated ZIP
  67. files.
  68.  
  69.