Skip to content

Commit

Permalink
Merge pull request #93 from djs55/release.0.18.1
Browse files Browse the repository at this point in the history
Prepare to release 0.18.1
  • Loading branch information
djs55 committed Apr 17, 2016
2 parents 1b98c99 + 79b31b5 commit 84acfe3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.18.1 (2016-04-17):
* Clear AA bit on requests, as some servers will drop these otherwise

0.18.0 (2016-03-12):
* Remove dependency on camlp4, switch to ppx

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: dns
Version: 0.18.0
Version: 0.18.1
Authors: Anil Madhavapeddy, Tim Deegan, Richard Mortier, Haris Rotsos, David Sheets, Thomas Gazagnaire, Luke Dunstan, David Scott
Maintainers: Anil Madhavapeddy <[email protected]>
License: ISC
Expand Down
14 changes: 7 additions & 7 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 2f7bcf37829fd22a77646cea631f5ca6)
version = "0.18.0"
# DO NOT EDIT (digest: 841b51fbc39963466506cc025136c170)
version = "0.18.1"
description = "DNS client and server implementation"
requires =
"cstruct cstruct.ppx re re.str ipaddr base64 bytes uri.services hashcons"
Expand All @@ -10,7 +10,7 @@ archive(native) = "dns.cmxa"
archive(native, plugin) = "dns.cmxs"
exists_if = "dns.cma"
package "mirage" (
version = "0.18.0"
version = "0.18.1"
description = "DNS client and server implementation"
requires = "cstruct lwt dns dns.lwt-core mirage-types io-page"
archive(byte) = "dns-lwt-mirage.cma"
Expand All @@ -21,7 +21,7 @@ package "mirage" (
)

package "lwt-core" (
version = "0.18.0"
version = "0.18.1"
description = "DNS client and server implementation"
requires = "lwt cstruct dns mirage-profile"
archive(byte) = "dns-lwt-core.cma"
Expand All @@ -32,7 +32,7 @@ package "lwt-core" (
)

package "lwt" (
version = "0.18.0"
version = "0.18.1"
description = "DNS client and server implementation"
requires = "lwt.unix cstruct.lwt dns dns.lwt-core ipaddr.unix"
archive(byte) = "dns-lwt.cma"
Expand All @@ -43,7 +43,7 @@ package "lwt" (
)

package "async-unix" (
version = "0.18.0"
version = "0.18.1"
description = "DNS client and server implementation"
requires = "async dns.async threads"
archive(byte) = "dns-async-unix.cma"
Expand All @@ -54,7 +54,7 @@ package "async-unix" (
)

package "async" (
version = "0.18.0"
version = "0.18.1"
description = "DNS client and server implementation"
requires = "async_kernel ipaddr dns"
archive(byte) = "dns-async.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: 0e55c1eb3bd08cbfcb20c0577299b794) *)
(* DO NOT EDIT (digest: 8c9529e9bf5e4e9bf824f3e3ae01fba2) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6867,7 +6867,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "dns";
version = "0.18.0";
version = "0.18.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7563,7 +7563,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\144#)ú\145Ø\029g¡Ý¦\136^<ÑÆ";
oasis_digest = Some "*ÃëöÔù\030(Hä^&è\018\133ð";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 84acfe3

Please sign in to comment.