Skip to content

Commit

Permalink
changes for 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 27, 2023
1 parent 5a42916 commit 1ac53e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v7.0.1 (2023-02-27)

* dns-server.zone: fix parsing of zone files that contain tokens such as
`N` `S` `E` `W` `-<number>` `<number>m` `DS` `CAA` `TYPE<number>`.
There was an inconsistency in the Dns_zone_parser.keyword_or_number rule.
Test cases have been added, a comment has been added to the
Dns_zone_lexer.kw_or_cs function. Discovered while updating the primary NS
with an entry of "e.ns", fixed in #336 @hannesm
Broken since the early days of this development

### v7.0.0 (2023-02-16)

* BREAKING: dns-client is split into 3 packages: dns-client-lwt,
Expand Down

0 comments on commit 1ac53e6

Please sign in to comment.