mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 08:32:04 -04:00
CHANGES and release note for part 2 of [GL #4046]
This commit is contained in:
parent
922a390852
commit
0ee38f905f
2 changed files with 10 additions and 0 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,3 +1,9 @@
|
|||
6170. [func] The 'rndc -t' option allows a timeout to be set in
|
||||
seconds, so that commands that take a long time to
|
||||
complete (e.g., reloading a very large configuration)
|
||||
can be given time to do so. The default is 60
|
||||
seconds. [GL #4046]
|
||||
|
||||
6169. [bug] named could crash when deleting inline-signing zones
|
||||
with "rndc delzone". [GL #4054]
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ New Features
|
|||
allows you to enable or disable the publication of CDNSKEY records.
|
||||
:gl:`#4050`
|
||||
|
||||
- The read timeout in ``rndc`` can now be specified on the command line
|
||||
using the ``-t`` option, allowing commands that take a long time to
|
||||
complete sufficient time to do so. :gl:`#4046`
|
||||
|
||||
Removed Features
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue