Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.51 KB

CHANGES.md

File metadata and controls

65 lines (46 loc) · 1.51 KB

1.2.0 (2019-07-04)

  • opam: add dependency on menhir, ppxlib
  • opam: remove dependency on camlp4, lwt_camlp4
  • switch to dune build system
  • replace Camlp4-based parser with the one generated by Menhir
  • remove all Camlp4 dependencies
  • replace Camlp4-based syntax module with obus.ppx

1.1.8 (2018-06-02)

  • opam: add dependency on oasis, lwt_react, lwt_camlp4, lwt_log
  • opam: ocamlfind is now a build dependency
  • add support for OCaml 4.06 and lwt 3
  • bump minimum OCaml version to 4.02.3
  • enable travis tests
  • fix missing signature validation

1.1.7 (2016-07-18)

  • fix compatibility with OCaml 4.03.0

1.1.6 (2014-04-21)

  • support for React 1.0.0

1.1.5 (2012-10-02)

  • compatibility fix for type-conv

1.1.4 (2012-07-30)

  • update oasis files
  • minor fixes

1.1.3 (2011-07-29)

  • depends on type-conv instead of type-conv.syntax
  • implements version 0.18 of the specification:
    • add the eavesdrop match keyword

1.1.2 (2011-04-12)

  • implement property monitoring for upower, udisks and network-manager
  • implement new D-Bus errors (UnknownObject, UnknownInterface, ...)
  • update and implement new argument filters (argNpath and argNnamespace)

1.1.1 (2011-02-14)

  • Fix a race condition in servers that may causes authentication to hang
  • Add support for launchd addresses

1.1 (2010-12-13)

  • First stable release