Skip to content

Releases: Col-E/LL-Java-Zip

Release 2.9.1

07 Jun 12:59

Choose a tag to compare

Changelog

  • fe8e083 Fix some edge-case LOC <-> CEN linking issues

Release 2.9.0

28 May 12:15

Choose a tag to compare

Changelog

Release 2.8.2

18 May 01:39

Choose a tag to compare

Changelog

Release 2.8.1

01 Aug 17:13

Choose a tag to compare

Changelog

  • e7395c5 Add bounds check to ForwardScanZipReader when checking for CEN linked LFH

Release 2.8.0

01 Aug 16:19

Choose a tag to compare

Changelog

  • 5cd1b48 Pull FileData segment reading out to separate method for LFH

Release 2.7.2

12 Mar 06:35

Choose a tag to compare

Changelog

  • bf9c756 Improve JVM reader skipping over bogus END headers

Release 2.7.1

16 Feb 02:47

Choose a tag to compare

Changelog

  • 21fd572 Improve JvmZipReader handling of CEN magic matches that don't denote an actual CEN entry
  • ed6d0c2 Additional bound checks in JvmZipReader
  • fbcf235 Skip creating slices when using segment/string-data utils
  • 152426b Always pass cause exception to ZipParseException
  • a8115f3 Create dedicated empty impls of segment/string-data

Release 2.7.0

13 Jan 03:51

Choose a tag to compare

Changelog

  • b076448 Replace internal use of lazy structures
  • b076448 Add option in JvmZipReader to try a base offset of 0 by default

Release 2.6.2

14 Aug 05:25

Choose a tag to compare

Changelog

  • 548a501 Ensure jvmBaseFileOffset is not -1 after not finding matching quad patterns while in-use

Release 2.6.1

21 Jul 08:38

Choose a tag to compare

Changelog

  • b8660a9 Double check the general purpose bit flag isn't lying to us when using JvmLFH