From: Bob Halley Date: Sun, 27 Feb 2022 17:50:28 +0000 (-0800) Subject: 2.2.1 whatsnew prep X-Git-Tag: v2.2.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8c49a17cdb8320dd14f29feda9904bccb118dd2;p=thirdparty%2Fdnspython.git 2.2.1 whatsnew prep --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index b9dc13be..7337db44 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,6 +3,33 @@ What's New in dnspython ======================= +2.2.1 +----- + +This release has no new features, but fixes the following issues: + +* dns.zone.from_text failed if relativize was False and an origin was + specified in the parameters. + +* A number of types permitted an empty "rest of the rdata" + +* L32, L64, LP, and NID were missing from dns/rdtypes/ANY/__init__.py + +* The type definition for dns.resolver.resolve_address() was incorrect. + +* dns/win32util.py erroneously had the executable bit set. + +* The type definition for a number of asynchronous query routines was + missing the default of None for the backend parameter. + +* dns/tsigkeyring.py didn't import dns.tsig + +* A number of rdata types that have a "rest of the line" behavior for + the last field of the rdata erroneously permitted an empty string. + +* Timeout intervals are no longer reported with absurd precision in + exception text. + 2.2.0 -----