Skip to content

Commit

Permalink
Merge pull request #45 from djs55/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
djs55 committed Jan 20, 2016
2 parents 4201b14 + a3e8b38 commit e5f43c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.2 (04-Jan-2015)
0.3 (20-Jan-2016)
- add version/attach mount debug messages
- pass initial connection attach to receive callback handler

0.2 (04-Jan-2016)
- respect negotiated msize in read
- add LICENSE file

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: 9p-protocol
Version: 0.2
Version: 0.3
Synopsis: 9P filesystem protocol
Authors: David Scott, David Sheets, Thomas Leonard
License: ISC
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: 0e608a7640bf63f6659579d22fed5b80)
version = "0.2"
# DO NOT EDIT (digest: 56e7c6a53284284d7affd16cf56e1a1a)
version = "0.3"
description = "9P filesystem protocol"
requires =
"result cstruct sexplib sexplib mirage-types.lwt lwt stringext fmt"
Expand All @@ -10,7 +10,7 @@ archive(native) = "protocol_9p.cmxa"
archive(native, plugin) = "protocol_9p.cmxs"
exists_if = "protocol_9p.cma"
package "unix" (
version = "0.2"
version = "0.3"
description = "9P filesystem protocol"
requires = "protocol-9p mirage-types.lwt lwt cstruct cstruct.lwt"
archive(byte) = "protocol_9p_unix.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: 7011b377765f20c40120261752faee1d) *)
(* DO NOT EDIT (digest: c87dc93154392013788cd0d74b0e0077) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6885,7 +6885,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "9p-protocol";
version = "0.2";
version = "0.3";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7221,7 +7221,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "S\003:2\145\135Í+¢&¯\152\145õ";
oasis_digest = Some "ö\r\150Ê'lM{\138©\001ôB¡9I";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit e5f43c1

Please sign in to comment.