Add CHANGES and release note for [GL #4386]

This commit is contained in:
Ondřej Surý
2023-10-26 10:59:53 +02:00
parent 4f68def5e9
commit 8294a43acf
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -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
~~~~~~~~~~~~