Skip to content

Commit 6c42982

Browse files
committed
Updates for release 1.14
1 parent 611beb1 commit 6c42982

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Release 1.13:
26
- #44: tolerate ZIP entries that are marked "deflated" but have size 0
37
[Antoine Provot]

META-zip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version="1.13"
1+
version="1.14"
22
requires="unix"
33
archive(byte)="zip.cma"
44
archive(native)="zip.cmxa"

camlzip.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "1.13"
2+
version: "1.14"
33
synopsis:
44
"Accessing compressed files in ZIP, GZIP and JAR format"
55
description:

0 commit comments

Comments
 (0)