You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## v3.3.0 (2019-02-16)
2
+
3
+
* Add support for OCaml 4.08 (#206 by @anmonteiro)
4
+
*`libxenasmrun.a` is symlinked in the ocaml directory in order to be able to use ocamlopt's `-runtime-variant` option.
5
+
* Expose flags through files as well as pkg-config (#205 by @TheLortex). Instead of pkg-config, one can use the following files to get compilation flags:
6
+
* mirage-xen-ocaml/libs
7
+
* mirage-xen-ocaml/cflags
8
+
* mirage-xen-posix/minios-cflags
9
+
* mirage-xen-posix/minios-libs
10
+
* mirage-xen-posix/posix-cflags
11
+
* mirage-xen-posix/posix-libs
12
+
With dune this allows us to write `%{lib:mirage-xen-posix:posix-libs}` to get the flags instead of having a script invoking `pkg-config mirage-xen-posix --libs`.
13
+
1
14
## 3.2.0 (2018-01-02)
2
15
3
16
* add support for OCaml 4.06 and 4.07 in the xen backend (#205 by @anmonteiro)
0 commit comments