- 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
- 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
- fix compatibility with OCaml 4.03.0
- support for React 1.0.0
- compatibility fix for type-conv
- update oasis files
- minor fixes
- depends on type-conv instead of type-conv.syntax
- implements version 0.18 of the specification:
- add the
eavesdrop
match keyword
- add the
- 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)
- Fix a race condition in servers that may causes authentication to hang
- Add support for launchd addresses
- First stable release