From 379bd2c19cec393f56a2e9c42cc87fc8213a1b62 Mon Sep 17 00:00:00 2001 From: James Brister Date: Wed, 14 Jun 2000 19:07:11 +0000 Subject: [PATCH] 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. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index d2b267f3c5..84c28fe4a0 100644 --- a/CHANGES +++ b/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