From 375f19cfb2f9cf5a9efbc65b557a8ce865de85c2 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Mon, 24 Jul 2000 18:06:35 +0000 Subject: [PATCH] 345. [bug] Large-scale changes/cleanups to dig: * Significantly improve structure handling * Don't pre-load entire batch files * Add name/rr counting/limiting * Fix SIGINT handling * Shorten timeouts to match v8's behavior --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index e92adf5038..9513b9e2ed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ + 345. [bug] Large-scale changes/cleanups to dig: + * Significantly improve structure handling + * Don't pre-load entire batch files + * Add name/rr counting/limiting + * Fix SIGINT handling + * Shorten timeouts to match v8's behavior 344. [bug] When shutting down, lwresd sometimes tried to shut down its client tasks twice,