forked from xapi-project/ocaml-xen-lowlevel-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
66 lines (49 loc) · 1.68 KB
/
CHANGES
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
0.11.0 (9-Feb-2018
* Compile against xen-4.9
0.10.0 (7-Jul-2017)
* Remove cpuid_check
* Fix linking with -lxentoollog
* Fix compilation on CentOS 7: add libuuid-devel as a depext to the opam file
0.9.32 (6-Dec-2016)
* Compile with xen-4.7
* fixes for compiling on XenServer
* fix META and static linking
* add travis CI support for multiple distros
* fix compilation on musl-based systems like alpine
* add depexts for fedora, rhel and oraclelinux
0.9.30 (18-Oct-2015)
* xenlight is now mandatory, which means we need Xen-4.4 headers or
later
0.9.29 (14-Oct-2015)
* xenlight: add support for Xen-4.5
0.9.28 (20-Nov-2014):
* xenlight: improve error message when parsing an invalid enum
* xentoollog: make this a toplevel ocamlfind package
0.9.27 (8-Oct-2014):
* Fix build on Fedora 21 (by removing -DBSD_SOURCE)
* Fix 'configure' on OS X
0.9.26 (10-Sep-2014):
* improve configure to detect libxc backports
0.9.22 (23-Aug-2014):
* only build xenlight on xen-4.4 and xen-4.5 (xen-4.2 is too old)
0.9.21 (20-Aug-2014):
* experimental support for xen 4.5 (currently in development)
0.9.20 (4-Jul-2014):
* fix for HVM domain building on xen 4.2 and 4.3
* remove xen-{evtchn,gnt}: they now live in separate repos
* support for xen 4.4
0.9.8 (8-Aug-2013):
* update Gnt interface to match mirage 0.9.4
* add ocamldoc generation
* add tests for gntshr and gnttab
0.9.7 (25-Jul-2013):
* add function to check if an HVM guest has PV drivers
* fix PCI passthrough on xen 4.2
0.9.6 (2-Jul-2013):
* conditionally compile xenlight library
0.9.3 (21-Jun-2013):
* remove linking error on standard xen systems when using libxl
0.9.2 (21-Jun-2013):
* add experimental libxl bindings
0.9.0 (3-Jun-2013):
* first public release