]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth 4.8.1: docs & secpoll 13002/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 7 Jul 2023 12:32:33 +0000 (14:32 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 7 Jul 2023 12:32:33 +0000 (14:32 +0200)
docs/changelog/4.8.rst
docs/secpoll.zone

index cd4af69a0bee913a6013dcd60c46d00307586369..0de0c699f3d42d01ced25109956694865af7803b 100644 (file)
@@ -1,6 +1,44 @@
 Changelogs for 4.8.x
 ====================
 
+.. changelog::
+  :version: 4.8.1
+  :released: 7th of July 2023
+
+  This is release 4.8.1 of the Authoritative Server.
+
+  This release contains a small collection of fixes:
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12996
+
+    lmdb: in Lightning Stream mode, during deleteDomain, use RW transaction to get ID list
+
+  .. change::
+    :tags: New Features
+    :pullreq: 12997
+
+    lmdb: add backend commands for checking & refreshing indexes
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12993
+
+    Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12992
+
+    YaHTTP: Prevent integer overflow on very large chunks
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 12991
+
+    Work around Red Hat 8 pooping the bed in OpenSSL's headers
+
 .. changelog::
   :version: 4.8.0
   :released: 1st of June 2023
index 90cace64d84859e016d54a9eb401efa20d6bb5b0..368d759870e93f265f71f53d2ab382fb95996a3c 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023063001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023070701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -121,6 +121,7 @@ auth-4.7.4.security-status                              60 IN TXT "1 OK"
 auth-4.8.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.8.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.8.0.security-status                              60 IN TXT "1 OK"
+auth-4.8.1.security-status                              60 IN TXT "1 OK"
 
 ; Auth Debian
 auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"