diff options
| -rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
