Skip to content

Commit

Permalink
Merge pull request mirage#373 from rgrinberg/master
Browse files Browse the repository at this point in the history
0.18.1
  • Loading branch information
rgrinberg committed Jun 5, 2015
2 parents e7ecd60 + f5aa0f3 commit 11035c9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGES
@@ -1,6 +1,11 @@
0.18.1 (2015-06-05):

* Remove trailing whitespace from headers (#372)
* Don't reverse order of list valued headers (#372)

0.18.0 (2015-06-02):
* Add Cohttp_async.Client.callv. Allows for making requests while reusing an
HTTP connection (#344)
HTTP connection (#344)
* Responses of status 1xx/204/304 have no bodies and cohttp should not attempt
to read them (#355)
* Add top level printers. See cohttp.top findlib package (#363)
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: cohttp
Version: 0.18.0
Version: 0.18.1
Synopsis: HTTP library for Lwt, Async, JavaScript and Mirage
Description: CoHTTP is an OCaml library for creating HTTP clients and
daemons. It has a portable HTTP parser. Optional dependencies
Expand Down
18 changes: 9 additions & 9 deletions lib/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: c6d3689f5650329648e22dcb27e2dc80)
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires =
"re.emacs stringext uri uri.services fieldslib sexplib bytes base64"
Expand All @@ -10,7 +10,7 @@ archive(native) = "cohttp.cmxa"
archive(native, plugin) = "cohttp.cmxs"
exists_if = "cohttp.cma"
package "top" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp"
archive(byte) = "cohttp_top.cma"
Expand All @@ -21,7 +21,7 @@ package "top" (
)

package "test" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp oUnit"
archive(byte) = "cohttp_test.cma"
Expand All @@ -32,7 +32,7 @@ package "test" (
)

package "lwt-unix-test" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.test cohttp.lwt unix lwt.unix oUnit"
archive(byte) = "cohttp_lwt_unix_test.cma"
Expand All @@ -43,7 +43,7 @@ package "lwt-unix-test" (
)

package "lwt-core" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "lwt uri cohttp"
archive(byte) = "cohttp_lwt.cma"
Expand All @@ -54,7 +54,7 @@ package "lwt-core" (
)

package "lwt" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.lwt-core unix lwt.unix conduit.lwt-unix magic-mime"
archive(byte) = "cohttp_lwt_unix.cma"
Expand All @@ -65,7 +65,7 @@ package "lwt" (
)

package "js" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.lwt-core js_of_ocaml"
archive(byte) = "cohttp_lwt_xhr.cma"
Expand All @@ -76,7 +76,7 @@ package "js" (
)

package "async-test" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "cohttp.test cohttp.async oUnit"
archive(byte) = "cohttp_async_test.cma"
Expand All @@ -87,7 +87,7 @@ package "async-test" (
)

package "async" (
version = "0.18.0"
version = "0.18.1"
description = "HTTP library for Lwt, Async, JavaScript and Mirage"
requires = "uri cohttp threads async conduit.async magic-mime"
archive(byte) = "cohttp_async.cma"
Expand Down
2 changes: 1 addition & 1 deletion opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"

name: "cohttp"
maintainer: "anil@recoil.org"
version: "0.18.0"
version: "0.18.1"
authors: [ "Anil Madhavapeddy"
"Stefano Zacchiroli"
"David Sheets"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 70c421c99fe81f0bd6c6096305851aa6) *)
(* DO NOT EDIT (digest: 4c934f3c3fdc41894800db4e3d2adab5) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7017,7 +7017,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "cohttp";
version = "0.18.0";
version = "0.18.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8941,7 +8941,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "µ$\153«\005\141«[âÄ0\149\139µ\b\022";
oasis_digest = Some "=\148j³w2ö\140¿0Ma©6êL";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 11035c9

Please sign in to comment.