Skip to content

0.84.0.0

Compare
Choose a tag to compare
@McNeight McNeight released this 15 Aug 01:29
· 940 commits to master since this release

Changes for v0.84

  • When skipping to an entry in a zip archive no data is read. This allows password setting after examining the entry to
    see if a password is required, and also allows skipping of entries that cannot be extracted. You cannot skip
    an entry that cannot be extracted if the length is not in the local header.
  • Refactored decryption to make it robust and remove bugs.
  • Fix for reads of zero length in zip files.
  • Fix encryption bug in DeflatorOutputStream.
  • Fix bug when skipping entries
  • Add FastZip class.