Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed2ccd5

Browse filesBrowse 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
Copy full SHA for ed2ccd5

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎LibZipSharp.props‎

Copy file name to clipboardExpand all lines: LibZipSharp.props
+1-1Lines 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>
Collapse file

‎external/libzip‎

Copy file name to clipboard
Submodule libzip updated 625 files
Collapse file

‎external/zlib‎

Copy file name to clipboard
Submodule zlib updated 90 files
Collapse file

‎external/zstd‎

Copy file name to clipboard
Submodule zstd updated 492 files

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.