Skip to content

Camlzip version 1.08

Compare
Choose a tag to compare
@xavierleroy xavierleroy released this 21 Jun 09:22
· 33 commits to master since this release
  • ocamlfind is now mandatory as a consequence of #4
  • #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]
  • #5: make sure 'zip' and 'camlzip' packages can be used both in the same executable [Rudi Grinberg]
  • #6: Z_BUF_ERROR is not a fatal error, just a transient condition [Tuukka Korhonen]
  • #13: fix memory leak in Zlib.compress_direct [Alain Frisch]
  • #14: add Zlib.deflate_string and Zlib.inflate_string, using immutable strings as input buffers instead of mutable bytes [Vincent Balat]
  • #16: assertion failure when reading ZIP files with 2^16 entries or more [Einar Lielmanis]
  • #18: in Zip.open_in, properly close channels in case of error [Daniel Weil]