Skip to content

Commit 920cda6

Browse files
committed
v0.9.24
1 parent 4482cee commit 920cda6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## From Version 0.9.12 the master repository for _dnslib_ has been moved to GitHub (https://github.com/paulc/dnslib). Please update any links to the original BitBucket repository as this will no longer be maintained.
44

5+
## Release 0.9.24 (2024-01-02) will be the last release supporting Python 2.7 and Python <3.7. Supporting old Python versions is increasingly painful and holds back adoption of new features so it's probably time to move on.
6+
7+
A library to encode/decode DNS wire-format packets supporting both
58

69
dnslib
710
------
811

9-
A library to encode/decode DNS wire-format packets supporting both
1012
Python 2.7 and Python 3.2+.
1113

1214
The library provides:
@@ -387,6 +389,13 @@ Changelog:
387389
dynamically map from rtype <-> TYPExxxx for unknown record types
388390
RR zone representation updated to match RFC3597
389391
Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to @rmbolger)
392+
* 0.9.24 2024-01-02 Merge multiple PRs
393+
#49 - Generate README.md (via symlink)
394+
#51 - Update Github CI checkout & setup-python actions (and remove Python 2.7 CI support)
395+
(thanks to @SpencerIsGiddy)
396+
#54 - Support for RP records (thanks to @ryan-gang)
397+
#57 - Support for LOC records (thanks to @valentinesd)
398+
(Note that this will be the last release supporting Python 2.7 and Python <3.7)
390399

391400
License:
392401
--------

dnslib/__init__.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
55
## From Version 0.9.12 the master repository for _dnslib_ has been moved to GitHub (https://github.com/paulc/dnslib). Please update any links to the original BitBucket repository as this will no longer be maintained.
66
7+
## Release 0.9.24 (2024-01-02) will be the last release supporting Python 2.7 and Python <3.7. Supporting old Python versions is increasingly painful and holds back adoption of new features so it's probably time to move on.
8+
9+
A library to encode/decode DNS wire-format packets supporting both
710
811
dnslib
912
------
1013
11-
A library to encode/decode DNS wire-format packets supporting both
1214
Python 2.7 and Python 3.2+.
1315
1416
The library provides:
@@ -389,6 +391,13 @@
389391
dynamically map from rtype <-> TYPExxxx for unknown record types
390392
RR zone representation updated to match RFC3597
391393
Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to @rmbolger)
394+
* 0.9.24 2024-01-02 Merge multiple PRs
395+
#49 - Generate README.md (via symlink)
396+
#51 - Update Github CI checkout & setup-python actions (and remove Python 2.7 CI support)
397+
(thanks to @SpencerIsGiddy)
398+
#54 - Support for RP records (thanks to @ryan-gang)
399+
#57 - Support for LOC records (thanks to @valentinesd)
400+
(Note that this will be the last release supporting Python 2.7 and Python <3.7)
392401
393402
License:
394403
--------

0 commit comments

Comments
 (0)