-
Notifications
You must be signed in to change notification settings - Fork 996
Release 1.0
nils måsén edited this page Jul 21, 2018
·
5 revisions
- ZipEntry.IsUnicodeText now defaults to true
- ZipConstants.DefaultCodePage is now called ZipStrings.CodePage (but backwards-compatible wrappers exists on ZipConstants)
For more information, see ZipStrings and Unicode
- #253 InflaterInputStream throws 'Invalid input data' when unpacking certain files using RC1
- #251 ZipConstants.DefaultCodePage is set as UTF-8, but the default for FileEntry.IsUnicodeText is still false
- Supported frameworks are now NET45 and NETSTANDARD2
- #232 SECURITY: vulnerable to zip-slip (possible remote code execution/file overwrite)
- #164 System.NotSupportedException when zipping more than ~4.2 gb of data to a stream that doesn't support seeking
- #229 TestArchive hangs
- #121 TAR in ustar format with long file names: TarEntry name is incomplete
- #151 GZip.Compress ArgumentOutOfRangeException:bufferSize
- #183 0 byte buffers writing 0 bytes fails CRC
- #213 Tar does not read the same number of blocks as it wrote - causes potential socket issues