Skip to content

Commit 84acfe3

Browse files
committed
Merge pull request #93 from djs55/release.0.18.1
Prepare to release 0.18.1
2 parents 1b98c99 + 79b31b5 commit 84acfe3

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.18.1 (2016-04-17):
2+
* Clear AA bit on requests, as some servers will drop these otherwise
3+
14
0.18.0 (2016-03-12):
25
* Remove dependency on camlp4, switch to ppx
36

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: dns
3-
Version: 0.18.0
3+
Version: 0.18.1
44
Authors: Anil Madhavapeddy, Tim Deegan, Richard Mortier, Haris Rotsos, David Sheets, Thomas Gazagnaire, Luke Dunstan, David Scott
55
Maintainers: Anil Madhavapeddy <[email protected]>
66
License: ISC

lib/META

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 2f7bcf37829fd22a77646cea631f5ca6)
3-
version = "0.18.0"
2+
# DO NOT EDIT (digest: 841b51fbc39963466506cc025136c170)
3+
version = "0.18.1"
44
description = "DNS client and server implementation"
55
requires =
66
"cstruct cstruct.ppx re re.str ipaddr base64 bytes uri.services hashcons"
@@ -10,7 +10,7 @@ archive(native) = "dns.cmxa"
1010
archive(native, plugin) = "dns.cmxs"
1111
exists_if = "dns.cma"
1212
package "mirage" (
13-
version = "0.18.0"
13+
version = "0.18.1"
1414
description = "DNS client and server implementation"
1515
requires = "cstruct lwt dns dns.lwt-core mirage-types io-page"
1616
archive(byte) = "dns-lwt-mirage.cma"
@@ -21,7 +21,7 @@ package "mirage" (
2121
)
2222

2323
package "lwt-core" (
24-
version = "0.18.0"
24+
version = "0.18.1"
2525
description = "DNS client and server implementation"
2626
requires = "lwt cstruct dns mirage-profile"
2727
archive(byte) = "dns-lwt-core.cma"
@@ -32,7 +32,7 @@ package "lwt-core" (
3232
)
3333

3434
package "lwt" (
35-
version = "0.18.0"
35+
version = "0.18.1"
3636
description = "DNS client and server implementation"
3737
requires = "lwt.unix cstruct.lwt dns dns.lwt-core ipaddr.unix"
3838
archive(byte) = "dns-lwt.cma"
@@ -43,7 +43,7 @@ package "lwt" (
4343
)
4444

4545
package "async-unix" (
46-
version = "0.18.0"
46+
version = "0.18.1"
4747
description = "DNS client and server implementation"
4848
requires = "async dns.async threads"
4949
archive(byte) = "dns-async-unix.cma"
@@ -54,7 +54,7 @@ package "async-unix" (
5454
)
5555

5656
package "async" (
57-
version = "0.18.0"
57+
version = "0.18.1"
5858
description = "DNS client and server implementation"
5959
requires = "async_kernel ipaddr dns"
6060
archive(byte) = "dns-async.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 0e55c1eb3bd08cbfcb20c0577299b794) *)
4+
(* DO NOT EDIT (digest: 8c9529e9bf5e4e9bf824f3e3ae01fba2) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6867,7 +6867,7 @@ let setup_t =
68676867
alpha_features = [];
68686868
beta_features = [];
68696869
name = "dns";
6870-
version = "0.18.0";
6870+
version = "0.18.1";
68716871
license =
68726872
OASISLicense.DEP5License
68736873
(OASISLicense.DEP5Unit
@@ -7563,7 +7563,7 @@ let setup_t =
75637563
};
75647564
oasis_fn = Some "_oasis";
75657565
oasis_version = "0.4.5";
7566-
oasis_digest = Some "\144#)ú\145Ø\029g¡Ý¦\136^<ÑÆ";
7566+
oasis_digest = Some "*ÃëöÔù\030(Hä^&è\018\133ð";
75677567
oasis_exec = None;
75687568
oasis_setup_args = [];
75697569
setup_update = false

0 commit comments

Comments
 (0)