mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:20:00 -04:00
consistently refer to Windows NT / 2000 systems as Win32
This commit is contained in:
parent
35ef866dcc
commit
64ea5fd972
1 changed files with 3 additions and 3 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,12 +1,12 @@
|
|||
1054. [bug] winnt: cfg_categories and cfg_modules need to be
|
||||
visible outside of the libisccfg DLL.
|
||||
1054. [bug] On Win32, cfg_categories and cfg_modules need to be
|
||||
exported from the libisccfg DLL.
|
||||
|
||||
1053. [bug] Dig did not increase its timeout when receiving
|
||||
AXFRs unless the +time option was used. [RT #1904]
|
||||
|
||||
1052. [bug] Journals were not being created in binary mode
|
||||
resulting in "journal format not recognized" error
|
||||
under Windows NT/2000. [RT #1889]
|
||||
under Win32. [RT #1889]
|
||||
|
||||
1051. [bug] Do not ignore a network interface completely just
|
||||
because it has a noncontiguous netmask. Instead,
|
||||
|
|
|
|||
Loading…
Reference in a new issue