Skip to content

Commit

Permalink
Prepare 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheets committed Jun 26, 2015
1 parent 62edba3 commit 2ca099c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
1.9.1 (2015-06-26):
* Fix `with_password None` when no userinfo present (#78 from Hezekiah M. Carty)

1.9.0 (2015-05-15):
* Colon (":") is no longer percent-encoded in path segments
* URNs are now supported (#67)
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: uri
Version: 1.9.0
Version: 1.9.1
OCamlVersion: >= 4.00
Synopsis: RFC3986 URI parsing library
Description: Uniform Resource Identifier (URI) parsing and encoding.
Expand Down
10 changes: 5 additions & 5 deletions lib/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: f530dbc976aa84cdb8164dfb3687b4fa)
version = "1.9.0"
# DO NOT EDIT (digest: fd01823c711286a188146cd1867d8cf0)
version = "1.9.1"
description = "RFC3986 URI parsing library"
requires = "re.posix stringext sexplib"
archive(byte) = "uri.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "uri.cmxa"
archive(native, plugin) = "uri.cmxs"
exists_if = "uri.cma"
package "top" (
version = "1.9.0"
version = "1.9.1"
description = "Toplevel printers for URIs"
requires = "uri"
archive(byte) = "uri_top.cma"
Expand All @@ -20,7 +20,7 @@ package "top" (
)

package "services_full" (
version = "1.9.0"
version = "1.9.1"
description = "RFC3986 URI parsing library"
requires = "uri"
archive(byte) = "services_full.cma"
Expand All @@ -31,7 +31,7 @@ package "services_full" (
)

package "services" (
version = "1.9.0"
version = "1.9.1"
description = "RFC3986 URI parsing library"
requires = "uri"
archive(byte) = "services.cma"
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.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 664f91f0e23313d1ae1691d041daedd2) *)
(* DO NOT EDIT (digest: 7ee4b63a88a8340b44a59871196a8144) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6879,7 +6879,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "uri";
version = "1.9.0";
version = "1.9.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7205,7 +7205,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\251\196qk\187\173&m!T\131\157!}\174{";
oasis_digest = Some "S\172\1382\177\167\175\197\202\149S\r\156s\226M";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 2ca099c

Please sign in to comment.