]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
document the breaking change in zonefile parsing for the release notes. 5094/head
authorbert hubert <bert.hubert@powerdns.com>
Fri, 3 Mar 2017 12:52:08 +0000 (13:52 +0100)
committerbert hubert <bert.hubert@powerdns.com>
Fri, 3 Mar 2017 12:55:52 +0000 (13:55 +0100)
docs/markdown/changelog.raw.md

index a8dc2bdd3aaef545ea84e3abdcfca5b47a0f6da9..bd56a9326b203b9875013b1de8314c5e1add85f5 100644 (file)
@@ -1,5 +1,21 @@
 **Note**: Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately.
 
+<!--
+# PowerDNS Authoritative Server 4.1.0
+Unreleased
+
+Note: this released includes a change in the BIND zonefile parser which
+affects TTLs for records that did not have an explicit TTL.  With this
+change, we are compliant with RFC2308, but your existing zone files may now
+be interpreted differently.
+
+Specifically, where we previously used the SOA minimum field for the default
+TTL if none was set explictly, or no $TTL was set, we now use the TTL from
+the previous line.
+
+- [#5094](https://github.com/PowerDNS/pdns/pull/5094): make our zone parser adhere to RFC2308 wrt implicit TTLs and add test
+-->
+
 # PowerDNS Authoritative Server 4.0.3
 Released January 17th 2016