]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.8.3 12620/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 3 Mar 2023 13:10:54 +0000 (14:10 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Mar 2023 08:20:01 +0000 (09:20 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.8.rst

index 1db9077474c633b4b622075c752e6d12d875fd8f..629aed92f76a1f81bfe8cc8aac1c8dc70932437f 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023022302 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -312,9 +312,9 @@ recursor-4.5.6.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.5.7.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
 recursor-4.5.8.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.5.9.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
-recursor-4.5.10.security-status                         60 IN TXT "1 OK"
-recursor-4.5.11.security-status                         60 IN TXT "1 OK"
-recursor-4.5.12.security-status                         60 IN TXT "1 OK"
+recursor-4.5.10.security-status                         60 IN TXT "2 Unsupported release (EOL)"
+recursor-4.5.11.security-status                         60 IN TXT "2 Unsupported release (EOL)"
+recursor-4.5.12.security-status                         60 IN TXT "2 Unsupported release (EOL)"
 recursor-4.6.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.6.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.6.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -341,6 +341,7 @@ recursor-4.8.0-rc1.security-status                      60 IN TXT "3 Unsupported
 recursor-4.8.0.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-01.html"
 recursor-4.8.1.security-status                          60 IN TXT "1 OK"
 recursor-4.8.2.security-status                          60 IN TXT "1 OK"
+recursor-4.8.3.security-status                          60 IN TXT "1 OK"
 
 ; 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 0b2c98cc9ca1ed42db5657af36bcaf942322231b..1bbf0623bf8160a8958faa9f6ff5b6ef79334b3a 100644 (file)
@@ -1,6 +1,42 @@
 Changelogs for 4.8.X
 ====================
 
+.. changelog::
+  :version: 4.8.3
+  :released: 7th of March 2023
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12613
+    :tickets: 12595, 12610, 12611
+
+    Fix serve-stale logic to not cause intermittent high CPU load by:
+
+    - correcting the removal of a negative cache entry,
+    - correcting the serve-stale main loop with respect to exception handling and
+    - correctly handle negcache entries with serve-state status.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12609
+    :tickets: 12598
+
+    Update validation state after a missing negative indication.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12608
+    :tickets: 12495
+
+    Change a few logging urgency levels
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12607
+    :tickets: 12347
+
+    Use correct name for isEntryUsable(). Existing code used the right logic but wrong name.
+
 .. changelog::
   :version: 4.8.2
   :released: 31th of January 2023