From: Bob Halley Date: Wed, 9 Aug 2023 13:55:41 +0000 (-0700) Subject: add 2.4.2 changes to whatsnew X-Git-Tag: v2.5.0rc1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa56b0389732e5948fddd6e1f8babe6f81bb0d37;p=thirdparty%2Fdnspython.git add 2.4.2 changes to whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 9857c819..fde27ecb 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -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 -----