mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 19:52:50 -04:00
Add CHANGES and release note for [GL #4386]
This commit is contained in:
parent
4f68def5e9
commit
8294a43acf
2 changed files with 6 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
6275. [bug] Fix assertion failure when using lock-file configuration
|
||||
option together -X argument to named. [GL #4386]
|
||||
|
||||
6274. [bug] The 'lock-file' file was being removed when it
|
||||
shouldn't have been making it ineffective if named was
|
||||
started 3 or more times. [GL #4387]
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@ Bug Fixes
|
|||
have been making it ineffective if named was started 3 or more
|
||||
times. :gl:`#4387`
|
||||
|
||||
- When :any:`lock-file` was used at the same time as :option:`named -X`, the
|
||||
assertion failure would be triggered. This has been fixed. :gl:`#4386`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue