]> granicus.if.org Git - pdns/commitdiff
Changelog and secpoll for upcoming rec-4.2.0 release
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jul 2019 08:15:40 +0000 (10:15 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jul 2019 08:17:33 +0000 (10:17 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.2.rst

index e4357546abfaa35ade9279288a80fb7d32c2eb22..38c2f099e70d0f3b74c7f3a1144ef4143c1fb4bd 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019070401 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019071601 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 @       3600    IN  NS  tmpdns.powerdns.com.
@@ -192,6 +192,7 @@ recursor-4.2.0-alpha1.security-status                   60 IN TXT "1 OK"
 recursor-4.2.0-beta1.security-status                    60 IN TXT "1 OK"
 recursor-4.2.0-rc1.security-status                      60 IN TXT "1 OK"
 recursor-4.2.0-rc2.security-status                      60 IN TXT "1 OK"
+recursor-4.2.0.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 0c92d0c1329c0a5e1a9911f547b5b5e4a3b09553..4d90deb9e4a051165be12222bbcc592b942ea63e 100644 (file)
@@ -1,13 +1,37 @@
 Changelogs for 4.2.x
 ====================
 
+.. changelog::
+  :version: 4.2.0
+  :released: 16th of July 2019
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8052
+
+    Limit compression pointers to 14 bits
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8009
+
+    Fix the export of only outgoing queries or incoming responses
+
+  .. change::
+    :tags: Improvements, Internals
+    :pullreq: 8005
+    :tickets: 7981
+
+    Clear CMSG_SPACE(sizeof(data)) in cmsghdr to appease valgrind
+
+
 .. changelog::
   :version: 4.2.0-rc2
   :released: 25th of June 2019
 
   .. change::
     :tags: Bug Fixes
-    :pullreq: 7995
+    :pullreq: 7955
 
     Handle short reads from our random device