]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #1879]
authorOndřej Surý <ondrej@isc.org>
Wed, 24 Apr 2024 12:03:50 +0000 (14:03 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 24 Apr 2024 20:49:26 +0000 (22:49 +0200)
CHANGES
bin/named/main.c
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 98cc7731ac3872eb926afcb0c68b2cbead6e12dd..11f12cf8584385380ed977a6030d0862d9456ada 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+6378.  [func]          The option to specify the number of UDP dispatches was
+                       previously removed. An attempt to use the option now prints
+                       a warning.
+                       [GL #1879]
+
 6377.  [func]          Introduce 'dnssec-ksr', a DNSSEC tool to create
                        Key Signing Requests (KSRs) and Signed Key Responses
                        (SKRs). [GL #1128]
index b828b3a2ae71dc064ecd16abaeba7e08384a24b9..6cb3392005232dd990627f9ddc1559dcdd74a647 100644 (file)
@@ -949,6 +949,7 @@ parse_command_line(int argc, char *argv[]) {
                        break;
                case 'U':
                        /* Obsolete.  No longer in use.  Ignore. */
+                       named_main_earlywarning("option '-U' has been removed");
                        break;
                case 'u':
                        named_g_username = isc_commandline_argument;
index de2101c5652766feefbba6627b70317d4cfc1598..2f71c587d21e76b5cbae85444fafd03b3ba2c541 100644 (file)
@@ -29,7 +29,8 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- The ``named`` command line option ``-U <n>``, which specified the number of UDP dispatches,
+  has been removed. Using it now prints a warning.  :gl:`#1879`
 
 Feature Changes
 ~~~~~~~~~~~~~~~