Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 10, 2014
1 parent 1a671fe commit c9fc1f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.3.0 (2014-06-04):
1.3.1 (2014-07-10):
* Also bounds test single-byte operations on views (#31 via @pqwy).

1.3.0 (2014-07-04):
* Add bounds checks for `Cstruct.BE/LE` functions that violate a view.
Previously, only bounds errors on the underlying buffers would raise.
Bug #25, reported by Mindy Preston in mirage/mirage-tcpip#56.
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.3
Name: cstruct
Version: 1.3.0
Version: 1.3.1
Synopsis: Manipulate external buffers as C-like structs
Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire, Pierre Chambart
License: ISC
Expand Down
12 changes: 6 additions & 6 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 965c5de00a2446b9f485b4466439073e)
version = "1.3.0"
# DO NOT EDIT (digest: 2e437c001e7f8abdd6eeaeb6204ce8bd)
version = "1.3.1"
description = "Manipulate external buffers as C-like structs"
requires = "bigarray ocplib-endian ocplib-endian.bigstring sexplib"
archive(byte) = "cstruct.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa"
archive(native, plugin) = "cstruct.cmxs"
exists_if = "cstruct.cma"
package "unix" (
version = "1.3.0"
version = "1.3.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct unix"
archive(byte) = "unix_cstruct.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "syntax" (
version = "1.3.0"
version = "1.3.1"
description = "Syntax extension for Cstruct"
requires = "camlp4"
archive(syntax, preprocessor) = "cstruct-syntax.cma"
Expand All @@ -31,7 +31,7 @@ package "syntax" (
)

package "lwt" (
version = "1.3.0"
version = "1.3.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct lwt.unix"
archive(byte) = "lwt_cstruct.cma"
Expand All @@ -42,7 +42,7 @@ package "lwt" (
)

package "async" (
version = "1.3.0"
version = "1.3.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct async threads"
archive(byte) = "async_cstruct.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.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: f36ba32dcd4467e09742bf3c67920161) *)
(* DO NOT EDIT (digest: cb4ac705f0456d9f9f985bc01fc62b80) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6826,7 +6826,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "cstruct";
version = "1.3.0";
version = "1.3.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7192,7 +7192,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "hѾI\128RºR¾É)¨ã0©\143";
oasis_digest = Some "9\135ñ\t\159wöoÈÊs/k\157\133\132";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit c9fc1f9

Please sign in to comment.