]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.6.0-alpha2
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 22 Oct 2021 08:09:41 +0000 (10:09 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 22 Oct 2021 13:42:08 +0000 (15:42 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.6.rst

index d8a4c02d8372451637e68ae16bb77282c4becfbc..bacd63d58d10211541bffc0f1397901e632b9af9 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021101901 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021102500 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -84,7 +84,8 @@ auth-4.5.0-rc1.security-status                          60 IN TXT "3 Unsupported
 auth-4.5.0-rc2.security-status                          60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 auth-4.5.0.security-status                              60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2021-01.html"
 auth-4.5.1.security-status                              60 IN TXT "1 OK"
-auth-4.6.0-alpha1.security-status                       60 IN TXT "1 OK"
+auth-4.6.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release"
+auth-4.6.0-alpha2.security-status                       60 IN TXT "1 Unsupported pre-release"
 
 ; 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 bdfa0874346fedd22d6884034f513febcc7fcf28..02c1185f6e4b0170882dc67c6e049b20e57d7c5e 100644 (file)
@@ -1,6 +1,86 @@
 Changelogs for 4.6.X
 ====================
 
+.. changelog::
+  :version: 4.6.0-alpha2
+  :released: 25th of October 2021
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10870
+
+    Use make_unique instead of new (Rosen Penev).
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10868
+
+    Get rid of make_pair (Rosen Penev).
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10646
+
+    Convert make_pair to emplace (Rosen Penev).
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10842
+
+    Correct appliedPolicyTrigger value for IP matches.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10843
+
+    NOD - use structured logging API.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10847
+
+    Sync dnsmessage.proto.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10567
+    :tickets: 7558,7420
+
+    Introduce experimental Event Trace function to more detailed view the work done by the Recursor.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10797
+    :tickets: 9135
+
+    Use packetcache-servfail-ttl for all packet cache entries considered an error reply.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10505,10794,10799
+
+    Add a periodic zones-to-cache function.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10768
+
+    Use the correct RPZ policy name when loading via XFR.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10760
+
+    Don't create file with wide permissions.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10757
+
+    Update the stats (serial, number of records, timestamp) for RPZ files.
+
+
+             
 .. changelog::
   :version: 4.6.0-alpha1
   :released: 29th of September 2021
@@ -139,3 +219,8 @@ Changelogs for 4.6.X
 
     Move to hashed passwords for the web interface.
 
+  .. change::
+    :tags: Improvements
+    :pullreq: 10491
+
+    Rec: Add bindings to set arbitrary key-value metadata in logged messages