mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
CHANGES and release notes
This commit is contained in:
committed by
Ondřej Surý
parent
7ef756f639
commit
4ae2a74873
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
5420. [bug] Add missing isc_{mutex,conditional}_destroy calls
|
||||||
|
that caused a memory leak on FreeBSD. [GL #1893]
|
||||||
|
|
||||||
5419. [func] "dig +qid=<num>" sets the query ID to an arbitrary
|
5419. [func] "dig +qid=<num>" sets the query ID to an arbitrary
|
||||||
value. "configure --enable-singletrace" allows
|
value. "configure --enable-singletrace" allows
|
||||||
trace logging of a single query when QID is set to 0.
|
trace logging of a single query when QID is set to 0.
|
||||||
|
@@ -121,3 +121,6 @@ Bug Fixes
|
|||||||
- When built without LMDB support, ``named`` failed to restart after a
|
- When built without LMDB support, ``named`` failed to restart after a
|
||||||
zone with a double quote (") in its name was added with ``rndc
|
zone with a double quote (") in its name was added with ``rndc
|
||||||
addzone``. Thanks to Alberto Fernández. [GL #1695]
|
addzone``. Thanks to Alberto Fernández. [GL #1695]
|
||||||
|
|
||||||
|
- Missing mutex and conditional destruction in netmgr code leads to a
|
||||||
|
memory leak on *BSD systems. [GL #1893]
|
||||||
|
Reference in New Issue
Block a user