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

CHANGES, release note

This commit is contained in:
Evan Hunt
2019-11-06 21:23:07 -08:00
parent 692c879e3c
commit 11cd9d86e4
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5318. [cleanup] The DNSSEC validation code has been refactored
for clarity and to reduce code duplication.
[GL #622]
5317. [func] A new asynchronous network communications system 5317. [func] A new asynchronous network communications system
based on libuv is now used for listening for based on libuv is now used for listening for
incoming requests and responding to them. (The incoming requests and responding to them. (The

View File

@@ -46,6 +46,12 @@
in the future releases. [GL #1265] in the future releases. [GL #1265]
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The DNSSEC validation code has been refactored for clarity and to
reduce code duplication. [GL #622]
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>