Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from yomimono/0.3.2
Browse files Browse the repository at this point in the history
Prepare the 0.3.2 release.
  • Loading branch information
yomimono authored Jun 12, 2016
2 parents 7c630a4 + 68d1481 commit 2662eff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.2 (2016-06-09)
* Use astring instead of re.str (#18 by @jonludlam)
* Improve the parser to handle quoted strings and escaped characters; skip arguments that don't conform to 'a=b' rather than dying (#18 by @jonludlam)

0.3.1 (2016-02-07)
* Fall back to reading `OS.Start_info` if cmdline is not found in Xenstore (#13, by @jonludlam)
* Include the string in error message for malformed variables (#11, by @talex5)
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-bootvar-xen
Version: 0.3.1
Version: 0.3.2
Synopsis: Library for reading MirageOS unikernel boot parameters in Xen
Authors: Magnus Skjegstad
License: ISC
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 2ae3a7a5bbf2b02fa0678ceab4f6f9ca)
version = "0.3.1"
# DO NOT EDIT (digest: 54086469f92a007466416756a4ea150a)
version = "0.3.2"
description = "Library for reading MirageOS unikernel boot parameters in Xen"
requires = "lwt mirage-xen astring"
archive(byte) = "mirage-bootvar.cma"
Expand Down
6 changes: 3 additions & 3 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.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: a7c2285f47278776aa268b139515cc9d) *)
(* DO NOT EDIT (digest: c7eb326a34b6127832b47c9cccc9f3c9) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6851,7 +6851,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "mirage-bootvar-xen";
version = "0.3.1";
version = "0.3.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6999,7 +6999,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\178a\127A\173\127e\154,\182g\132\186\196-\152";
oasis_digest = Some "V\244O\212gP\222\015\212{\128\135<\236h\193";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 2662eff

Please sign in to comment.