mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
CHANGES and release note for [GL #4046]
(cherry picked from commit dfc8efc467)
This commit is contained in:
parent
248f765e73
commit
5c4a56a9de
2 changed files with 8 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
6164. [bug] Set the rndc idle read timeout back to 60 seconds,
|
||||
from the netmgr default of 30 seconds, in order to
|
||||
match the behavior of 9.16 and earlier. [GL #4046]
|
||||
|
||||
6161. [bug] Fix log file rotation when using absolute path as
|
||||
file. [GL #3991]
|
||||
|
||||
|
|
|
|||
|
|
@ -49,6 +49,10 @@ Bug Fixes
|
|||
logging :any:`channel` configured an absolute path as ``file`` destination.
|
||||
This has now been fixed. :gl:`#3991`.
|
||||
|
||||
- The read timeout in ``rndc`` is now 60 seconds, matching the behavior
|
||||
in BIND 9.16 and earlier. It had previously been lowered to 30 seconds
|
||||
by mistake. :gl:`#4046`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue