]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add 2.2.1 to whatsnew
authorBob Halley <halley@dnspython.org>
Mon, 7 Mar 2022 15:35:47 +0000 (07:35 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 7 Mar 2022 15:35:47 +0000 (07:35 -0800)
doc/whatsnew.rst

index 3930b3141e6620b002955f1a1da6ccd1fb1585c3..d9a4b74fdc67e47330b636ec477f74da597cae8c 100644 (file)
@@ -15,6 +15,33 @@ What's New in dnspython
 
 * The minimum TLS version is now 1.2.
 
+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
 -----