Skip to content

Commit e266b75

Browse files
committed
0.9.26 - Worksround for Issue #72
1 parent c936539 commit e266b75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dnslib/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@
404404
#60 - SyntaxWarning with Python 3.12 (@kitterma)
405405
#63 - Records with empty rdata causes pack() to fail (@peteralm80)
406406
#66 - DNS SRV "target" names are compressed (@bobstanden)
407+
* 0.9.26 2025-03-02 Minor fixes:
408+
#72 - Implement matchWildcard (DNSLabel.matchGlob doesn't match expected wildcard DNS record syntax)
409+
(Thanks to @gsnedders)
407410
```
408411
409412
License:
@@ -427,7 +430,7 @@
427430

428431
from dnslib.dns import *
429432

430-
version = "0.9.25"
433+
version = "0.9.26"
431434

432435
if __name__ == '__main__':
433436
import doctest,sys,textwrap

0 commit comments

Comments
 (0)