Skip to content

Commit

Permalink
changes for 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 8, 2022
1 parent dffd62b commit 864dc9c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v6.2.2 (2022-04-08)

* BUGFIX dns-trie: the collect_entries function jumped over zone boundaries.
This lead dns-primary-git to detect changes in zones with subdomains delegated
to the same name servers, leading to dropping of zones (#308 @hannesm,
reported by @reynir)
* BUGFIX dns-server.text: add address glue records for name servers out of the
authority of this server. This is crucial since dns-primary-git supports
such glue records to notify these about zone updates (#307 @hannesm)
* New functionality in dns-zone (dns-server.zone): decode_keys, decode_zones,
and decode_zones_keys copied from dns-primary-git for reusing in other
projects (#307 @hannesm)

### v6.2.1 (2022-04-01)

* BUGFIX dns: RTYPE is 16 bit, previously 15 bit were accepted, also check for
Expand Down

0 comments on commit 864dc9c

Please sign in to comment.