]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, README, release note
authorEvan Hunt <each@isc.org>
Wed, 6 Nov 2019 01:52:03 +0000 (17:52 -0800)
committerEvan Hunt <each@isc.org>
Thu, 7 Nov 2019 20:42:14 +0000 (12:42 -0800)
CHANGES
README.md
doc/arm/notes-feature-changes.xml

diff --git a/CHANGES b/CHANGES
index 128da21376fe26bbd2dd021ae6aca6063d4dd92f..49802fcf803bb17b510daa53e9f71f3ae8a43b7a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
                        named.conf to implement a key and signing policy
                        (KASP) for zones. When this option is in use,
index 9bd13231c7c7d1441fd06e2bde5062bafde9381e..8d371e40c365c93b056ff11e1b00d57d3d688de6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -129,8 +129,9 @@ include:
 
 * New "dnssec-policy" statement to configure a key and signing policy
   for zones, enabling automatic key regeneration and rollover.
+* A new network manager based on libuv.
 * 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`.
 
 ### <a name="build"/> Building BIND
index f5ae078e88e920a99dba222d3b62a86e91fd8f60..f88b499fda390eb087098cfe1733e1d1b2138703 100644 (file)
 
 <section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
   <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>
       <para>
         <command>named</command> will now log a warning if