]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: nsec/nsec3 records
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 27 Mar 2025 14:51:29 +0000 (10:51 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 27 Mar 2025 14:51:29 +0000 (10:51 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/changelog/pre-4.0.rst
pdns/recursordist/docs/changelog/4.6.rst

index 903d3f1560ae1cbac7c9b3585167668b5ed14096..0f3b8365f654cf877cc64133ada46b5b0ada2e59 100644 (file)
@@ -1389,7 +1389,7 @@ Other changes
    correct bogus use of poll(2) related constants, improving non-Linux
    portability. Thanks Wouter de Jong.
 -  `commit 27ff60a <https://github.com/PowerDNS/pdns/commit/27ff60a>`__:
-   make sure our NSEC(3)s for names with spaces in them are correct.
+   make sure our NSEC/NSEC3 records for names with spaces in them are correct.
    Reported by Jimmy Bergman. Includes test.
 -  `commit 116e28a <https://github.com/PowerDNS/pdns/commit/116e28a>`__:
    reduce log level of successful gpgsql/gsqlite3 connection to Info
index 30b9bc41dc4f7bf2b5699fa9acae7146d9208f01..3629c0e265c1feb8dd96cdd2fdb7c3e2ec6ab822 100644 (file)
@@ -170,7 +170,7 @@ Changelogs for 4.6.X
     :pullreq: 11357
     :tickets: 11225
 
-    Reject non-apex NSEC(3)s that have both the NS and SOA bits set.
+    Reject non-apex NSEC/NSEC3 records that have both the NS and SOA bits set.
 
   .. change::
     :tags: Improvements
@@ -415,7 +415,7 @@ Changelogs for 4.6.X
     :tags: Improvements
     :pullreq: 10599
 
-    Be more strict when validating DS with respect to parent/child NSEC(3)s.
+    Be more strict when validating DS with respect to parent/child NSEC/NSEC3 records.
 
   .. change::
     :tags: Bug Fixes