3.11.2.0
- merge with OCaml 3.11.2
- build and install native-code plugin
- build ocamldoc library
- accept also ocaml_cmi_magic_number in objinfo

3.11.1.0
- merge with OCaml 3.11.1
- remove some GNUisms [Jaap Boender]
- fix -annot [Boris Yakobowski]

3.11.0.0rc1
- merge with OCaml 3.11.0
- simplify packaging for futur merges
- use ocamlbuild-based build system of OCaml

3.10.0.1
- fix a bug:
    module X = (struct class forum = object method f () = {{ 3 }} end end
             : sig class forum: object method f: unit -> {{ Int }} end end)
3.10.0
- merge with OCaml 3.10 and CDuce 0.4.2

3.09.3pl1
- bug fix in unification

3.09.3
- ignore namespaces in ocamldoc, instead of failing

3.09.2pl2
- support line number directives within {{ ... }}
- support non-ascii X-capture variable names
- warning for variables that always bind to {{ [] }}

3.09.2pl1
- allow [ 'abc' ] notation in types
- predefined namespaces when parsing with Ocamlduce.Load
- operations on records Ocamlduce.Record
- don't install ocamlducec and ocamlducec.opt but only the second one
  (if available), renamed as ocamlducec; same for the other tools

3.09.2
- synchronize with OCaml 3.09.2 (released version)
- add OCamlDuce library as defaults in ocamlduce's tools
- install the ocamlducefind script

3.09.1pl1
- internal simplifications, minimize diff with OCaml
- install tools in the BINDIR directory
- build the ocamldoc for the Ocamlduce module (make htdoc)

3.09.1
- synchronize with OCaml 3.09.1 (released version)
- better error messages

3.09
- synchronize with OCaml 3.09.1 (CVS version)
- drop the stand-alone installation mode

3.08.4.pl5
- bug in record concatenation

3.08.4pl3
- more precise localization of errors in patterns
- fix a bug in the type checker (translation of ML types to x-types in
  an invalid environment)

3.08.4pl2
- fix a bug in the parser (now it accepts  <a>(...) as a type)
- fix a bug in Makefile (did not install ocamlduce.{cmi,mli})

3.08.4pl1
- a new build/installation scheme which rely on an working OCaml installation

3.08.4
- first version with binary compatibility with OCaml
