]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.4.4
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 7 Jun 2021 08:24:07 +0000 (10:24 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 7 Jun 2021 08:44:14 +0000 (10:44 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst

index c846dbacc32a5607eaa86b6e744b9ee318d52705..6bc98b60c404b5d76f6d18a191ab4b636280130b 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021052700 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021060900 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -253,6 +253,7 @@ recursor-4.4.0.security-status                          60 IN TXT "1 OK"
 recursor-4.4.1.security-status                          60 IN TXT "1 OK"
 recursor-4.4.2.security-status                          60 IN TXT "1 OK"
 recursor-4.4.3.security-status                          60 IN TXT "1 OK"
+recursor-4.4.4.security-status                          60 IN TXT "1 OK"
 recursor-4.5.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-alpha2.security-status                   60 IN TXT "3 Unsupported pre-release"
 recursor-4.5.0-alpha3.security-status                   60 IN TXT "3 Unsupported pre-release"
index 0ff3ea4e3a167c3cc4c5685b5e85e0049590698d..b6276f4abba59fb2ba67c0ce92551a3637bf45be 100644 (file)
@@ -1,6 +1,43 @@
 Changelogs for 4.4.x
 ====================
 
+.. changelog::
+  :version: 4.4.4
+  :released: 9th of June 2021
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10390
+
+    Check if we have room before adding zero ECS scope ENDS value.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10383
+    :tickets: 10303
+
+    Use the correct ECS address when proxy-protocol is enabled.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10385
+
+    Apply dns64 on RPZ hits generated after a gettag_ffi hit.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10314
+    :tickets: 10286
+
+    RPZ dumper: stop generating double zz labels on networks that start with zeroes.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10313
+    :tickets: 10291
+
+    Exception loading the RPZ seed file is not fatal.
+
 .. changelog::
   :version: 4.4.3
   :released: 31st of March 2021
@@ -69,7 +106,7 @@ Changelogs for 4.4.x
     Make sure we take the right minimum for the packet cache TTL data in the SERVFAIL case.
 
   .. change::
-    :tags: Enhancement
+    :tags: Improvements
     :pullreq: 10062
 
     Pull in libfstrm for el8 build.