Releases: Col-E/LL-Java-Zip
Releases · Col-E/LL-Java-Zip
Release 1.3.1
Release 1.3.0
Changelog
- 011fd3a Improve fallback detection of start offset in JvmZipReaderStrategy
- 901c03c Fix JvmZipReaderStrategy using 0 as fallback start offset, instead of first PK match, preventing it from working on files with bogus header data
- 92d708a Fix JvmZipReaderStrategy including data beyond the bounds of the current ZIP
- 0fa0a0d Allow JavaZipWriterStrategy to write when linked CEN is null
- 26aaeaf Allow simple detection of mismatched values between local file header and central directory header
- 3bf9c17 Add helper methods in ZipArchive for filtering content out
- 8802192 Fix forward scanning strategy not supporting junk data at the front of the file
- 3eda9ef Yield the last EndOfCentralDirectory if multiple exist in a ZipArchive
- c4a1cc2 Change default zip reader name to be more clear on behavior
- f958191 Package layout restructuring
- 1a2b5c0 Change trailing .class/ cutting to not cut cases like .class/foo
- 72423a6 Implement hashcode/equals consistently across zip parts
1.2.0
Release 1.1.9
Changelog
Same as 1.1.8, but with some JavaDoc fixes. This should also be the first release available on Maven Central.
1.1.8
1.1.7
1.1.6 - Improve detection of base file offset in JVM reader impl
fix: Improve detection of jvmBaseFileOffset in JvmZipReaderStrategy
1.1.5 - Improved checks on unsafe mapped files
Bump version