+ --- 9.17.0 released ---
+
5366. [bug] Fix a race condition with the keymgr when the same
zone plus dnssec-policy is configured in multiple
views. [GL #1653]
5365. [bug] Algorithm rollover was stuck on submitting DS
because keymgr thought it would move to an invalid
- state. Fixed by when checking the current key,
- check it against the desired state, not the existing
- state. [GL #1626]
+ state. Fixed by checking the current key against
+ the desired state, not the existing state. [GL #1626]
5364. [bug] Algorithm rollover waited too long before introducing
zone signatures. It waited to make sure all signatures
- were resigned, but when introducing a new algorithm,
- all signatures are resigned immediately. Only
+ were regenerated, but when introducing a new algorithm,
+ all signatures are regenerated immediately. Only
add the sign delay if there is a predecessor key.
[GL #1625]
5357. [bug] Newly added RRSIG records with expiry times before
the previous earliest expiry times might not be
- re-signed in time. The was a side effect of 5315.
+ re-signed in time. This was a side effect of 5315.
+ [GL !3137]
5356. [func] Update dnssec-policy configuration statements:
- Rename "zone-max-ttl" dnssec-policy option to
### <a name="features"/> BIND 9.17 features
BIND 9.17 is the newest development branch of BIND 9. It includes a
-number of changes from BIND 9.16 and earlier releases.
+number of changes from BIND 9.16 and earlier releases. New features include:
+
+* New option "max-ixfr-ratio" to limit the size of outgoing IXFR responses
+ before falling back to full zone transfers.
+* "rndc nta -d" and "rndc secroots" now include "validate-except" entries
+ when listing negative trust anchors.
### <a name="build"/> Building BIND