]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add EXCLUDED
authorMark Andrews <marka@isc.org>
Mon, 26 Jun 2017 05:45:55 +0000 (15:45 +1000)
committerMark Andrews <marka@isc.org>
Mon, 26 Jun 2017 05:45:55 +0000 (15:45 +1000)
EXCLUDED [new file with mode: 0644]

diff --git a/EXCLUDED b/EXCLUDED
new file mode 100644 (file)
index 0000000..d3111b6
--- /dev/null
+++ b/EXCLUDED
@@ -0,0 +1,18 @@
+4607.  [bug]           The memory context's malloced and maxmalloced counters
+                       were being updated without the appropriate lock being
+                       held.  [RT #44869]
+
+4605.  [performance]   Improve performance for delegation heavy answers
+                       and also general query performance. Removes the
+                       acache feature that didn't significantly improve
+                       performance. Adds a glue cache. Removes
+                       additional-from-cache and additional-from-auth
+                       features. Enables minimal-responses by
+                       default. Improves performance of compression
+                       code, owner case restoration, hash function,
+                       etc. Uses inline buffer implementation by
+                       default. Many other performance changes and fixes.
+                       [RT #44029]
+
+4556.  [bug]           Sending an EDNS Padding option using "dig
+                       +ednsopt" could cause a crash in dig. [RT #44462]