We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611beb1 commit 6c42982Copy full SHA for 6c42982
3 files changed
Changes
@@ -1,3 +1,7 @@
1
+Release 1.14:
2
+- #52: fix errors in local file headers for files > 4 Gb [Benoît Vaugon]
3
+- #50: add a simple example (in example/) [John Withington]
4
+
5
Release 1.13:
6
- #44: tolerate ZIP entries that are marked "deflated" but have size 0
7
[Antoine Provot]
META-zip
@@ -1,4 +1,4 @@
-version="1.13"
+version="1.14"
requires="unix"
archive(byte)="zip.cma"
archive(native)="zip.cmxa"
camlzip.opam
@@ -1,5 +1,5 @@
opam-version: "2.0"
-version: "1.13"
+version: "1.14"
synopsis:
"Accessing compressed files in ZIP, GZIP and JAR format"
description:
0 commit comments