]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Mon, 11 Jan 2021 14:20:36 +0000 (15:20 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Jan 2021 08:38:24 +0000 (09:38 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index b3766c416466e5972d0ac89520e38985f08d07d1..9bb92f29b770b99306a3b9ad2fa9e3c2256372cd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,12 @@
                        enabling support for libmaxminddb was not working
                        correctly. This has been fixed. [GL #2366]
 
-5557.  [bug]           Prevent rbtdb instances being destroyed by multiple
-                       threads at the same time. [GL #2355]
+5557.  [bug]           Prevent RBTDB instances from being destroyed by multiple
+                       threads at the same time. [GL #2317]
 
-5548.  [bug]           When BIND 9 was compiled with --disable-threads and
-                       --with-epoll, it was possible to trigger an assertion
-                       failure due to a double lock. [GL !4454]
+5548.  [bug]           named exited with an assertion failure upon startup when
+                       compiled with --disable-threads and --with-epoll.
+                       [GL !4454]
 
 5547.  [bug]           BIND 9 failed to build with --disable-threads and
                        --with-geoip2. [GL #2324]