You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
## 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.
4
4
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
5
8
6
9
dnslib
7
10
------
8
11
9
-
A library to encode/decode DNS wire-format packets supporting both
10
12
Python 2.7 and Python 3.2+.
11
13
12
14
The library provides:
@@ -387,6 +389,13 @@ Changelog:
387
389
dynamically map from rtype <-> TYPExxxx for unknown record types
388
390
RR zone representation updated to match RFC3597
389
391
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)
Copy file name to clipboardExpand all lines: dnslib/__init__.py
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@
4
4
5
5
## 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.
6
6
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
7
10
8
11
dnslib
9
12
------
10
13
11
-
A library to encode/decode DNS wire-format packets supporting both
12
14
Python 2.7 and Python 3.2+.
13
15
14
16
The library provides:
@@ -389,6 +391,13 @@
389
391
dynamically map from rtype <-> TYPExxxx for unknown record types
390
392
RR zone representation updated to match RFC3597
391
393
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)
0 commit comments