Skip to content

Commit

Permalink
changes for 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 13, 2023
1 parent 24a62ca commit 38de507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### UNRELEASED
### v7.0.2 (2023-06-13)

* dns-server: for secondary servers use the right zone transfers and keys, fixed in #339 by @hannesm
* dns-server: for secondary servers use the right zone transfers and keys, fixed
in #339 by @hannesm
* dns: add support for null record (arbitrary binary data) (#338 @RyanGibb)

### v7.0.1 (2023-02-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ needs a fully-fledged authoritative nameserver as well (for overriding various
zones such as `.localhost` and reverse lookups of RFC 1918 IP ranges).

Legacy resource record types are not dealt with, and there is no plan to support
`ISDN`, `MAILA`, `MAILB`, `WKS`, `MB`, `NULL`, `HINFO`, ... . `AXFR`, `IXFR`,
`ISDN`, `MAILA`, `MAILB`, `WKS`, `MB`, `HINFO`, ... . `AXFR`, `IXFR`,
and `UPDATE` is only handled via TCP connections. The only resource class
supported is `IN` (the Internet). Truncated hmac in `TSIG` are not supported
(always the full length of the hash algorithm is used).
Expand Down
2 changes: 1 addition & 1 deletion src/dns.mli
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ module Loc : sig
(** [compare a b] compares the Loc record [a] with [b]. *)
end

(** Text records *)
(** Null records *)
module Null : sig
type t = Cstruct.t
(** The type of a Null record. *)
Expand Down

0 comments on commit 38de507

Please sign in to comment.