많은 수의 항목을 포함하는 Zip 아카이브를 처리하기 위한 버그 수정 및 성능 향상을 포함합니다.
6월 9, 2017
신규 버전
수정사항
Fixed a bug where the wrong exception (ZipIOException) was thrown when an aes-encrypted item was unzipped to a file that cannot be opened.
Fixed a bug where MemoryFolder did not set a default date/time for itself when Create() was called.
Fixed a bug where ZippedFolder didn’t take TextEncoding and Unicode usage policy into account when the logical folder is created. Effect was duplicate folder entries (a correct one and one with OEM encoding) in some archives.
Fixed a bug where MultiThread zip sometimes produced corrupted zip files. (.NET 4.0 and up only)
Fixed a bug where setting ZipArchive.AllowSpanning or ZipArchive.SplitSize triggered the archive to be rewritten even if only unzip operations were made.
Fixed a bug with Tar archives where an InvalidTarStructureException was thrown when reading a Tar archive with items whose modification years were > 2038.