summaryrefslogtreecommitdiff
path: root/CHANGES.md
blob: f597d6fae44f315cafe07885732a955c7e44abfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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