mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
4464. [bug] Fix windows python support. [RT #43173]
This commit is contained in:
parent
ed7097fc00
commit
85468d4c81
2
CHANGES
2
CHANGES
@ -1,3 +1,5 @@
|
||||
4464. [bug] Fix windows python support. [RT #43173]
|
||||
|
||||
4463. [bug] The dnstap system test failed on some systems.
|
||||
[RT #43129]
|
||||
|
||||
|
@ -73,6 +73,20 @@ my @filelist = ("..\\bin\\check\\win32\\checktool.dsp",
|
||||
"..\\bin\\python\\dnssec-checkds.py",
|
||||
"..\\bin\\python\\dnssec-coverage.py",
|
||||
"..\\bin\\python\\dnssec-keymgr.py",
|
||||
"..\\bin\\python\\isc\\__init__.py",
|
||||
"..\\bin\\python\\isc\\checkds.py",
|
||||
"..\\bin\\python\\isc\\coverage.py",
|
||||
"..\\bin\\python\\isc\\dnskey.py",
|
||||
"..\\bin\\python\\isc\\eventlist.py",
|
||||
"..\\bin\\python\\isc\\keydict.py",
|
||||
"..\\bin\\python\\isc\\keyevent.py",
|
||||
"..\\bin\\python\\isc\\keymgr.py",
|
||||
"..\\bin\\python\\isc\\keyseries.py",
|
||||
"..\\bin\\python\\isc\\keyzone.py",
|
||||
"..\\bin\\python\\isc\\policy.py",
|
||||
"..\\bin\\python\\isc\\rndc.py",
|
||||
"..\\bin\\python\\isc\\tests\\dnskey_test.py",
|
||||
"..\\bin\\python\\isc\\tests\\policy_test.py",
|
||||
"..\\bin\\python\\isc\\utils.py",
|
||||
"..\\bin\\rndc\\win32\\rndc.dsp",
|
||||
"..\\bin\\rndc\\win32\\rndc.mak",
|
||||
|
Loading…
x
Reference in New Issue
Block a user