]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.9.1: changelog&secpoll
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 24 May 2024 11:55:05 +0000 (13:55 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 24 May 2024 13:34:41 +0000 (15:34 +0200)
docs/changelog/4.9.rst
docs/secpoll.zone
docs/upgrading.rst

index 6892a17a9ef93efb2b72212d3450065f73e626f6..2f5133bee69cfd3ad1f58e5e627c6c3ae0799c43 100644 (file)
@@ -1,6 +1,80 @@
 Changelogs for 4.9.x
 ====================
 
+.. changelog::
+  :version: 4.9.1
+  :released: 28th of May 2024
+
+  This is release 4.9.1 of the Authoritative Server.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14229
+
+    YaHTTP: Enforce max # of request fields and max request line size
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14188
+
+    rpm: Change home directory to /var/lib/pdns
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14199
+
+    Fix memory leaks in the bind file format parser
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14186
+
+    dnsproxy: fix build on s390x
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14191
+
+    m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14189
+
+    pdnsutil check-zone: accept LUA A/AAAA as SVCB address targets
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14190
+
+    Properly finalize PKCS11 modules before releasing them
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14187
+
+    Wrap backend factories in smart pointers
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14058
+
+    don't crash when a catalog SOA is invalid 
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14126
+
+    (optionally) drop whitespace on join
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13929
+
+    debian: adjust option name in shipped postinst
+
 .. changelog::
   :version: 4.9.0
   :released: 15th of March 2024
index da1d61f03423830d8ba8c9110dbca60368249da3..502a67b0f29820e97f8a5cbc7f8ad0f3ee57324f 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024051501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024052801 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -128,6 +128,7 @@ auth-4.8.4.security-status                              60 IN TXT "1 OK"
 auth-4.9.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 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 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/"
index 683ac23c9bbf72ed646d4161c9a6287ad54ed94f..56d22dbe2435aacd43ee4caf17a5393459fbe00a 100644 (file)
@@ -9,7 +9,7 @@ See the `3.X <https://doc.powerdns.com/3/authoritative/upgrading/>`__
 upgrade notes if your version is older than 3.4.2.
 
 4.9.0 to 5.0.0/master
---------------
+---------------------
 
 LUA records whitespace insertion
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^