]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for 4.5.9 and 4.6.2 releases 11483/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 7 Mar 2022 08:52:33 +0000 (09:52 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 29 Mar 2022 07:56:19 +0000 (09:56 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.5.rst
pdns/recursordist/docs/changelog/4.6.rst
pdns/recursordist/docs/upgrade.rst

index e39fb2a106eeee58bf0a8046cb2b253b47df742e..64262c370ea9e090055ce7e483f2088446542752 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022032508 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022040400 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -301,6 +301,7 @@ recursor-4.5.5.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.5.6.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
 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 "1 OK"
+recursor-4.5.9.security-status                          60 IN TXT "1 OK"
 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)"
@@ -308,6 +309,7 @@ recursor-4.6.0-beta2.security-status                    60 IN TXT "3 Unsupported
 recursor-4.6.0-rc1.security-status                      60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.6.0.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
 recursor-4.6.1.security-status                          60 IN TXT "1 OK"
+recursor-4.6.2.security-status                          60 IN TXT "1 OK"
 recursor-4.7.0-alpha1.security-status                   60 IN TXT "1 Unsupported pre-release (known vulnerabilities)"
 
 ; Recursor Debian
index 2041f8ad48de9074c469b66f50e2cb3f85557519..5eaece4a2ee513d160a66d02a6295927716061d1 100644 (file)
@@ -1,6 +1,31 @@
 Changelogs for 4.5.X
 ====================
 
+.. changelog::
+  :version: 4.5.9
+  :released: 4th of April 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11419
+    :tickets: 11371
+
+    Be more careful using refresh mode only for the record asked.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11384
+    :tickets: 11300
+
+    Use the Lua context stored in SyncRes when calling hooks.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11024
+    :tickets: 10994, 11010
+
+    Do cache negative results, even when wasVariable() is true.
+
 .. changelog::
   :version: 4.5.8
   :released: 25th of March 2022
index 0cdfc59a6622226cb96f5360fcb2bcadc1484b82..767d889e6501e3c54bdf997d67acfdc81c38eb89 100644 (file)
@@ -1,5 +1,91 @@
 Changelogs for 4.6.X
 ====================
+.. changelog::
+  :version: 4.6.2
+  :released: 4th of April 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11418
+    :tickets: 11371
+
+    Be more careful using refresh mode only for the record asked.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11380
+    :tickets: 11300
+
+    Use the Lua context stored in SyncRes when calling hooks.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11363
+    :tickets: 11338
+
+    QType ADDR is supposed to be used internally only.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11362
+    :tickets: 11327
+
+    If we get NODATA on an AAAA in followCNAMERecords, try native dns64.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11360
+    :tickets: 11283
+
+    Allow disabling of processing the root hints.
+
+  .. change::
+    :tags:  Improvements
+    :pullreq: 11361
+    :tickets: 11288
+
+    Log an error if pdns.DROP is used as rcode in Lua callbacks.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11359
+    :tickets: 11257
+
+    Initialize isNew before calling a exception throwing function.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11358
+    :tickets: 11245
+
+    A CNAME answer on DS query should abort DS retrieval.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11357
+    :tickets: 11225
+
+    Reject non-apex NSEC(3)s that have both the NS and SOA bits set.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11260
+
+    Fix build with OpenSSL 3.0.0.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11170
+    :tickets: 11137
+
+    Shorter thread names.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11169
+    :tickets: 11109
+
+    Two more features to print (DoT and scrypt).
 
 .. changelog::
   :version: 4.6.1
index 281efe35e448962e7d3cd6a23caa919cdef45e42..30e14b4056c02acc4790c5cae507234417668181 100644 (file)
@@ -4,7 +4,7 @@ Upgrade Guide
 Before upgrading, it is advised to read the :doc:`changelog/index`.
 When upgrading several versions, please read **all** notes applying to the upgrade.
 
-4.6.x to master
+4.6.2 to master
 ---------------
 
 Zone to Cache Changes
@@ -22,11 +22,14 @@ New settings
 ^^^^^^^^^^^^
 - The :ref:`setting-save-parent-ns-set` setting has been introduced, enabling fallback cases if the parent ``NS`` set contains names not in the child ``NS`` set.
 
+4.6.1 to 4.6.2
+--------------
+
 Deprecated and changed settings
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 -  The :ref:`setting-hint-file` gained a special value ``no`` to indicate that no hint file should not processed. The hint processing code is also made less verbose.
 
-4.5.x to 4.6.0
+4.5.x to 4.6.1
 --------------
 
 Offensive language