From 17a9cf044ad1713ac03bb5ce18be66e18f126258 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 10 Jan 2006 23:17:56 +0000 Subject: [PATCH] note ttl changes --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index cfe22b25..008f85ae 100644 --- a/README +++ b/README @@ -72,7 +72,14 @@ Bugs fixed since 1.3.5: The floating-point version of latitude and longitude in LOC RRs (float_latitude and float_longitude) had incorrect signs for south latitudes and west longitudes. - + + BIND 8 TTL syntax is now accept in all ttl-like places (i.e. + SOA fields refresh, retry, expire, and minimum; SIG/RRSIG + field original_ttl). + + TTLs are now bounds checked when their text form is parsed, + and their values must be in the closed interval [0, 2^31 - 1]. + New since 1.3.4: In the resolver, if time goes backward a little bit, ignore -- 2.47.3