2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

[master] update README

This commit is contained in:
Evan Hunt 2016-04-28 00:28:23 -07:00
parent f6096b958c
commit aa5506eda8
2 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,12 @@
4349. [contrib] kasp2policy: A python script to create a DNSSEC 4349. [contrib] kasp2policy: A python script to create a DNSSEC
policy file from an OpenDNSSEC KASP XML file. policy file from an OpenDNSSEC KASP XML file.
4348. [func] dnssec-keymgr: A new python-based DNSSEC key 4348. [func] dnssec-keymgr: A new python-based DNSSEC key
management utility, which reads a policy definition management utility, which reads a policy definition
file and can create or update DNSSEC keys as needed file and can create or update DNSSEC keys as needed
to ensure that a zone's keys match policy, roll over to ensure that a zone's keys match policy, roll over
correctly on schedule, etc. Thanks to Sebastian correctly on schedule, etc. Thanks to Sebastian
Castro for assistance in development. [RT #39211] Castro for assistance in development. [RT #39211]
4347. [port] Corrected a build error on x86_64 Solaris. [RT #42150] 4347. [port] Corrected a build error on x86_64 Solaris. [RT #42150]

3
README
View File

@ -76,6 +76,9 @@ BIND 9.11.0
Unlike "fetches-per-server", this value is not self-tuning.) Unlike "fetches-per-server", this value is not self-tuning.)
+ New stats counters have been added to count + New stats counters have been added to count
queries spilled due to these quotas. queries spilled due to these quotas.
- Added a new "dnssec-keymgr" key mainenance utility, which can
generate or update keys as needed to ensure that a zone's
keys match a defined DNSSEC policy.
- The experimental "SIT" feature in BIND 9.10 has been renamed - The experimental "SIT" feature in BIND 9.10 has been renamed
"COOKIE" and is no longer optional. EDNS COOKIE is a mechanism "COOKIE" and is no longer optional. EDNS COOKIE is a mechanism
enabling clients to detect off-path spoofed responses, and enabling clients to detect off-path spoofed responses, and