]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2732]
authorOndřej Surý <ondrej@sury.org>
Thu, 27 May 2021 08:34:57 +0000 (10:34 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 31 May 2021 12:52:05 +0000 (14:52 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2838b49b5b6232571acb8cfc866750a4ee5ddf29..9b37ab14fee9a3da71589dac18905e7684627a0b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5651.  [func]          Refactor zone dumping to be processed asynchronously
+                       via the uv_work_t thread pool API. [GL #2732]
+
 5650.  [bug]           Prevent a crash that could occur if serve-stale
                        was enabled and a prefetch was triggered during a
                        query restart. [GL #2733]
index 04f1e8db86ef354350b1c511d942cfb69882fa5a..4694b063b538d9791155e90779231b7360e06fa4 100644 (file)
@@ -33,6 +33,9 @@ New Features
   became clogged up with queries that are too old and have already timeouted
   on the receiving side. :gl:`#2313`
 
+- Run zone dumping tasks on separate asynchronous thread pools.  This change
+  makes zone dumping no longer block networking I/O. :gl:`#2732`
+
 Removed Features
 ~~~~~~~~~~~~~~~~