Release 1.07:
- Allocate Zlib data structures outside the OCaml heap for compatibility
  with recent versions of Zlib
  (Github issue #1, pull request #2, report and fix by Einar Lielmanis).
- Don't pass -L and -I options to the C compiler unless necessary.
- Compile and install the shared library zip.cmxs.
  (Contributed by E. Millon.)
- ocamlfind: install under 'zip' and 'camlzip' package names.
  (This is what the OPAM package does.)

Release 1.06:
- Switch to "safe string" mode.  Some API functions that use to take strings
  now take byte sequences instead.  OCaml 4.02 or up is required.
- Update for OCaml 4.03.
- Avoid Zlib error when calling Gzip.output with length = 0.
- Improve support for ZIP files / ZIP file members greater than 2 Gbytes.

Release 1.05:
- Added support for findlib (Contributed by E. Friendly)

Release 1.04:
- Added function Zip.add_entry_generator.  (Contributed by A. Frisch.)
- The "level" optional argument was sometimes not honored; fixed.
- Relicensed under LGPL 2.1 or above, with Caml's special exception
  for static linking.

Release 1.03:
- Fixed bug in Zlib.uncompress that could cause it to loop infinitely.
- Documentation comments in .mli files converted to ocamldoc format.

Release 1.02:
- 64-bit incompatibility fixed.
- Better support for large ZIP files (> 2 Gb).
- Added Caml's special exception for static linking to the license.

Release 1.01:
- Use ocamlmklib to create library and possibly DLL (for OCaml 3.04 and up).

Release 1.00:
- First public release
