]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.8.0-beta2 12174/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 4 Nov 2022 13:42:01 +0000 (14:42 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 7 Nov 2022 07:45:38 +0000 (08:45 +0100)
.github/actions/spell-check/expect.txt
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.8.rst

index cd7e932a26a9ebebfb0da406c8f67c428f631130..04fd9844a2b37749ff0d7c5d6636f1f35921106e 100644 (file)
@@ -1122,7 +1122,7 @@ nostrip
 NOSUBDIR
 nosync
 Notaras
-NOTAUTH
+notauth
 NOTIFYs
 NOTPARALLEL
 notrack
index 6e937ea2a93eb15e8a562a3794ec2ddcecc33364..9a1851e42b2c5f7f90159705428d75fe5689656e 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022110201 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022110701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -329,7 +329,8 @@ recursor-4.7.1.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.7.2.security-status                          60 IN TXT "1 OK"
 recursor-4.7.3.security-status                          60 IN TXT "1 OK"
 recursor-4.8.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release"
-recursor-4.8.0-beta1.security-status                    60 IN TXT "1 Unsupported pre-release"
+recursor-4.8.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release"
+recursor-4.8.0-beta2.security-status                    60 IN TXT "1 Unsupported pre-release"
 
 ; Recursor Debian
 recursor-3.6.2-2.debian.security-status                 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/"
index cba8dcc1000c805963d66c394871a8d125cb5a0b..e2d9a97ea405c20abdb58242ef3951070e46f8a3 100644 (file)
@@ -1,6 +1,59 @@
 Changelogs for 4.8.X
 ====================
 
+.. changelog::
+  :version: 4.8.0-beta2
+  :released: 7th of November 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12163
+    :tickets: 12155
+
+    Fix SNMP OID numbers for rcode stats.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12162
+    :tickets: 12122
+
+    Implement output operator for QTypes, avoids numeric qtypes in trace logs.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12161
+    :tickets: 12125
+
+    Handle IXFR connect and transfer timeouts.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12146
+    :tickets: 12063
+
+    Only replace protobuf logger config objects if the reload changed them.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12150
+    :tickets: 12140
+
+    Be more lenient replacing auth by non-auth records in cache.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12145
+    :tickets: 12081
+
+    Log invalid RPZ content when obtained via IXFR.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12147
+    :tickets: 12066
+
+    Detect invalid bytes in makeBytesFromHex().
+
 .. changelog::
   :version: 4.8.0-beta1
   :released: 5th of October 2022