Skip to content

Commit

Permalink
changes for 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 9, 2022
1 parent b79a173 commit 480fb8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v6.2.0 (2022-03-09)

* New opam package "dnssec" implementing dnssec validation (@reynir @hannesm)
* Use custom log sources, not the default one from Logs (@reynir @hannesm)
* BUGFIX dns-resolver: unlisten on the listen port, not the packet src_port
(#290 @hannesm)
* dns-resolver: add IPv6 addresses of root servers (fixes #262, @hannesm)
* dns-resolver: preliminary support for DNSSec (#262 @reynir @hannesm)
* dns-client: when /etc/resolv.conf modifies, update the list of nameservers
(#291 @hannesm @reynir)
* dns-cli: update to cmdliner 1.1.0 (#300 @hannesm)
* dns-client-mirage: add module type and nameserver_of_string and connect to
allow creation of a MirageOS device (#297 @dinosaure)
* dns-cache: add size, capacity, and weight to metrics (#301, fixes #299,
@hannesm)

### v6.1.4 (2022-01-11)

* dns-client-{mirage,lwt}: avoid multiple simultaneous connection attempts
Expand Down

0 comments on commit 480fb8e

Please sign in to comment.