]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth 4.9.0-beta2: docs&secpoll 13804/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 16 Feb 2024 09:23:14 +0000 (10:23 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 16 Feb 2024 14:44:37 +0000 (15:44 +0100)
.github/actions/spell-check/expect.txt
docs/changelog/4.9.rst
docs/secpoll.zone

index 8a8f9ede0f43aaa052f9e8c1ec1d553d91845742..addd80d075d1b4e3f9075765ca3c4eefa8f1c479 100644 (file)
@@ -1089,6 +1089,7 @@ querycount
 querytime
 qytpe
 ragel
+Rak
 randombackend
 randombit
 randombytes
@@ -1254,6 +1255,7 @@ slapindex
 slaveness
 SLES
 smartcard
+Smeenk
 smellyspice
 smimea
 smn
index 7b546ca6d2e86cf6c39972fbc80ec7a5f5d514fa..f775f338669987ff54595e40a93ddcb05a42f610 100644 (file)
@@ -1,6 +1,119 @@
 Changelogs for 4.9.x
 ====================
 
+.. changelog::
+  :version: 4.9.0-beta2
+  :released: 16th of February 2024
+
+  This is release 4.9.0-beta2 of the Authoritative Server.
+
+  Please review the :doc:`Upgrade Notes <../upgrading>` before upgrading from versions < 4.9.x.
+
+  4.9 contains improvements to the API, ALIAS handling, catalog zones, and some tool improvements.
+  It also contains various bug fixes and smaller improvements, please see the list below.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13803
+
+    lmdb: remove mapasync mode, it was always a lie
+
+  .. change::
+    :tags: New Features
+    :pullreq: 13753
+
+    ixfrdist: add support for outgoing notify
+
+  .. change::
+    :tags: New Features
+    :pullreq: 13752
+
+    LUA records, pickchashed function
+
+  .. change::
+    :tags: New Features
+    :pullreq: 13391
+
+    Add Lua function to pick records via name hash (Brian Rak)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 12359
+
+    LUA records: add dblookup function
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13743
+
+    API: reject priority element in record
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13724
+
+    dnsname: Optimize parsing of uncompressed labels
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13738
+
+    debian: adjust option names in shipped configs
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13110
+
+    Log port with all freshness check failure scenarios. (Sander Smeenk)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13723
+
+    DNSName: correct len and offset types
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13725
+
+    fix tinydnsbackend compilation issue
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13729
+
+    getAllDomains catalog: avoid useless copy
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 13722
+
+    LUA createForward: allow non-hex word prefix
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13633
+
+    set catalog in gsql getAllDomains
+
+  .. change::
+    :tags: New Features
+    :pullreq: 13649
+
+    add a configurable delay for notifications
+
+  .. change::
+    :tags: New Features
+    :pullreq: 13481
+
+    Add and document a `localwho()` function for LUA records (Bert Hubert)
+
+.. changelog::
+  :version: 4.9.0-beta1
+  :released: not released
+
+  This version number was skipped.
+
 .. changelog::
   :version: 4.9.0-alpha1
   :released: 12th of January 2024
index 3364a5d79fc1538647160dc3be819634bbdf481d..50ae02b78c1aea0b6bdd95a1c5bbad92039829a6 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024021600 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024021601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -125,7 +125,8 @@ auth-4.8.1.security-status                              60 IN TXT "1 OK"
 auth-4.8.2.security-status                              60 IN TXT "1 OK"
 auth-4.8.3.security-status                              60 IN TXT "1 OK"
 auth-4.8.4.security-status                              60 IN TXT "1 OK"
-auth-4.9.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)"
+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 "1 Unsupported pre-release (no known vulnerabilities)"
 
 ; 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/"