-
Notifications
You must be signed in to change notification settings - Fork 976
Release 1.2
nils måsén edited this page Aug 11, 2019
·
3 revisions
- ZipEntry name mismatch when attempting to delete a directory entry (#295)
- Revert ArraySegment simplification to speed up CRC32 calculation (#301)
- Allow AES Zip to better handle reading partial stream data (#308)
- Always write Zip64 extra size fields when size is -1 (too big for non-Zip64) (#314)
- Throw exception when attempting to read a zero code length symbol (#316)
- This should fix most issues where reading Zip-files get stuck in an infinite loop
-
ZipOutputStream.CloseEntry()
now works for Stored AES encrypted entries (#323) - Empty string is now treated as no RootPath in TarArchive (#336)
- ZipAESStream now handle reads of less data than the AES block size (#331)
- Flushing a GZipOutputStream now attempts to deflate all input data before writing it to the underlying stream (#225)
- StrongEncryption flag is no longer (incorrectly) set for WinzipAES encrypted entries (#329)
- Attempting to read 0 bytes from a
GZipInputStream
no longer causes it to hang indefinitely (#372)