Skip to content

Commit

Permalink
Merge pull request #40 from avsm/r-0.8.0
Browse files Browse the repository at this point in the history
prepare for 0.8.0 release
  • Loading branch information
avsm authored Sep 26, 2016
2 parents ea791f0 + e00144e commit 3bb81e8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.8.0 (26-09-2016)
* Ported to ppx instead of camlp4. This bumps up the minimum version
of OCaml required to 4.02.3, but removes upper bounds on libraries (@avsm)
* Improved Travis CI test coverage to use Docker for multi-distro
Linux support (@avsm)
* Add Alpine Linux depexts for linux-kernel-headers (@avsm)

0.7.4 (13-09-2016)
* Bug fixes for SEEK_DATA and SEEK_HOLE (@lesserevil and @lindig)
* Bug fixes for when the VHD chain contains different sized VHDs (@zli)
Expand Down
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
OASISFormat: 0.4
Name: vhd-format
Version: 0.7.4
Version: 0.8.0
Synopsis: .vhd file manipulation
Authors: Jonathan Ludlam and David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: bbfd647391c9f917c833bb630690cf1e)
version = "0.7.4"
# DO NOT EDIT (digest: 05255fb1b6d529486ddcf0e246a263ca)
version = "0.8.0"
description = ".vhd file manipulation"
requires = "uuidm cstruct io-page cstruct.ppx"
archive(byte) = "vhd.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "vhd.cmxa"
archive(native, plugin) = "vhd.cmxs"
exists_if = "vhd.cma"
package "lwt" (
version = "0.7.4"
version = "0.8.0"
description = ".vhd file manipulation"
requires =
"lwt lwt.unix lwt.preemptive threads cstruct.lwt oUnit mirage-types.lwt"
Expand Down
12 changes: 6 additions & 6 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 2f83813dc9792da60d5a8cfbfea41d50) *)
(* DO NOT EDIT (digest: f1902f85c4219696995163533f5898db) *)
(*
Regenerated by OASIS v0.4.7
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7023,9 +7023,9 @@ let setup_t =
distclean_doc = [];
package =
{
oasis_version = "0.3";
oasis_version = "0.4";
ocaml_version = None;
version = "0.7.4";
version = "0.8.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7705,7 +7705,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.7";
oasis_digest = Some "\216m\189RD2\240\155'\t2\134\188\007\246Z";
oasis_digest = Some "\222\215-\204e\190\186\179\"\220\229\194\134g\2492";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand All @@ -7714,7 +7714,7 @@ let setup_t =
let setup () = BaseSetup.setup setup_t;;

# 7717 "setup.ml"
let setup_t = BaseCompat.Compat_0_3.adapt_setup_t setup_t
open BaseCompat.Compat_0_3
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 3bb81e8

Please sign in to comment.