]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for #1976
authorMichał Kępień <michal@isc.org>
Thu, 6 Aug 2020 07:19:25 +0000 (09:19 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 6 Aug 2020 07:19:25 +0000 (09:19 +0200)
doc/notes/notes-current.rst

index 32f12144c01c9e9656cfd3d63df08dc9775f5104..8e4efad5942395dda20991b3220c6017da0364c0 100644 (file)
@@ -114,3 +114,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]