v1.0.0 RC1
Pre-release
Pre-release
Changes
- Supported frameworks are now NET45 and NETSTANDARD2
Fixes
- #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