Changelog for
python311-dnslib-0.9.25-1.1.noarch.rpm :
* Mon Jul 15 2024 Dirk Müller
- update to 0.9.25:
* #60 - SyntaxWarning with Python 3.12 (AATTkitterma)
* #63 - Records with empty rdata causes pack() to fail
* #66 - DNS SRV \"target\" names are compressed (AATTbobstanden)
* Sat Jan 06 2024 Dirk Müller - update to 0.9.24:
* #49 - Generate README.md (via symlink)
* #51 - Update Github CI checkout & setup-python actions (and remove Python 2.7 CI support)
* #54 - Support for RP records
* #57 - Support for LOC record
* Wed Jan 04 2023 Dirk Müller - update to 0.9.23:
* Minor clean-up / add wheels to distro
* Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) Note that we just fix the exception - there still seems to be a problem with parsing HTTPS records
* Issue #43: HTTPS reads after RD end (thanks to AATTrobinlandstrom for pull request)
* Issue #45: Dnslib fails to handle unknown RR types in NSEC RD type bitmap
* Bimap now supports a function to map unknown types which we use to dynamically map from rtype <-> TYPExxxx for unknown record types
* RR zone representation updated to match RFC3597
* Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to AATTrmbolger)
* Tue Sep 27 2022 Yogalakshmi Arunachalam - update to 0.9.21:
* Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records)
* setup.py- update 0.9.20
* Merge pull request #41 from felixonmars/patch-1 Correct typos in dns.py
* Add wheel instructions
* Set theme jekyll-theme-minimal
* Sun Jan 23 2022 Dirk Müller - update to 0.9.19:
* Allow custom log function (logf) in DNSLogger
* Sat Jan 15 2022 Dirk Müller - update to 0.9.18:
* Validate TXID in client.py
* Tue Aug 17 2021 John Paul Adrian Glaubitz - Update to v0.9.16
* Add DNAME
* Add support for all RR types to NSEC type bitmap
* Issue 16: uncaught exceptions leak open sockets- from v0.9.15
* DNSServer fixes / Add unsupported RR types
* Add NULL QTYPE
* Thu Aug 27 2020 John Vandenberg - Update to v0.9.14
* Mon Dec 16 2019 John Vandenberg - Initial spec for v0.9.10