mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:10:00 -04:00
4464. [bug] Fix windows python support. [RT #43173]
(cherry picked from commit 85468d4c81)
This commit is contained in:
parent
ae3bef3e3a
commit
e94f153cd6
2 changed files with 13 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4464. [bug] Fix windows python support. [RT #43173]
|
||||
|
||||
4461. [bug] win32: not all external data was properly marked
|
||||
as external data for windows dll. [RT #43161]
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,17 @@ 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\\tests\\dnskey_test.py",
|
||||
"..\\bin\\python\\isc\\utils.py",
|
||||
"..\\bin\\rndc\\win32\\rndc.dsp",
|
||||
"..\\bin\\rndc\\win32\\rndc.mak",
|
||||
|
|
|
|||
Loading…
Reference in a new issue