From 4c9f8b0f44b803685afcc3345798f8767e4579a8 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 13 Mar 2020 19:07:33 +0000 Subject: [PATCH 1/2] Prepare 0.8.1 release --- CHANGES.md | 5 +++++ mirage-qubes.opam | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c8f5727..933d430 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### v0.8.1 (2020-03-13) + +- fix compile error with cstruct 5.1 (#48 @talex5, reported by @hannesm) +- now using dune, no need for `pkg/pkg.ml` anymore (#50 @hannesm) + ### v0.8.0 (2019-11-02) - adapt to mirage-protocols tcpip 4.0.0; mirage-xen vchan-xen 5.0.0 (#46 @hannesm) diff --git a/mirage-qubes.opam b/mirage-qubes.opam index 9cfeb36..678f0d2 100644 --- a/mirage-qubes.opam +++ b/mirage-qubes.opam @@ -25,3 +25,9 @@ depends: [ "ocaml" { >= "4.06.0" } ] synopsis: "Implementations of various Qubes protocols for MirageOS" +description: """ +Implementations of various Qubes protocols: + +- Qubes.RExec: provide services to other VMs +- Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM +- Qubes.DB: read and write the VM's QubesDB database""" From 0867221f17f94816ddc09e7dd4bac5e530602b25 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 13 Mar 2020 19:21:38 +0000 Subject: [PATCH 2/2] Remove Travis configuration ocaml-ci is faster. --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4bf5863..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: c -sudo: required -install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh -script: bash -ex .travis-opam.sh -env: - global: - - PINS="mirage-qubes.dev:. mirage-qubes-ipv4.dev:." - matrix: - - OCAML_VERSION=4.06 PACKAGE=mirage-qubes - - OCAML_VERSION=4.06 PACKAGE=mirage-qubes-ipv4 - - OCAML_VERSION=4.07 PACKAGE=mirage-qubes - - OCAML_VERSION=4.07 PACKAGE=mirage-qubes-ipv4 - - OCAML_VERSION=4.08 PACKAGE=mirage-qubes - - OCAML_VERSION=4.08 PACKAGE=mirage-qubes-ipv4