From 702a69f04a89422968ef8fc6fc271fac058e03ef Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 24 Jan 2001 02:49:59 +0000 Subject: [PATCH] 709. [bug] ANY or SIG queries for data with a TTL of 0 would return SERVFAIL. [RT #620] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 19ca0bdbfb..c79de7e5c4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ + 709. [bug] ANY or SIG queries for data with a TTL of 0 + would return SERVFAIL. [RT #620] + 708. [bug] When building with --with-openssl, the openssl headers included should not be used. [RT #702]