mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 02:30:44 -04:00
253. [func] resolv.conf parser now recognises ';' and '#' as
comments (anywhere in line, not just as the beginning).
252. [bug] resolv.conf parser mishandled masks on sortlists.
It slso aborted when an unrecognised keyword was seen,
now it silently ignores the entire line.
This commit is contained in:
parent
374606311f
commit
379bd2c19c
1 changed files with 7 additions and 0 deletions
7
CHANGES
7
CHANGES
|
|
@ -1,3 +1,10 @@
|
|||
253. [func] resolv.conf parser now recognises ';' and '#' as
|
||||
comments (anywhere in line, not just as the beginning).
|
||||
|
||||
252. [bug] resolv.conf parser mishandled masks on sortlists.
|
||||
It slso aborted when an unrecognised keyword was seen,
|
||||
now it silently ignores the entire line.
|
||||
|
||||
251. [bug] lwresd caught an assertion failure on startup.
|
||||
|
||||
250. [bug] fixed handling of size+unit when value would be too
|
||||
|
|
|
|||
Loading…
Reference in a new issue