]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note for [GL !6517]
authorTony Finch <fanf@isc.org>
Thu, 30 Jun 2022 16:19:54 +0000 (17:19 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 17 Oct 2022 06:45:44 +0000 (08:45 +0200)
[performance] A new algorithm for DNS name compression based on a
hash set of message offsets. Name compression is now
more complete as well as being generally faster, and
the implementation is less complicated and requires
much less memory.

CHANGES

diff --git a/CHANGES b/CHANGES
index a8b6a2c6bdd90ac75cda5aedfc1a269b1cd42ee4..009e0ce6c83580e6819b6ff38630cec1dc367a9b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5995.  [performance]   A new algorithm for DNS name compression based on a
+                       hash set of message offsets. Name compression is now
+                       more complete as well as being generally faster, and
+                       the implementation is less complicated and requires
+                       much less memory. [GL !6517]
+
 5994.  [func]          Refactor the isc_httpd implementation used in the
                        statistics channel. [GL !6879]