]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for #1976
authorMichał Kępień <michal@isc.org>
Wed, 5 Aug 2020 14:02:38 +0000 (16:02 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 5 Aug 2020 14:02:38 +0000 (16:02 +0200)
doc/notes/notes-current.rst

index 7b8d02065ebea4a78baa78d80a35d93e8f544869..c32499c42d6675e36f29680abcd7e4a851b6b301 100644 (file)
@@ -127,3 +127,6 @@ Bug Fixes
   around by setting the ``IP_FREEBIND`` option on the socket and trying
   to ``bind()`` to each IPv6 address again if the first ``bind()`` call
   for that address failed with ``EADDRNOTAVAIL``. [GL #2038]
+
+- LMDB locking code was revised to make ``rndc reconfig`` work properly
+  on FreeBSD and with LMDB >= 0.9.26. [GL #1976]