]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release notes for [GL #4012]
authorEvan Hunt <each@isc.org>
Fri, 14 Apr 2023 20:03:27 +0000 (13:03 -0700)
committerEvan Hunt <each@isc.org>
Tue, 30 May 2023 22:36:15 +0000 (15:36 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 52b4cf5e4e144598ab63237957518da8e8954af6..5d20dbea66ea418612bb4b43deb3e00f7a3bb13f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+6184.  [func]          Special-case code that was added to allow GSS-TSIG
+                       to work around bugs in the Windows 2000 version of
+                       Active Directory has been removed. The 'nsupdate -o'
+                       option and 'oldgsstsig' command have been
+                       deprecated, and are now treated as synonyms for
+                       'nsupdate -g' and 'gsstsig' respectively. [GL #4012]
+
 6183.  [bug]           Fix a serve-stale bug where a delegation from cache
                        could be returned to the client. [GL #3950]
 
index b5ba7b17e7c2eb0aeb78e2e508a09ccd86e06dde..1e3c2e00e9fd70ceadbd9d9eea3fb933f1da43d2 100644 (file)
@@ -37,7 +37,12 @@ New Features
 Removed Features
 ~~~~~~~~~~~~~~~~
 
-- None.
+- Special-case code that was originally added to allow GSS-TSIG to work
+  around bugs in the Windows 2000 version of Active Directory has now
+  been removed since Windows 2000 is long past end-of-life.
+  The ``nsupdate -o`` option and the ``oldgsstsig`` command to ``nsupdate``
+  have been deprecated, and are now treated as synonyms for ``nsupdate -g``
+  and ``gsstsig`` respectively. :gl:`#4012`
 
 Feature Changes
 ~~~~~~~~~~~~~~~