]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.4.0-beta1 release 9425/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 31 Aug 2020 08:44:23 +0000 (10:44 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 31 Aug 2020 09:47:10 +0000 (11:47 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst

index f933370da766d34c2f9c658a2ed47ee64c099bb2..6bff07d749686a672b274faccf20fa7b3787be0e 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020073001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020083101 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -225,7 +225,8 @@ recursor-4.3.1.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.3.2.security-status                          60 IN TXT "1 OK"
 recursor-4.3.3.security-status                          60 IN TXT "1 OK"
 recursor-4.4.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
-recursor-4.4.0-alpha2.security-status                   60 IN TXT "1 OK"
+recursor-4.4.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
+recursor-4.4.0-beta1.security-status                    60 IN TXT "1 OK"
 
 ; Recursor Debian
 recursor-3.6.2-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-2016-02/"
index 67ab2d20c034da028121ccc515ea6c6042498451..66c65dd1d28af0e57fd78d8ddcdea958ee414f8f 100644 (file)
@@ -1,5 +1,84 @@
 Changelogs for 4.4.x
 ====================
+.. changelog::
+  :version: 4.4.0-beta1
+  :released: 31st of August 2020
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9376
+
+    Store RPZ trigger and hit in appliedPolicy and protobuf message
+    and log them in the trace log.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9414
+    :tickets: 9363
+
+    Apply filtering policies (RPZ) on CNAME chains as well.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9411
+
+    Fix warning: initialized lambda captures are a C++14 extension.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9375
+
+    Allow some more depth headroom for the no-qname-minimization fallback case.
+
+  .. change::
+    :tags: Internals, Improvements
+    :pullreq: 9412
+
+    Clean some coverity reported cases of exceptions thrown but not caught.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9391
+
+    Export record cache lock (contention) stats via the various channels.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9396
+
+    Allow multiple local data records when doing RPZ IP matching.
+
+  .. change::
+    :tags: Improvements, Internals
+    :pullreq: 9380
+
+    Replace the use of '1' by QClass::IN to improve readability.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9351
+    :tickets: 9227
+
+    If we have an NS in cache, use it in the forwarder case.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9196
+
+    Disable outgoing v4 when query-local-address has no v4 addresses.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9343
+
+    Resize hostname to final size in getCarbonHostname() (Aki Tuomi).
+
+  .. change::
+    :tags: Internals, Improvements
+    :pullreq: 9348
+    :tickets: 9279
+
+    Avoid name clashes on Solaris derived systems.
 
 .. changelog::
   :version: 4.4.0-alpha2