Skip to content

Commit ed2ccd5

Browse files
authored
A round of library version updates (#131)
Changes: https://libzip.org/news/release-1.10.0.html Changes: https://libzip.org/news/release-1.10.1.html Changes: https://zlib.net/ChangeLog.txt Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4 Changes: https://github.com/facebook/zstd/releases/tag/v1.5.5 * libzip updated to v1.10.1 (from v1.9.2 via 1.10.0) A handful of API changes not important to us, fixes for handling very large ZIP archives and buffers, use ISO C secure library functions. * zlib updated to v1.3.0 (from v1.2.13) Changes which mostly affect the gzip compression, not used by libzip. * zstd updated to v1.5.5 (from v1.5.2, via v1.5.4) v1.5.4 is mostly a performance improvement release, see the URL above for details. v1.5.5 is a quickfix release addressing a rare corruption bug in high compression mode, plus more performance improvements.
1 parent 1a0f342 commit ed2ccd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LibZipSharp.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<_LibZipSharpAssemblyVersionMajor>3</_LibZipSharpAssemblyVersionMajor>
4-
<_LibZipSharpAssemblyVersionMinor>0</_LibZipSharpAssemblyVersionMinor>
4+
<_LibZipSharpAssemblyVersionMinor>1</_LibZipSharpAssemblyVersionMinor>
55
<_LibZipSharpAssemblyVersionPatch>0</_LibZipSharpAssemblyVersionPatch>
66
<_LibZipSharpAssemblyVersion>$(_LibZipSharpAssemblyVersionMajor).$(_LibZipSharpAssemblyVersionMinor).$(_LibZipSharpAssemblyVersionPatch)</_LibZipSharpAssemblyVersion>
77
<_NativeLibraryVersionForName>$(_LibZipSharpAssemblyVersionMajor)-$(_LibZipSharpAssemblyVersionMinor)</_NativeLibraryVersionForName>

external/libzip

Submodule libzip updated 625 files

external/zlib

Submodule zlib updated 90 files

external/zstd

Submodule zstd updated 492 files

0 commit comments

Comments
 (0)