]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add 2.4.2 changes to whatsnew
authorBob Halley <halley@dnspython.org>
Wed, 9 Aug 2023 13:55:41 +0000 (06:55 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 9 Aug 2023 13:55:41 +0000 (06:55 -0700)
doc/whatsnew.rst

index 9857c819fddef8b9f2e8ab804a7c8ca6981903db..fde27ecb5ea9c6f591c5ac1cf31ababbb56f84fc 100644 (file)
@@ -8,6 +8,18 @@ What's New in dnspython
 
 * TBD
 
+2.4.2
+-----
+
+* Async queries could wait forever instead of respecting the timeout if the timeout was
+  0 and a packet was lost.  The timeout is now respected.
+
+* Restore HTTP/2 support which was accidentally broken during the https refactoring done
+  as part of 2.4.0.
+
+* When an inception time and lifetime are specified, the signer now sets the expiration
+  to the inception time plus lifetime, instead of the current time plus the lifetime.
+
 2.4.1
 -----