]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.9.2: docs+secpoll 14729/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Sep 2024 10:51:06 +0000 (12:51 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Sep 2024 10:59:14 +0000 (12:59 +0200)
.github/actions/spell-check/expect.txt
docs/changelog/4.9.rst
docs/secpoll.zone

index bfd1ef6d5fbc12673eccddcd2785158b9d72db7f..c2d2678fb247f9acc014d602508ab0b443214a16 100644 (file)
@@ -17,6 +17,7 @@ afsdb
 AFYER
 agentx
 agentxperms
+Aguiar
 ahupowerdns
 Aips
 Aki
@@ -1238,6 +1239,7 @@ rwlock
 rytis
 Sakaguchi
 saltsa
+Samir
 sandboxing
 Sangwhan
 Saunalahti
index 44ed62d090efa6fb7c863812eca2db5981661496..920522f3bb86f6823c47d5c1e7b6f8d681b3a22b 100644 (file)
@@ -1,6 +1,98 @@
 Changelogs for 4.9.x
 ====================
 
+.. changelog::
+  :version: 4.9.2
+  :released: 1st of October 2024
+
+  This is release 4.9.2 of the Authoritative Server.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14711
+
+    pdnsutil check-zone: make LUA records optional
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14710
+
+    Yahttp router: appease coverity regarding unsigned underflow in match()
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14708
+
+    json11: add include for cstdint
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14709
+
+    Fix build with boost 1.86.0
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14675
+
+    API: when querying with rrset_name, respect it for comments too
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14707
+
+    more and better thread names
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14712
+
+    provide dns packet when doing lookup for presigned signatures
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14706
+
+    webserver.cc: try to pass exception text with 500 errors
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14603
+
+    ssqlite3: use "begin immediate" to avoid later fights over upgrading to write
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14526
+
+    fix domain ordering in catalog SQL query
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14403
+
+    switch el7 builds to Oracle Linux 7
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14405
+
+    dns.cc: use ``pdns::views::UnsignedCharView``
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14303
+
+    geoipbackend: link C++ filesystem lib if necessary
+
+  .. change::
+    :tags: New Features
+    :pullreq: 14245
+
+    auth web: make request/response timeout configurable (Samir Aguiar)
+
 .. changelog::
   :version: 4.9.1
   :released: 28th of May 2024
index 2f36a583b29a6d02db75f126b36dd1a7e5a503f4..f305862d2484af7f057eb2f661496955a6ce407e 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024092001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024100101 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -129,6 +129,7 @@ auth-4.9.0-alpha1.security-status                       60 IN TXT "2 Unsupported
 auth-4.9.0-beta2.security-status                        60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.9.0.security-status                              60 IN TXT "1 OK"
 auth-4.9.1.security-status                              60 IN TXT "1 OK"
+auth-4.9.2.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/"