Add release note for #1976

This commit is contained in:
Michał Kępień
2020-08-06 09:19:25 +02:00
parent 123ce55a4a
commit 4b309940ba

View 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]