Skip to content

Commit

Permalink
Updates for release 1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jun 21, 2019
1 parent 7304b65 commit e186e7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Release 1.08:
- ocamlfind is now mandatory as a consequence of GPR#4
- GPR#4: use ocamlfind and $(EXT_...) configuration variables for better
cross-platform support in Makefile [user 'whitequark']
- Improve Mingw support in Makefile (install .dll files) [Bertrand Jeannet]
- GPR#5: make sure 'zip' and 'camlzip' packages can be used both in the
same executable [Rudi Grinberg]
- GPR#6: Z_BUF_ERROR is not a fatal error, just a transient condition
[Tuukka Korhonen]
- GPR#13: fix memory leak in Zlib.compress_direct [Alain Frisch]
- GPR#14: add Zlib.deflate_string and Zlib.inflate_string, using immutable
strings as input buffers instead of mutable bytes [Vincent Balat]
- GPR#16: assertion failure when reading ZIP files with 2^16 entries or more
[Einar Lielmanis]
- GPR#18: in Zip.open_in, properly close channels in case of error
[Daniel Weil]

Release 1.07:
- Allocate Zlib data structures outside the OCaml heap for compatibility
Expand Down
2 changes: 1 addition & 1 deletion META-zip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="1.07"
version="1.08"
requires="unix"
archive(byte)="zip.cma"
archive(native)="zip.cmxa"
Expand Down

0 comments on commit e186e7e

Please sign in to comment.