Bug fixes
- Fix handling of tabs when formatting RDATA using
DisplayKind::Tabbed
. (#516) - Fix for in-place zone parser yielding incorrect TTLs. (#538)
- Generalize
ZoneUpdater
to support anyRecord
type, not justParsedRecord
. (#535) - Trim leading modulus and public exponent zeroes per RFC 3110 section 2. (#541)
- Fix panic in zonetree from in-place zonefile after encountering a malformed record. (#573)
Unstable features
unstable-server-transport
:- Don't discard the NOTIFY SOA serial, if one is received. Existing users of the
Notifiable
trait will need to update their code as this change adds an argument toNotifiable::notify_zone_changed()
. #562)
- Don't discard the NOTIFY SOA serial, if one is received. Existing users of the
unstable-client-transport
:
Other changes
- Fix docs on
XfrResponseInterpreter
. (#510)