]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing CHANGES notes from v9_16 branch
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Apr 2020 13:07:56 +0000 (15:07 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Apr 2020 13:11:07 +0000 (15:11 +0200)
(cherry picked from commit 2ef114951972089158f0fdaf86a68f6be6157b1d)

CHANGES

diff --git a/CHANGES b/CHANGES
index d04fecfd15de3b58d476b4a3a079cfbfca47cd45..5ca5716f01c59abeaf98b38a574ba5a333128822 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+5384.  [bug]           Deactivate the handle before sending the async close
+                       callback. [GL #1700]
+
+5383.  [func]          Add a quota attach function with a callback, cleanup
+                       the isc_quota API. [GL !3280]
+
+5382.  [bug]           Use clock_gettime() instead of gettimeofday() for
+                       isc_stdtime() function. [GL #1679]
+
+5381.  [bug]           Fix logging API data race by adding rwlock and cache
+                       the logging levels in stdatomic variables to restore
+                       the performance to original levels. [GL #1675, #1717]
+
 5380.  [contrib]       Fix building the MySQL DLZ modules against MySQL 8
                        libraries. [GL #1678]