]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec 4.4.2 release 9855/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 11 Dec 2020 13:30:42 +0000 (14:30 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 11 Dec 2020 15:33:09 +0000 (16:33 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst

index 499824267bf94196fb2a313824c5cc47eee344dc..849b29bef1a2626f4154b543bca7bac010222a10 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020120701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020121401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -246,6 +246,7 @@ recursor-4.4.0-rc1.security-status                      60 IN TXT "3 Unsupported
 recursor-4.4.0-rc2.security-status                      60 IN TXT "3 Unsupported pre-release"
 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 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 42b45b3b67bd013b0423de2569d1fed9b06b3459..715616a6926b3d3409421e446f4bd57967fbe1fc 100644 (file)
@@ -1,6 +1,57 @@
 Changelogs for 4.4.x
 ====================
 
+.. changelog::
+  :version: 4.4.2
+  :released: 14th of December 2020
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9837
+
+    UUID: Use the non-cryptographic variant of the boost::uuid.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9838
+
+    Keep a cached, valid entry over a fresher Bogus one.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9799
+    :tickets: 9574
+
+    Ensure socket-dir matches runtime directory on old systemd
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9825
+    :tickets: 9807
+
+    Untangle the validation/resolving qnames and qtypes.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9821
+    :tickets: 9597
+
+    Move to several distinct Bogus states, for easier debugging.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9805
+    :tickets: 9790
+
+    Do not chase CNAME during qname minimization step 4.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9774
+    :tickets: 9766
+
+    APL records: fix endianness problem.
+
 .. changelog::
   :version: 4.4.1
   :released: 25th of November 2020