diff --git a/CHANGES b/CHANGES index 7fc544ab..1cb46f58 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -0.8.1 (trunk): -* Trailing semicolons are allowed in cstruct field definitions -* Buffer elements can be any primitive integer, not just uint8 +0.8.1 (2013-11-06): +* Trailing semicolons are allowed in cstruct field definitions. +* Buffer elements can be any primitive integer, not just `uint8`. 0.8.0 (2013-10-13): * Improved ocamldoc for BE/LE modules. diff --git a/_oasis b/_oasis index c7e97b05..899122d6 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.3 Name: cstruct -Version: 0.8.0 +Version: 0.8.1 Synopsis: Manipulate external buffers as C-like structs Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire, Pierre Chambart License: ISC diff --git a/lib/META b/lib/META index b1ec82a3..2c9ad7c8 100644 --- a/lib/META +++ b/lib/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: ec3c4ad6e16d2426aa3272de3f71bc95) -version = "0.8.0" +# DO NOT EDIT (digest: 54e2ff3b4376263634c6e7c306cb1309) +version = "0.8.1" description = "Manipulate external buffers as C-like structs" requires = "bigarray ocplib-endian ocplib-endian.bigstring" archive(byte) = "cstruct.cma" @@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa" archive(native, plugin) = "cstruct.cmxs" exists_if = "cstruct.cma" package "unix" ( - version = "0.8.0" + version = "0.8.1" description = "Manipulate external buffers as C-like structs" requires = "cstruct unix" archive(byte) = "unix_cstruct.cma" @@ -20,7 +20,7 @@ package "unix" ( ) package "syntax" ( - version = "0.8.0" + version = "0.8.1" description = "Syntax extension for Cstruct" requires = "camlp4" archive(syntax, preprocessor) = "cstruct-syntax.cma" @@ -29,7 +29,7 @@ package "syntax" ( ) package "lwt" ( - version = "0.8.0" + version = "0.8.1" description = "Manipulate external buffers as C-like structs" requires = "cstruct lwt.unix" archive(byte) = "lwt_cstruct.cma" @@ -40,7 +40,7 @@ package "lwt" ( ) package "async" ( - version = "0.8.0" + version = "0.8.1" description = "Manipulate external buffers as C-like structs" requires = "cstruct async threads" archive(byte) = "async_cstruct.cma" diff --git a/setup.ml b/setup.ml index 2d225ce4..c5207a92 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.3.0 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 96aae8e839b1ebd063675e7b74927efc) *) +(* DO NOT EDIT (digest: 06ba7d026f802898917fa4d1a7f6b244) *) (* Regenerated by OASIS v0.3.0 Visit http://oasis.forge.ocamlcore.org for more information and @@ -5578,7 +5578,7 @@ let setup_t = ocaml_version = None; findlib_version = None; name = "cstruct"; - version = "0.8.0"; + version = "0.8.1"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -5890,7 +5890,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.3.0"; - oasis_digest = Some "g4\003ÿU×Ê\0271IßýûI¡6"; + oasis_digest = Some "\153öèHS\018 +\152µ¾\017\152î-\144"; oasis_exec = None; oasis_setup_args = []; setup_update = false;