Skip to content

Commit

Permalink
release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 11, 2018
1 parent a346ec7 commit d6be6e3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.6 - 11 Mar 2018
* OCaml 4.05 compatibility (O_KEEPEXEC)
* sockopt: add BPF options
* make tests less fragile
* New bindings:
* syslog

0.1.5 - 28 Jun 2017
* build with -safe-string

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: extunix
Version: 0.1.5
Version: 0.1.6
License: LGPL-2.1 with OCaml linking exception
Authors: ygrek, Sylvain Le Gall, Stéphane Glondu, Kaustuv Chaudhuri, Joshua Smith, Niki Yoshiuchi, Gerd Stolpmann, Goswin von Brederlow, Andre Nathan, Zhenya Lykhovyd, Mehdi Dogguy, Roman Vorobets, Pierre Chambart, Dmitry Grebeniuk, François Bobot, Markus W. Weissmann
Copyrights:
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.2.0~alpha1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 32f5481ef533ab6f8a15ae8e97a67d67) *)
(* DO NOT EDIT (digest: 785c6cea5580bb5e674fa24c3fe39b21) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7027,7 +7027,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "0.1.5";
version = "0.1.6";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7891,7 +7891,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "\187'\180\152\178#.pS\163\211uh\153\2542";
oasis_digest = Some "\158W\132\158\196\198T\029\205\252|\012^\1983\217";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: a717348b18948634b73a2f9076942b92)
version = "0.1.5"
# DO NOT EDIT (digest: d6921a7b0d01cc37e6653d1891207aa5)
version = "0.1.6"
description = "Extended functions for OCaml Unix module"
requires = "unix bigarray bytes"
archive(byte) = "extunix.cma"
Expand Down

0 comments on commit d6be6e3

Please sign in to comment.