Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to release v0.2 #42

Merged
merged 2 commits into from
Jan 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
0.2 (04-Jan-2015)
- respect negotiated msize in read
- add LICENSE file

0.1 (13-Dec-2015)
- initial version
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (c) 2015, MirageOS

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

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.1
Version: 0.2
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: 49cac28383ea997d88bd8a80362032f9)
version = "0.1"
# DO NOT EDIT (digest: 0e608a7640bf63f6659579d22fed5b80)
version = "0.2"
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.1"
version = "0.2"
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: 57beec8c19374d6099116fd799c40a49) *)
(* DO NOT EDIT (digest: 7011b377765f20c40120261752faee1d) *)
(*
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.1";
version = "0.2";
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 "\142\174\250\016A:a)}\014^\n\225\204\152\201";
oasis_digest = Some "S\003:2\145\135�+�&�\152D�\145�";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down