From: Sebastian Wagner Date: Fri, 5 Aug 2016 14:37:31 +0000 (+0200) Subject: README fixes based on feedback on PR#190 X-Git-Tag: v1.15.0~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f3096b6d44f9c3350469d376db73a4b39ee7db;p=thirdparty%2Fdnspython.git README fixes based on feedback on PR#190 Signed-off-by: Sebastian Wagner --- diff --git a/README.md b/README.md index 5cac3456..218728bb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,10 @@ development by continuing to employ the author :). Packages are available for some distributions: * [Ubuntu](http://packages.ubuntu.com/search?keywords=dnspython&searchon=names&suite=xenial§ion=all) * [Debian](https://packages.debian.org/search?keywords=dnspython&searchon=names&suite=stable§ion=all) - * OpenSUSE: [py2](https://software.opensuse.org/package/python-dnspython), [py3](https://software.opensuse.org/package/python3-dnspython) + * OpenSUSE: [python-dnspython](https://software.opensuse.org/package/python-dnspython), [python3-dnspython](https://software.opensuse.org/package/python3-dnspython) + * Fedora: [python-dns](https://apps.fedoraproject.org/packages/python-dns/), [python3-dns](https://apps.fedoraproject.org/packages/python3-dns) + +If no package exists for your OS, please use pip as explained above. ## ABOUT THIS RELEASE @@ -141,8 +144,8 @@ Bugs fixed since 1.11.0: `dns.resolver.Resolver` erroneously referred to `retry_servfail` instead of `self.retry_servfail`. - dns.tsigkeyring.to_text() would fail trying to convert the - keyname to text. + dns.tsigkeyring.to_text() would fail trying to convert the + keyname to text. Multi-message TSIGs were broken for algorithms other than HMAC-MD5 because we weren't passing the right digest module to @@ -155,7 +158,7 @@ Bugs fixed since 1.11.0: New since 1.10.0: - $GENERATE support + $GENERATE support TLSA RR support