]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4391]
authorOndřej Surý <ondrej@isc.org>
Thu, 26 Oct 2023 10:00:32 +0000 (12:00 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 26 Oct 2023 20:43:03 +0000 (22:43 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 7ab6f6b1df68135960f472a913ea6ad5533c287a..2ad34ec4bf8a950eb9c72c4f205220f082c87a59 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6276.  [cleanup]       Remove both lock-file configuration option and the
+                       -X argument to named. [GL #4391]
+
 6275.  [bug]           Fix assertion failure when using lock-file configuration
                        option together -X argument to named. [GL #4386]
 
index 5fd0f69c05d8d85c079b6516ba9902c384f223af..d3acabc1b49120a9b9d368851963c6165c892597 100644 (file)
@@ -43,6 +43,15 @@ Removed Features
   The support for control channel over Unix Domain Sockets has been
   non-functional since BIND 9.18
 
+- Support for specifying ``lock-file`` via configuration and via the
+  :option:`named -X` command line option has been removed. An external process
+  supervisor should be used instead.  :gl:`#4391`
+
+  Alternatively :program:`flock` can be used to achieve the same effect as the
+  removed configuration/argument:
+
+    flock -n -x <dir>/named.lock <path>/named <args>
+
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -61,13 +70,6 @@ Bug Fixes
   DNSSEC records, it was scheduled to be resigning. This unwanted behavior
   has been fixed. :gl:`#4350`
 
-- The :any:`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`
-
-- 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
 ~~~~~~~~~~~~