From 6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 15 Sep 2000 20:52:52 +0000 Subject: [PATCH] 462. [bug] --disable-ipv6 should work now. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 609c35f977..6b198ded34 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 462. [bug] --disable-ipv6 should work now. + 461. [bug] Specifying an unknown key in the "keys" clause of the "controls" statement caused a NULL pointer dereference. [RT #316]