From: Bob Halley Date: Thu, 7 May 2020 14:10:16 +0000 (-0700) Subject: 3.6 or later required; mention DoH in installation doc X-Git-Tag: v2.0.0rc1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e4a81a6ea5dffaa11b17ff427af2c623ff2e5e;p=thirdparty%2Fdnspython.git 3.6 or later required; mention DoH in installation doc --- diff --git a/doc/installation.rst b/doc/installation.rst index aef01900..8f58cff9 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -6,7 +6,7 @@ Installation Requirements ------------ -Python 2.7, 3.4 or later. +Python 3.6 or later. Installation ------------ @@ -45,7 +45,10 @@ Optional Modules The following modules are optional, but recommended for full functionality. -If ``python cryptography`` is installed, then dnspython will be +If ``requests`` and ``requests-toolbelt`` are installed, then DNS-over-HTTPS +will be available. + +If ``cryptography`` is installed, then dnspython will be able to do low-level DNSSEC RSA, DSA, ECDSA and EdDSA signature validation. If ``idna`` is installed, then IDNA 2008 will be available. diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 1fa5e5b5..375e034e 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -1,7 +1,7 @@ .. _whatsnew: -What's New in dnspython 1.16.0 -============================== +What's New in dnspython 2.0.0 +============================= New Features ------------