dnsjava Changelog

What's new in dnsjava 2.1.5

Apr 11, 2013
  • Fix DS generation to canonicalize the DNSKEY owner name.
  • Add Name.canonicalize() and Name.toString() variant for omitting the final dot in an absolute name.

New in dnsjava 2.0.7 (Oct 6, 2009)

  • Add support for detecting the configured nameservers on the Android platform. (patch from Arnt Gulbrandsen )

New in dnsjava 2.0.6 (Sep 17, 2008)

  • Fix an off-by-2 error that could cause an infinite loop when parsing a Name with a self-referential compression pointer.
  • Raise an exception when an invalid label type is seen in a wire format name. The previous behavior would incorrectly parse invalid names, and could lead to infinite loops.