From: Bob Halley Date: Wed, 9 Aug 2023 13:41:31 +0000 (-0700) Subject: update whatsnew for 2.4.2 X-Git-Tag: v2.4.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5278eb3a2dc470dc2b89bae7de6ee4b8714f5847;p=thirdparty%2Fdnspython.git update whatsnew for 2.4.2 --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 470ec752..6d5bf96c 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -12,6 +12,9 @@ What's New in dnspython * 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 -----