home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.501 < prev    next >
Text File  |  1993-01-12  |  2KB  |  40 lines

  1. UnZip version 5.0p1, 12 January 1993
  2.  
  3. This patch mainly fixes two compatibility problems with PKZIP 2.04c
  4. and one old bug in the password-checking of the decryption code.  (Note
  5. that the zcrypt19 sources, also posted in comp.sources.misc volume 31,
  6. are still required for decryption support.)
  7.  
  8. Bugs fixed:
  9.  
  10.  - inflate:  various bugfixes
  11.     - fixed to work with PKZIP 2.04c (allow empty code sets in huft_build)
  12.     - ifdef'd fixes to deal with PKZIP beta bugs (PKZIP_BUG_WORKAROUND)
  13.     - inflate_entry -> inflate; fixed comment; removed memory error message
  14.  - funzip:  various bugfixes
  15.     - added final exit(0) to avoid gnutar problem
  16.     - OS/2 and MS-DOS read/write modes
  17.     - improved/fixed inflation error messages; inflate_entry() -> inflate()
  18.     - fixed crypt/store bug
  19.     - fixed decryption check (single byte)
  20.  - updated decryption password test to work with PKZIP 2.04c
  21.  - fixed decryption header bug (double decryption of header in some cases)
  22.  - fixed non-definition of UNIX macro under Xenix and Convex Unix
  23.  - MS-DOS/Windows:  fixed DISPLAY bug in misc.c
  24.  - fixed ecrec offsets reported by zipinfo -v (real, expected were reversed)
  25.  - fixed extract.c error messages for explode(), inflate()
  26.  - removed extraneous ')' for 386BSD in misc.c
  27.  - various Makefile changes/fixes
  28.  - updated Contents, README, Where files
  29.  
  30. Other changes:
  31.  
  32.  - renamed Readme to README as per comp.sources.misc guidelines
  33.  - renamed thinkc.rsrc.hqx to thinkc_rsrc.hqx (fatal bug in MS-DOS SHEZ80)
  34.  
  35. These changes have been contributed by various people, but Mark Adler
  36. (inflate) and Jean-loup Gailly (crypt) are due extra credit.  Thanks
  37. to the entire Info-ZIP beta test group, as well.
  38.  
  39. Greg Roelofs (a.k.a. Cave Newt)
  40.