From 16ea60d0dbbaf1206f4800cb16744ef568fd7be8 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Fri, 22 Sep 2000 17:15:48 +0000 Subject: [PATCH] 486. [bug] nslookup: "set all" and "server" commands showed the incorrect port number if a port other than 53 was specified. [RT #352] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f76b595170..6e90401c24 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + 486. [bug] nslookup: "set all" and "server" commands showed + the incorrect port number if a port other than 53 + was specified. [RT #352] + 485. [func] When dig had more than one server to query, it would send all of the messages at the same time. Add rate limiting of the transmitted messages.