2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

CHANGES, README, release note

This commit is contained in:
Evan Hunt 2019-11-05 17:52:03 -08:00
parent 24510a1fda
commit 129fb63db6
3 changed files with 23 additions and 1 deletions

11
CHANGES
View File

@ -1,3 +1,14 @@
5317. [func] A new asynchronous network communications system
based on libuv is now used for listening for
incoming requests and responding to them. (The
old isc_socket API remains in use for sending
iterative queries and processing responses; this
will be changed too in a later release.)
This change will make it easier to improve
performance and implement new protocol layers
(e.g., DNS over TLS) in the future. [GL #29]
5316. [func] A new "dnssec-policy" option has been added to 5316. [func] A new "dnssec-policy" option has been added to
named.conf to implement a key and signing policy named.conf to implement a key and signing policy
(KASP) for zones. When this option is in use, (KASP) for zones. When this option is in use,

View File

@ -129,8 +129,9 @@ include:
* New "dnssec-policy" statement to configure a key and signing policy * New "dnssec-policy" statement to configure a key and signing policy
for zones, enabling automatic key regeneration and rollover. for zones, enabling automatic key regeneration and rollover.
* A new network manager based on libuv.
* Support for the new GeoIP2 geolocation API * Support for the new GeoIP2 geolocation API
* Improved DNSSEC key configuration using `dnssec-keys` * Improved DNSSEC trust anchor configuration using `dnssec-keys`
* YAML output for `dig`, `mdig`, and `delv`. * YAML output for `dig`, `mdig`, and `delv`.
### <a name="build"/> Building BIND ### <a name="build"/> Building BIND

View File

@ -11,6 +11,16 @@
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info> <section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
<itemizedlist> <itemizedlist>
<listitem>
<para>
A new asynchronous network communications system based on
<command>libuv</command> is now used by <command>named</command>
for listening for incoming requests and responding to them.
This change will make it easier to improve performance and
implement new protocol layers (for example, DNS over TLS) in
the future. [GL #29]
</para>
</listitem>
<listitem> <listitem>
<para> <para>
<command>named</command> will now log a warning if <command>named</command> will now log a warning if