ocaml-gettext 0.3.0 is released

After three years, a new version of ocaml-gettext is out. I know that the delay is quite long... Been too busy to do anything regarding this.

This new version is mainly a bug fix release:

  • UTF-8 is better handled when merging PO/POT
  • multi-lines, special and continuation comments of PO file are supported
  • camomile implementation is now safer (less chance to fail if something goes wrong)
  • improve overall build system

However, the major event of this release is the fact that it is now compatible with OCaml 3.10.0. This is a big news, because string extraction heavily rely on camlp4, which has changed a lot.

I have also uploaded a debian package of ocaml-gettext.

Plans for next release:

  • website has not been updated because generating it is too much complicated, i should switch to something more simple layout and generation scheme
  • my home-made build system is not good at all (fail to detect changes and do incremental rebuild...), next release should move to ocamlbuild
  • PDF generation has been disabled, because it makes fop produce a lot of errorrs, it should be re-enable
  • finish the patch to xgettext to allow OCaml string been extracted

Homepage Download

They posted on the same topic

Trackback URL : http://sylvain.le-gall.net/blog/index.php?trackback/43

This post's comments feed