Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 968 Bytes

CHANGES.md

File metadata and controls

50 lines (41 loc) · 968 Bytes

0.2.3 (unreleased)

  • Remove LGPL linking exception (#3).

0.2.2 (10-01-2022)

  • Fix GC issues introduced in previous release.

0.2.1 (07-01-2022)

  • Get rid of naked pointers.

0.2.0 (03-12-2020)

  • Use bigarrays for audio buffers.
  • Use generational global roots for global OCaml values in C.
  • Switch to dune

0.1.5 (03-08-2015)

  • Dummy github release.

0.1.4 (04-10-2011)

  • Updated autoconf.
  • Distribute examples.

0.1.3 (04-07-2011)

  • Export definitions shared with ocaml-dssi in ocaml_ladspa.h.

0.1.2 (12-10-2009)

  • Added support for --enable-debugging configure option
  • Added NO_CUSTOM to build in standard mode.
  • Added prefix to main compilation variables if passed to configure.
  • Makefile now honnors LIBDIRS variable for linking against libraries located in other places than then standard ones.

0.1.1 (16-04-2008)

  • Install .cmx file with others

0.1.0 (14-11-2007)

  • Initial release